Installation

To install the Adyen Payment for OXID payment module, choose the version appropriate for your OXID eShop version:

  • If you are using OXID eShop version 6.5.x, install Adyen Payment for OXID version 1.1.x as described below.

  • If you are using OXID eShop version 7.x, install Adyen Payment for OXID version 2.1.x.

    For more information, see the corresponding module documentation at Installing Adyen 2.1.x.

    Important

    Limitation

    Adyen Payment for OXID version 2.x supports only Twig-based themes (e.g., APEX).

    Do not install Adyen Payment for OXID 2.x if you are using Smarty.

Earlier versions of OXID eShop are not supported.

Procedure

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.