effectconnect/marketplaces-plugin-m2

EffectConnect Marketplaces Magento 2 plugin

Installs: 29 844

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Type:magento2-module

1.0.65 2024-04-12 11:41 UTC

README

Latest Version on Packagist Latest Stable Version Total Downloads License Monthly Downloads Daily Downloads

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 sales@effectconnect.com so we can provide you with a new EffectConnect account.

Table of Contents

Installation

Installing the EffectConnect Marketplaces Magento 2 plugin requires multiple steps. Follow the steps below to install the module.

Install module

Installation of the module can be performed using the composer method (command-line).

Composer

  1. Install the module using the following command:
composer require 'effectconnect/marketplaces-plugin-m2'

Setup module

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.

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