rulecom / rulemailer2
Magento 2 模块,用于与 Rule 集成
1.4.1
2023-11-28 08:16 UTC
Requires
- rulecom/api-wrapper: ~1.0
README
Magento 2 集成 (Rulemailer2)
Magento 2 扩展,用于Rule。此扩展允许 Magento 将订阅者数据发送到客户的 Rule 账户。数据包括:客户(电子邮件、姓名、姓氏、出生日期和性别)、购物车信息(产品列表、数量、总价)和订单(产品列表、收货地址、产品类别、总价)。还提供可选功能,通过使用RULE 交易 API从 Magento 发送电子邮件。
注意:已测试至 Magento 2.4.6
内容
安装
通过 composer 安装
按照Adobe Commerce 指令进行安装。
在终端中,使用 cd
命令进入您的 Magento 项目的根目录。然后运行
bin/magento maintenance:enable composer require rulecom/rulemailer2 bin/magento module:enable Rule_RuleMailer --clear-static-content bin/magento setup:upgrade bin/magento setup:di:compile bin/magento cache:clean bin/magento maintenance:disable
配置
在您的 Magento 应用程序的管理部分,选择 商店/配置
部分。然后在左侧菜单中选择 RULE/Rulemailer
。在表单中输入来自 RULE 应用的 API 密钥。如果将“使用事务性”字段设置为“是”,则您的 Magento 应用程序中所有邮件将通过 RULE 交易 API 发送。