Installation

Install the module OXID eShop eVAT for OXID eShop version 6.x.

Prerequisites

  • You have installed OXID eShop 6.x.

  • You have PHP 5.6 or higher.

Procedure

  1. Open a shell and change to the root directory of the eShop (where the composer.json file is located).
    Example:

    cd /var/www/oxideshop
    
  2. To install the latest released version, run the following command:

    composer require oxid-esales/evat-module:^2.0
    

    Alternatively, to install the latest unreleased version from Github, run the following command:

    composer require oxid-esales/evat-module:dev-master
    
  3. Confirm the queries.

  4. Optional: Delete all files and folders except .htaccess from the /tmp directory of the store.

Result

Once the installation process is complete, the OXID eShop eVAT module will appear in the administration area under Extensions ‣ Modules (Fig.: Module eVAT installed).

Module eVAT installed

Fig.: Module eVAT installed

Next step: To configure OXID eShop eVAT, choose Next.