kluseg/connector-magento2-seller

This is the official Mirakl extension for sellers using Magento 2.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 6

Type:magento2-component

1.2.7 2020-08-27 14:28 UTC

This package is auto-updated.

Last update: 2024-04-16 17:14:20 UTC


README

Compatibility

Magento 2 Seller Connector is successfully tested on the following Magento versions:

  • Magento Open Source 2.2 to 2.3
  • Magento Commerce 2.2 to 2.3

Installation

There is different ways to install the Mirakl connector for Magento 2.
Please use one of the following method according to your needs.

Method 1: Installation with Composer

Installing the connector

We advise you to backup your Magento folder and your database before installing the connector.

composer require mirakl/magento2-seller-connector
php bin/magento module:enable MiraklSeller_Api MiraklSeller_Core MiraklSeller_Process MiraklSeller_Sales
php bin/magento setup:upgrade
php bin/magento cache:clean

Updating the connector

composer update
php bin/magento setup:upgrade
php bin/magento cache:clean

Removing the connector

php bin/magento module:disable MiraklSeller_Api MiraklSeller_Core MiraklSeller_Process MiraklSeller_Sales
php bin/magento setup:upgrade
php bin/magento cache:clean
composer remove mirakl/magento2-seller-connector

Method 2: Installation with Magento 2 Extension Manager

Purchasing the connector (free)

You must purchase the connector in the Magento Marketplace and then use the extension manager to install it.

Warning: You cannot download the connector and install it directly, it will not work since the connector is designed as a Magento 2 metapackage. More information about metapackages here: https://devdocs.magento.com/guides/v2.3/extension-dev-guide/package/package_module.html#package-metapackage

Please refer to the following documentation to learn more about the extension manager: https://devdocs.magento.com/guides/v2.3/comp-mgr/extens-man/extensman-main-pg.html

Note: Due to some Magento configuration, it may happens that this installation does not work. We advise you then to install the connector using Composer as described above.