factorblue / module-picqer
Picqer 扩展集成插件用于 Magento 2
dev-master
2021-10-12 10:07 UTC
Requires
- php: >=5.6.0
- ext-curl: *
- ext-json: *
This package is not auto-updated.
Last update: 2022-11-23 14:30:33 UTC
README
Magento 2 的 Picqer 扩展。
安装
该项目可以通过 Composer 轻松安装。
composer require picqer/magento2-plugin
bin/magento module:enable Picqer_Integration
bin/magento setup:upgrade
激活模块
- 登录到您的 Magento 2 管理员账户,导航到商店 > 配置 > Picqer > Webhooks
- 填写一般配置信息
- 激活: 是
- Picqer 子域名: 是您域名的前缀。如果您登录到 'my-shop.picqer.com',则填写 'my-shop'。
- 连接密钥: 可在 Picqer > 设置 > 网店 > Magento 商店中找到。复制并粘贴到该字段。
现在订单将被立即推送到 Picqer。
卸载
composer remove picqer/magento2-plugin