View Categories

via Composer

2 min read

Table of Contents

M2E Multichannel Connect can be found on packagist.org and github.com. The detailed instructions on how to install/upgrade the Module via Composer/GitHub can be found below.

Installation #

Follow the next steps to install M2E Multichannel Connect:

Step 1. Install Composer Installer. It automatically installs and upgrades those modules which are provided as dependent packages in the Composer's project of your Magento.

Step 2. Provide the Composer Installer as a dependence on the composer.json file of your project. Please, check the example below:

"require": {
...
"magento-hackathon/magento-composer-installer": "3.0.*"
}

Step 3. Provide the source code of M2E Multichannel Connect as one of the dependencies to the composer.json file. You can check the example below:

"require": {
...
"m2e/multichannel_connect_magento_1": "*"
}

Alternatively, you can use the following command:

composer require m2e/multichannel_connect_magento_1

As a result, the source code of M2E Multichannel Connect will be automatically installed/upgraded via Composer once the composer packages are updated. Composer Installer will automatically run necessary actions to correctly configure the files of the Extension for Magento v1.x.

Step 4. Flush manually all Magento cache (System > Cache Management by pressing Flush Magento Cache and Cache Storage buttons) even in case the Composer Installer has already done it during the installation process.

That's it! M2E Multichannel Connect has been successfully installed.

Upgrade #

Follow the next steps to upgrade M2E Multichannel Connect:

Step 1. Run the command:

composer update m2e/multichannel_connect_magento_1

It will automatically download all updated files and upgrade your Module automatically.

Step 2. Flush manually all Magento cache (System > Cache Management by clicking Flush Magento Cache and Cache Storage buttons) even in case the Composer Installer has already done it during the upgrade process.

Our Congratulations! You have successfully upgraded your M2E Multichannel Connect.

Leave a comment

Your email address will not be published. Required fields are marked *