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).

    1. In the <root directory of the eShop>/source directory, open the config.inc.php file.

    2. Make sure that https is set for the base URL (shopURL parameter).

      Example:

      $this->sShopURL = 'https://www.example.org';
      

Procedure

  1. Open a shell and change to the root directory of the store (where the composer.json file is located).

    Example:

    cd /var/www/oxideshop/
    
  2. 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 Extensions ‣ Modules (Fig.: Adyen Payment for OXID successfully installed).

Adyen Payment for OXID successfully installed

Fig.: Adyen Payment for OXID successfully installed

Next step: To configure Adyen Payment for OXID, select Next.