sellbrite/connector

与Sellbrite集成

安装: 306

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 20

分支: 0

开放问题: 0

类型:magento2-module

dev-master 2018-04-06 18:46 UTC

README

本模块将Sellbrite的多渠道产品上架和库存管理服务与Magento集成。

关于Sellbrite

Sellbrite是一款强大且简单的云软件,可让您轻松地在多个销售渠道上列出和销售产品,控制并同步库存,管理并履行订单,并访问所需的跨渠道报告智能,以取得成功。

扩展用户指南

先决条件

  • 拥有Sellbrite的活跃账户。今天注册
  • 运行在已安装OpenSSL和SoapClient PHP扩展的服务器上的Magento
  • PHP版本5.6.0及以上

版本

本扩展支持Magento社区和企业版2.0.0及以上版本。

入门指南

  1. 安装
    • 使用Composer安装
      1. 在您的根Magento安装目录中运行以下命令(此扩展已在Packagist上注册)

        composer require sellbrite/connector:master
        bin/magento module:enable --clear-static-content Sellbrite_Connector
        bin/magento setup:upgrade
        bin/magento cache:flush
      2. 如果您正在将扩展部署到生产环境,请遵循Magento 2部署说明

    • 通过复制文件安装
      1. 在您的Magento安装中创建一个app/code/Sellbrite/Connector目录。

      2. 下载最新的源代码

      3. 解压缩文件,并将magento2-sellbrite-connector-master目录的内容复制到app/code/Sellbrite/Connector目录中。

      4. 从您的根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
      5. 如果您正在将扩展部署到生产环境,请遵循Magento 2部署说明

  2. 连接
    1. 在Magento管理员中,转到系统 > Sellbrite > 连接到Sellbrite
    2. 点击“连接到Sellbrite”按钮,系统将导航到Sellbrite页面。
    3. 登录您的Sellbrite账户以完成连接。

卸载扩展

  1. 在Magento管理员中,转到系统 > 扩展 > 集成

  2. 在“SellbriteConnector”所在行选择垃圾箱图标。

  3. 切换到apache用户,或切换到您的系统的等效用户。

    sudo su apache
  4. 在您的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的全文。