Skip to main content

Magento

Video tutorial

Plugin installation

  1. Buy the free module from the Magento marketplace choosing your store edition and version.
  2. Install the module from the command line using composer:
    composer require inferendo/module-visidea:<version>
    note

    Instead of <version> enter the version number displayed on the install page in Magento marketplace.

  3. Enable the module:
    php bin/magento module:enable Inferendo_Visidea
  4. Upgrade the database:
    php bin/magento setup:upgrade
  5. Clean the Magento Cache:
    php bin/magento cache:clean
  6. Run the Compiler:
    php bin/magento setup:di:compile
  7. Deploy Static View Files:
    php bin/magento setup:static-content:deploy
  8. Go to your Magento admin website.
  9. Open the module configuration in Store -> Settings -> Configuration and open Visidea settings. Plugin configuration
  10. Click the link "Integrate with Visidea". Visidea registration
  11. After registration, you will be redirected to the configuration of your website where you can complete the configuration.
  12. Choose the category of your products and click Connect.
  13. Please wait for automatic updates to generate the recommendations. The time for generating recommendations depends on the size of your shop.