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
Open a shell and change to the root directory of the eShop (where the file
composer.jsonis located).
Example:cd /var/www/oxideshop
To install the latest published version, execute the following command:
composer require --update-no-dev oxid-esales/personalization-module ^v4.0.0
Confirm the queries.
Clear the cache.
./vendor/bin/oe-console oe:cache:clearTo activate the module, perform one of the following steps:
To activate the module automatically via the OXID eShop console, proceed as follows:
If applicable, customize the subshop ID in the following command:
./vendor/bin/oe-console oe:module:activate --shop-id=<subshop-id> oepersonalization
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 on the Master tab.