Installation

Install the OXID eShop personalisation option powered by econda module.

Prerequisites

  • You have OXID eShop version 7.x.

  • From Technical Support, you have received the access data necessary for the installation.

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. To install the latest published version, execute the following command:

    composer require --update-no-dev oxid-esales/personalization-module ^v4.0.0
    
  3. Confirm the queries.

  4. Clear the cache.

    ./vendor/bin/oe-console oe:cache:clear
    
  5. To activate the module, perform one of the following steps:

    • To activate the module automatically via the OXID eShop console, proceed as follows:

      1. If applicable, customize the subshop ID in the following command:

        ./vendor/bin/oe-console oe:module:activate --shop-id=<subshop-id> oepersonalization
        
      2. Execute the command, in our example for the subshop with the store ID 3:

        ./vendor/bin/oe-console oe:module:activate --shop-id=3 oepersonalization
        
    • To activate the module manually, choose the Activate button in the store under Extensions ‣ Modules on the Master tab.