intelipost / magento2-tracking
Intelipost 追踪
1.3.0
2019-02-18 21:38 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2
- intelipost/magento2-basic: 1.*
This package is auto-updated.
Last update: 2024-09-23 04:30:50 UTC
README
简介
此模块负责接收运输事件的反馈(订单在途中、已送达、已取消等)并在 Magento 订单中记录。此外,该模块还负责构建跟踪链接,该链接可提供给客户实时跟踪交付。
本手册分为三个部分
安装
建议您在测试环境中验证更改和更新,然后再更新您的生产商店。
模块的安装是通过 Composer 完成的。要下载并安装 Composer 到您的环境中,请访问 https://getcomposer.org.cn/download/。如果您对如何使用它有疑问,请参阅 Composer 的官方文档。
导航到您的 Magento 2 安装根目录,并执行以下命令
bin/composer require intelipost/magento2-tracking // Faz a requisição do módulo da Intelipost
bin/magento module:enable Intelipost_Tracking // Ativa o módulo
bin/magento setup:upgrade // Registra a extensão
bin/magento setup:di:compile // Recompila o projeto Magento
配置
要访问配置菜单,请按照以下步骤操作
在左侧菜单中,访问 商店 -> 配置 -> Intelipost -> 追踪
基本配置
激活:如果模块已激活,即可以接收 Intelipost 的交付通知。
客户端 ID:您的 Intelipost 账户的识别号码。创建跟踪链接时需要。
跟踪发货前事件?是否应跟踪发货前事件?如果是,将打开 3 个新的配置选项
- Intelipost 已创建:选择订单在 Intelipost 中为“已创建”时应采取的 Magento 状态。
- Intelipost 准备发货:选择订单在 Intelipost 中为“准备发货”时应采取的 Magento 状态。
- Intelipost 已发货:选择订单在 Intelipost 中为“已发货”时应采取的 Magento 状态。
跟踪发货后事件?是否应跟踪发货后事件?如果是,将打开 5 个新的配置选项
- Intelipost 在途中:选择订单在 Intelipost 中为“在途中”时应采取的 Magento 状态。
- Intelipost 准备交付:选择订单在 Intelipost 中为“准备交付”时应采取的 Magento 状态。
- Intelipost 已交付:选择订单在 Intelipost 中为“已交付”时应采取的 Magento 状态。
- Intelipost 交付失败确认:选择订单在 Intelipost 中为“确认交付失败”时应采取的 Magento 状态。
- Intelipost 交付失败:选择订单在 Intelipost 中为“交付失败”时应采取的 Magento 状态。
在Intelipost发货后创建发货单:如果此配置标记为“是”,则每当Magento收到一个订单被“发货”的通知时,它将自动为订单中的所有项目创建一个发货单。
发送发货通知:与前面的事件相关联,您可以通过此处配置由Intelipost生成的发货单是否需要向客户发送通知。