Installation

Install Amazon Pay for OXID eShop version 6.4 and higher.

If you have OXID eShop version 6.3.x or earlier, use the Amazon Pay module you can download from https://exchange.oxid-esales.com/Order-and-Delivery/Payment/Amazon-Pay-3-2-2-Stable-EE-PE-4-10-x-5-3-x-6-1-x.html.

Prerequisites

  • You have installed OXID eShop 6.4 or higher.

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