sellbrite / connector
与Sellbrite集成
dev-master
2018-04-06 18:46 UTC
Requires
- magento/framework: >=100
This package is not auto-updated.
Last update: 2020-07-16 23:22:55 UTC
README
本模块将Sellbrite的多渠道产品上架和库存管理服务与Magento集成。
关于Sellbrite
Sellbrite是一款强大且简单的云软件,可让您轻松地在多个销售渠道上列出和销售产品,控制并同步库存,管理并履行订单,并访问所需的跨渠道报告智能,以取得成功。
扩展用户指南
先决条件
- 拥有Sellbrite的活跃账户。今天注册
- 运行在已安装OpenSSL和SoapClient PHP扩展的服务器上的Magento
- PHP版本5.6.0及以上
版本
本扩展支持Magento社区和企业版2.0.0及以上版本。
入门指南
- 安装
- 使用Composer安装
-
在您的根Magento安装目录中运行以下命令(此扩展已在Packagist上注册)
composer require sellbrite/connector:master bin/magento module:enable --clear-static-content Sellbrite_Connector bin/magento setup:upgrade bin/magento cache:flush
-
如果您正在将扩展部署到生产环境,请遵循Magento 2部署说明。
-
- 通过复制文件安装
-
在您的Magento安装中创建一个
app/code/Sellbrite/Connector
目录。 -
下载最新的源代码。
-
解压缩文件,并将
magento2-sellbrite-connector-master
目录的内容复制到app/code/Sellbrite/Connector
目录中。 -
从您的根Magento安装目录运行以下命令
composer require sellbrite/connector:1.0.1 bin/magento module:enable --clear-static-content Sellbrite_Connector bin/magento setup:upgrade bin/magento cache:flush
-
如果您正在将扩展部署到生产环境,请遵循Magento 2部署说明。
-
- 使用Composer安装
- 连接
- 在Magento管理员中,转到系统 > Sellbrite > 连接到Sellbrite。
- 点击“连接到Sellbrite”按钮,系统将导航到Sellbrite页面。
- 登录您的Sellbrite账户以完成连接。
卸载扩展
-
在Magento管理员中,转到系统 > 扩展 > 集成。
-
在“SellbriteConnector”所在行选择垃圾箱图标。
-
切换到
apache
用户,或切换到您的系统的等效用户。sudo su apache
-
在您的Magento安装目录的根目录中运行以下命令
bin/magento module:uninstall Sellbrite_Connector composer remove sellbrite/connector
-
如果通过手动复制文件安装了模块,请执行以下命令
rm -rf app/code/Sellbrite/Connector
-
许可
本项目受Open Software License 3.0 (OSL-3.0)许可。请参阅包含的LICENSE文件以获取OSL-3.0的全文。