Installation

Install the payment module PayPal Checkout 1.0 if you have OXID eShop version 6.1.

If you have OXID eShop version 6.2 or higher, install PayPal Checkout 2.0 or higher.

Prerequisites

  • You have installed OXID eShop 6.1.

  • Your environment is running PHP 7.1.

  • You have configured 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 eShop (where the file composer.json is located).
    Example:

    cd /var/www/oxideshop
    
  2. Execute the following commands:

    composer config repositories.oscpaypal composer https://paypal-module.packages.oxid-esales.com/
    composer require oxid-solution-catalysts/paypal-module ^1.0.0
    composer install
    
  3. Confirm the queries.

Result

When the installation process is finished, the module PayPal Checkout for OXID appears in the administration area under Extensions ‣ Modules.

Next step: To configure PayPal Checkout, choose Next.