Installation

Install the OXID Admin Tools module for the version 7.3 of your OXID eShop.

Prerequisites

  • You have OXID eShop version 7.3.

Procedure

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

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

    composer require oxid-esales/admin-tools ^1.0.0
    
  3. Migrate the database:

    ./vendor/bin/oe-eshop-doctrine_migration migrations:migrate oe_admintools
    
  4. Activate the module via the admin backend under Extensions ‣ Modules or via the command line (see Activating the OXID Admin Tools Module).

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

Result

Once the installation process is complete, the OXID Admin Tools module appears in the administration area under Extensions ‣ Modules (Fig.: OXID Admin Tools module installed and activated).

OXID Admin Tools module installed and activated

Fig.: OXID Admin Tools module installed and activated