kluseg / connector-magento2-seller
这是为使用 Magento 2 的卖家提供的官方 Mirakl 扩展。
1.2.7
2020-08-27 14:28 UTC
Requires
- mirakl/sdk-php-shop: ^1.9.2
README
兼容性
Magento 2 Seller Connector 已在以下 Magento 版本上成功测试
- Magento Open Source 2.2 至 2.3
- Magento Commerce 2.2 至 2.3
安装
安装 Magento 2 Mirakl 连接器有多种方法。
请根据您的需求选择以下方法之一。
方法 1:使用 Composer 安装
安装连接器
我们建议在安装连接器之前备份您的 Magento 文件夹和数据库。
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
更新连接器
composer update
php bin/magento setup:upgrade
php bin/magento cache:clean
删除连接器
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
方法 2:使用 Magento 2 扩展管理器安装
购买连接器(免费)
您必须在 Magento Marketplace 上购买连接器,然后使用扩展管理器进行安装。
注意:您不能直接下载连接器并安装它,因为它被设计为 Magento 2 元包。有关元包的更多信息,请参阅以下链接: https://devdocs.magento.com/guides/v2.3/extension-dev-guide/package/package_module.html#package-metapackage
有关扩展管理器的更多信息,请参阅以下文档:https://devdocs.magento.com/guides/v2.3/comp-mgr/extens-man/extensman-main-pg.html
注意:由于某些 Magento 配置,此安装可能不起作用。在这种情况下,我们建议您使用上述方法使用 Composer 安装连接器。