walkthechat / magento2-plugin-v2
一个提供双向产品、订单和运输表格费率同步的 Magento 2 模块,与 WalkTheChat CMS。
v1.1.21
2022-07-29 09:26 UTC
Requires
- php: >=7.2.0
- magento/magento-composer-installer: *
- dev-master
- v1.1.21
- v1.1.20
- v1.1.19
- v1.1.18
- v1.1.17
- v1.1.16
- v1.1.15
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.342
- v1.0.39
- v1.0.38
- v1.0.37
- v1.0.36
- v1.0.35
- v1.0.34
- v1.0.33
- v1.0.32
- v1.0.31
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- v1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- 1.0.2
- dev-1204279688575544-fix-sync-stock
- dev-fix/fatal-error-getWalkTheChatAttributeValue
- dev-fix/getNotProcessed-filter-status
- dev-fix/order-import-error-message
- dev-patch-refund-convert-price
- dev-patch-transliteration-addr
- dev-v1.1.20-pre
- dev-jwk-60-make-product-update-more-detailed
- dev-jwk-90-show-gift-original-price-in-magento-order
- dev-jwk-67-add-customer-id-card-data
- dev-jwk-87-disabled-autoadd-amasty-promo-for-wtc-orders
- dev-jwk-79-product-price-validation
- dev-jwk-86-change-the-way-products-are-saved
- dev-jwk-84-order-import-problem
- dev-jwk-82-add-support-for-gifts
- dev-jwk-80-add-reset-product-images-event
- dev-jwk-83-order-import-fix
- dev-jwk-78-disable-log-for-empty-attribute-exception
- dev-jwk-81-remove-img-records
- dev-jwk-75-visibility-in-inventory-update
- dev-jwk-63-new-image-upload-endpoint
- dev-jwk-51-product-management
- dev-jwk-76-check-lock-files-cronjob
- dev-jwk-77-queue-fix
- dev-jwk-72-customer-name-fix
- dev-jwk-68-order-import-stock-issue
- dev-jwk-64-dashboard-stats
- dev-jwk-65-implement-inventory-bulk-update
- dev-wetrust-acl
- dev-jwk-66-product-synchronization-improvement
- dev-jwk-62-new-queue-batch-option
- dev-jwk-58-disable-msi
- dev-jwk-42-batch-size-configuration
- dev-jwk-47-simple-product-import-issue
- dev-jwk-45-additional-product-validation
- dev-jwk-41-lock-file-fix
- dev-jwk-33-orders-sync-cronjob
- dev-jwk-43-order-import-twice
- dev-jwk-35-implement-msi
- dev-jwk-34-order-sync-interface
- dev-jwk-37-discount-amount
- dev-jwk-36-order-data-sync
- dev-jwk-29-issue-with-special-price
- dev-jwk-31-customer-address
- dev-more-payment-details
- dev-jwk-22-special-price
- dev-image-sync-log
- dev-order-import-improvements
- dev-signature-validation
- dev-image-counter-fix
- dev-compilation-issue
- dev-store-view-data-source
- dev-fix-order-name-issue-new-order-grid-column
- dev-add-image-position
- dev-dashboard-stats
- dev-rename-cron-job
- dev-product-management
- dev-image-sync-queue
- dev-order-import-issues
- dev-configurable-product-visibility
This package is auto-updated.
Last update: 2024-09-26 16:03:19 UTC
README
Magento 2 和 WalkTheChat CMS 之间订单、产品和运输表格费率的双向集成。
特性
- 将产品(简单、可配置和虚拟)导出到 WalkTheChat CMS,支持完整的货币汇率转换。
- 当在 Magento 2 商店订购时,在 WalkTheChat CMS 上更新产品库存。
- 直接从 Magento 2 商店在 WalkTheChat CMS 中删除产品。
- 支持完整货币汇率转换,将来自 WalkTheChat 店面的订单导入到 Magento 2 商店。
- 处理来自 WalkTheChat 店面的订单退款、履行或取消(待办)。
如何安装模块
- composer require walkthechat/magento2-plugin-v2
- rm -rf var/* generated/*
- bin/magento setup:upgrade
如何配置插件
- 在 WalktheChat 后端,转到 "设置" / "第三方应用集成" 并生成一个新的应用
- 在您的 Magento 2 商店中,转到 "WalktheChat" / "配置部分"
- 输入您的 WalktheChat 店铺名称
- 在 "API URL" 字段中,输入 "https://api.walkthechat.com/api/v1/"(不要省略最后的 "/")
- 在 "授权 URL" 字段中,输入 "https://cms.v3.walkthechat.com/settings/third-party-apps/auth"
- 输入在 WalktheChat 第三方应用中找到的 AppId 和 AppSecret
- 点击 "保存配置"
- 点击 "连接"
如何设置订单 Webhook
- 在您的 WalktheChat 后端,转到 "设置" / "第三方应用集成"
- 打开您之前创建的应用
- 在 "订单 Webhook" 字段中输入 "magento_domain_name/rest/V1/walkthechat/import/order",其中 magento_domain_name 是您的 Magento 网站的 URL(以 "http://" 或 https:// 开头)