Installation

Install Amazon Pay for OXID eShop version 6.1.x to 6.5.x.

Prerequisites

  • You have installed OXID eShop 6.1.x to 6.5.x.

  • You have configured https.

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

    2. Make sure that https is set for the base URL (sShopURL 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-esales/amazon-pay-module
    
  3. Optional: To activate the module, execute the following command.
    Alternatively: Activate the module manually in the course of configuration (see Activating Amazon Pay).

    ./vendor/bin/oe-console oe:module:activate osc_amazonpay
    

Result

Once the installation process is completed, the Amazon Pay - Online-Payment module appears in the administration area under Extensions ‣ Modules (Abb.: Amazon Pay for OXID installed).

Amazon Pay for OXID installed

Abb.: Amazon Pay for OXID installed

Next step: To configure Amazon Pay for OXID, choose Next.