walkthechat/magento2-plugin-v2

一个提供双向产品、订单和运输表格费率同步的 Magento 2 模块,与 WalkTheChat CMS。

安装次数: 2,350

依赖: 0

建议: 0

安全: 0

星级: 1

关注者: 3

分支: 0

开放问题: 10

类型:magento2-module

v1.1.21 2022-07-29 09:26 UTC

This package is auto-updated.

Last update: 2024-09-26 16:03:19 UTC


README

Magento 2 和 WalkTheChat CMS 之间订单、产品和运输表格费率的双向集成。

特性

  1. 将产品(简单、可配置和虚拟)导出到 WalkTheChat CMS,支持完整的货币汇率转换。
  2. 当在 Magento 2 商店订购时,在 WalkTheChat CMS 上更新产品库存。
  3. 直接从 Magento 2 商店在 WalkTheChat CMS 中删除产品。
  4. 支持完整货币汇率转换,将来自 WalkTheChat 店面的订单导入到 Magento 2 商店。
  5. 处理来自 WalkTheChat 店面的订单退款、履行或取消(待办)。

如何安装模块

  1. composer require walkthechat/magento2-plugin-v2
  2. rm -rf var/* generated/*
  3. bin/magento setup:upgrade

如何配置插件

  1. 在 WalktheChat 后端,转到 "设置" / "第三方应用集成" 并生成一个新的应用
  2. 在您的 Magento 2 商店中,转到 "WalktheChat" / "配置部分"
  3. 输入您的 WalktheChat 店铺名称
  4. 在 "API URL" 字段中,输入 "https://api.walkthechat.com/api/v1/"(不要省略最后的 "/")
  5. 在 "授权 URL" 字段中,输入 "https://cms.v3.walkthechat.com/settings/third-party-apps/auth"
  6. 输入在 WalktheChat 第三方应用中找到的 AppId 和 AppSecret
  7. 点击 "保存配置"
  8. 点击 "连接"

如何设置订单 Webhook

  1. 在您的 WalktheChat 后端,转到 "设置" / "第三方应用集成"
  2. 打开您之前创建的应用
  3. 在 "订单 Webhook" 字段中输入 "magento_domain_name/rest/V1/walkthechat/import/order",其中 magento_domain_name 是您的 Magento 网站的 URL(以 "http://" 或 https:// 开头)