xtremepush / magento2-plugin
适用于 Magento 2 的 Xtremepush 扩展
v1.0.0
2023-05-10 11:05 UTC
Requires
- php: >=7.1.3
- ext-curl: *
- ext-json: *
- magento/framework: >=102.0.0
This package is auto-updated.
Last update: 2024-09-10 14:31:10 UTC
README
使用 Xtremepush 消息功能与 Magento 集成
安装
查看文档:https://docs.xtremepush.com/docs/magento-2
通过 composer 安装
- 需要包
composer require xtremepush/magento2-plugin:dev-{分支名称}
- 升级项目
sudo php -d memory_limit=-1 bin/magento setup:upgrade
- 编译代码
sudo php -d memory_limit=-1 bin/magento setup:di:compile
所需的 Magento 权限
- Magento_Integration::integrations(系统 > 系统扩展 > 系统集成)
- Magento_Newsletter::subscriber(营销 > 通讯 > 邮件订阅者)
- Magento_Sales::actions_view(销售 > 操作 > 订单 > 操作 > 查看)
- Magento_Customer::customer(客户)