Use this plugin to connect your Magento 2 webshop with EffectConnect Marketplaces. For more information about EffectConnect, go to the EffectConnect website.
Important: before installing this plugin please contact the EffectConnect sales department via +31(0)852088432 and/or [email protected] so we can provide you with a new EffectConnect account.
Installing the EffectConnect Marketplaces Magento 2 plugin requires multiple steps. Follow the steps below to install the module.
Installation of the module can be performed using the composer method (command-line).
- Install the module using the following command:
composer require 'effectconnect/marketplaces-plugin-m2'After installing the module, it needs to be setup by the Magento 2 module system. This setup can be achieved using the command-line method.
- When in a production environment, first put in into maintenance mode:
php bin/magento maintenance:enable- Perform a setup upgrade:
php bin/magento setup:upgrade- When in a production environment, perform a static-content deploy:
php bin/magento setup:static-content:deploy [locales]- Perform a cache flush:
php bin/magento cache:flush