via Composer

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

Installation

Follow the next steps to install M2E Pro Module:

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 Pro as one of the dependencies to the composer.json file. You can check the example below:

"require": {
...
"m2epro/magento1-extension": "*"
}

Alternatively, you can use the following command:

composer require m2epro/magento1-extension

As a result, the source code of M2E Pro 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 Pro has been successfully installed.

Provide the initial configurations for Extension and enjoy your sales on eBay/Amazon/Walmart Channel via M2E Pro.

Upgrade

Follow the next steps to upgrade M2E Pro Module:

Step 1. Run the command:

composer update m2epro/magento1-extension

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

Step 2. 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 upgrade process.

Our Congratulations! You have successfully upgraded your M2E Pro.