Thank you very much for using our Recolize Recommendation Engine for Magento 2. Please find some installation advices below and more information on our website.
Recolize Recommendation Engine is fully compatible with Magento versions starting from 2.3 (Community/Open Source and Enterprise/Commerce Editions).
Please note that the Magento cronjob should be set up correctly to use all features of this extension without any limitations.
We recommend to proceed with the following preparational steps before you start the installation of the Recolize Recommendation Engine Extension for Magento 2:
- For safety reasons please create a backup of your Magento installation in order to be able to reset the system to the current state in case of an emergency
-
In the root directory of your Magento 2 installation install the Recolize Recommendation Engine Extension via the following composer command:
composer require --update-no-dev recolize/module-recommendation-engine-magento2
-
Afterwards activate the Magento 2 Extension with the following commands:
bin/magento module:enable Recolize_RecommendationEngine bin/magento setup:upgrade bin/magento cache:flush
-
Register for free, login into Recolize Tool and create a new domain with the product feed url that is displayed in Stores > Configuration > Recolize Recommendation Engine > Recolize Product Feed Settings.
-
Copy the JavaScript snippet code from the domain configuration into the appropriate Magento setting at Stores > Configuration > Recolize Recommendation Engine.
-
Unpack the setup package
Recolize_Recommendation_*.zip
and upload the unpacked contents into the root directory of your Magento installation (for example via FTP). The folder structure is exactly the same as in your Magento installation (app/code). In case of a fresh module installation no files will be overwritten. -
Flush your Magento cache, e.g. in System > Cache Management as well as the JavaScript-/CSS-Cache on the same page.
-
Register for free, login into Recolize Tool and create a new domain with the product feed url that is displayed in Stores > Configuration > Recolize Recommendation Engine > Recolize Product Feed Settings.
-
Copy the JavaScript snippet code from the domain configuration into the appropriate Magento setting at Stores > Configuration > Recolize Recommendation Engine.
Recolize GmbH (https://www.recolize.com)
This project is licensed under the GPLv3 License - see the LICENSE.txt file for details.
For more information regarding the installation of the Magento extension please have a look at our FAQs.
In case of an emergency you can easily disable the extension temporarily via the configuration setting in Stores > Configuration > Recolize Recommendation Engine > Enable extension. As an alternative you can execute the following command in the Magento root directory:
bin/magento module:disable Recolize_RecommendationEngine