Installation
Install Adyen Payment for OXID for OXID eShop version 6.5.x.
Prerequisites
You have installed OXID eShop 6.5.x.
You have configured transport encryption (https).
In the <root directory of the eShop>/source directory, open the config.inc.php file.
Make sure that https is set for the base URL (shopURL parameter).
Example:
$this->sShopURL = 'https://www.example.org';
Procedure
Open a shell and change to the root directory of the store (where the
composer.json
file is located).Example:
cd /var/www/oxideshop/
Execute the following commands:
composer require oxid-solution-catalysts/adyen-module:^1.0
Result
Once the installation process is finished, the module appears in the administration area under Fig.: Adyen Payment for OXID successfully installed).
(Next step: To configure Adyen Payment for OXID, select Next.