mtrzk/magento2-gmail-markup

Magento 2 邮件 Gmail 标记功能

安装: 3

依赖: 0

建议: 0

安全: 0

星标: 0

关注者: 1

分支: 0

类型:magento2-module

1.0.1 2022-09-05 15:21 UTC

This package is auto-updated.

Last update: 2024-09-05 19:47:43 UTC


README

1. 文档

2. 安装方法

通过 composer 安装(推荐)

1. 在 Magento 2 根目录下运行以下命令

composer require mtrzk/magento2-gmail-markup
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

2. 在 Magento 2 管理面板中配置模块

3. 重要!您需要手动在电子邮件模板中添加变量(在头部标签中)。

{{var gmailMarkup|raw}}

3. 如何在 Google 上注册

  1. 如果您想使用此模块,您需要在 https://developers.google.com/gmail/markup/registering-with-google 的“电子邮件发送者质量指南”部分进行检查
  2. 启用模块,并通过 https://www.mail-tester.com/ 检查订单和发货电子邮件
  3. 在此表单上注册:https://docs.google.com/forms/d/e/1FAIpQLSfT5F1VJXtBjGw2mLxY2aX557ctPTsCrJpURiKJjYeVrugHBQ/viewform?pli=1
  4. 如果您还想使用 ViewOrder 和 TrackAction 动作,请检查“动作/模式指南”部分

4. 更新日志

版本 1.0.1

- Fixed code after code review
- Added ACL for configuration
- Removed not used sequence in module

版本 1.0.0

- First commit
- Added support for Order emails
- Added support for Shipment emails
- Advanced configuration per store