bryanyeh / emailevent
一个 Magento 2 扩展,向回头客发送最高折扣优惠券代码的邮件
1.0.3
2018-05-15 15:22 UTC
Requires
- php: ~5.6.5 || >=7.0
This package is not auto-updated.
Last update: 2024-09-19 04:31:59 UTC
README
此 Magento 2 扩展会向回头客发送最高折扣优惠券代码的邮件
要求
- Magento Community Edition 2.2.x
安装方法 1 - 通过 composer 安装
- 打开命令行
- 使用 "cd" 命令导航到您的 magento2 根目录
- 运行命令
composer require bryanyeh/emailevent
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
安装方法 2 - 使用存档安装
- 下载 ZIP 存档
- 解压文件
- 在您的 Magento 2 根目录下创建 app/code/Gss/EmailEvent 文件夹
- 将存档中的 Remarketing-Returning-Customer 文件夹内的文件和文件夹复制到该文件夹中
- 在命令行中使用 "cd",导航到您的 Magento 2 根目录
- 运行命令
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
许可
代码遵循 MIT 许可。