dbyvalin / genome-oxid-module
This is the Genome module for the OXID eShop.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:oxideshop-module
Requires
- php: >=7.1
- genome-eu/hpp: *
This package is auto-updated.
Last update: 2025-03-10 22:58:56 UTC
README
Genome payment module for OXID 6.2 or higher.
INSTALLATION: Module is installed via composer or manually. During manual installation do not forget to run composer install/update to include module path to autoload.
GENERAL SETUP:
- Login/register to https://merchant.genome.eu/
- Create Payment page and get Public/Private keys (test keys are also available here).
- Use these keys to configure Genome payment module.
- On module configuration page you can enable Sandbox mode if neccessary.
- All the other settings are done in Genome control panel (https://merchant.genome.eu/). There you can specify success/decline/callback urls for test/prod mode.
Recommendations are:
Success url: {{YOUR_SITE_URL}}/index.php?cl=thankyou Decline url: {{YOUR_SITE_URL}}/index.php?cl=thankyou Callback url: {{YOUR_SITE_URL}}/index.php?cl=genomeorder&fnc=postback
{{YOUR_SITE_URL}} - your site url (e.g. https://genome.eu/)
USAGE Payment processing is done by redirecting the Customer to Genome payment page. All the payment settings are done in Genome Control Panel (https://merchant.genome.eu/).
REFUND FUNCTIONALITY To refund an order you need select an Order, go to Genome tab and click Refund order. This will allow full order refund to be done.