Installation

Install the OXID Module Shipping Cost Compensation for Version 7.3 of your OXID eShop.

Installing the module

Prerequisites

  • You have OXID eShop version 7.3

Procedure

  1. Switch to a shell and navigate to the root directory of your store (where the file composer.json is located).
    Example:

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

    composer require oxid-esales/freeshipping-coupons-module ^v1.1.0
    
  3. Run the migrations:

    ./vendor/bin/oe-eshop-doctrine_migration migrations:migrate oe_freeshipping
    
  4. Enter the access data for your edition.

  5. Activate the module via the admin backend under Extensions ‣ Modules or via console (see Activating the module manually).

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

Result

As soon as the installation process is completed, the OXID Module Shipping Cost Compensation appears in the administration area under Extensions ‣ Modules (Figure: OXID Module Shipping Cost Compensation installed and activated).

OXID Module Shipping Cost Compensation installed and activated

Figure: OXID Module Shipping Cost Compensation installed and activated

Activating the module manually

If required, activate the module manually.

Procedure

  1. Under Extensions ‣ Modules, choose the Shipping Cost Compensation Coupons module.

  2. On the Overview tab, choose the Activate button.

Result

The module is ready for use immediately after activation (Figure: OXID Module Shipping Cost Compensation installed and activated).