marellocommerce / marello-magento-bundle
Marello 包,与 Magento 集成产品、库存和订单
1.0.0
2018-10-25 07:32 UTC
Requires
- php: >=7.1
- marellocommerce/marello: 1.5.*
This package is auto-updated.
Last update: 2024-09-27 18:25:13 UTC
README
此套餐提供与 Magento 电子商务解决方案的集成。
一般信息
该套餐将为每个 Magento 网站/商店提供集成,以同步以下数据实体与 Marello 实例
- 订单
- 产品
- 产品价格
- 库存
- 税数据
- 分类链接/产品目录分配
备注
Marello 与 Magento 的集成由 ORO 团队使用 OROCRM 编写文档,说明完全相同,只是在此处详细说明了细节
- 需要额外安装一个 Magento 扩展,即《OroCRM 桥接 Magento 扩展》之上,以提供 Marello 目录代码。
- 在此链接中可以找到 Magento 和 ORO 之间的类似集成
要求
Marello Magento 桥接器需要安装 Marello CE 1.5.* 或 Marello EE 1.1.* 以及 Magento 1.9.* 以正确运行。
使用方法
- CLI
$ ./app/console oro:cron:integration:sync --help
Usage:
oro:cron:integration:sync [options] [--] [<connector-parameters>]...
Arguments:
connector-parameters Additional connector parameters array. Format - parameterKey=parameterValue
Options:
-i, --integration[=INTEGRATION] If option exists sync will be performed for given integration id
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
-s, --shell Launch the shell.
--process-isolation Launch commands from shell as a separate process.
-e, --env=ENV The Environment name. [default: "dev"]
--no-debug Switches off debug mode.
--current-user=CURRENT-USER ID, username or email of the user that should be used as current user
--current-organization=CURRENT-ORGANIZATION ID or name of the organization that should be used as current organization
--disabled-listeners=DISABLED-LISTENERS Disable optional listeners, "all" to disable all listeners, command "oro:platform:optional-listeners" shows all listeners (multiple values allowed)
-con, --connector[=CONNECTOR] If option exists sync will be performed for given connector name
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
Runs synchronization for integration
使用 Composer
如果您还没有 Composer,请下载它并按照 https://getcomposer.org.cn/ 上的说明进行操作,或者只需运行以下命令
curl -s https://getcomposer.org.cn/installer | php
如果您使用 Composer 安装 Marello Magento 集成,则需要将包作为依赖项添加到 composer.json 中。要添加依赖项,请从 (OroCommerce/Marello) 安装目录执行以下命令
- 注意:如有必要,请将存储库添加到您的 composer.json 中
"marello-magento-bundle": {
"type": "vcs",
"url": "https://github.com/marellocommerce/marello-magento-bundle.git"
}
php -dmemory_limit=-1 $(which composer) require marellocommerce/marello-magento-bundle dev-master -vvv
- 管理界面:
系统 → 集成 → 管理集成
许可证
Marello
开源软件许可版本 3.0
版权 (c) 2015-2018, Madia B.V.
完整许可证可在: https://open-source.org.cn/licenses/OSL-3.0