vbdev/magento2-send-personalized-email
最新稳定版本:1.1.0
Composer 安装命令:
composer require vbdev/magento2-send-personalized-email
包简介
A Magento 2 module Personalized Email
关键字:
README 文档
README
composer require vbdev/magento2-send-personalized-email
Main Functionalities
- Attribute-based email sending module.
- The module will send an e-mail to the customer who makes a purchase containing a product with the attribute that was defined in the Select attribute code field in Stores->Configuration->Sales->Sales Emails->Personalized Email->Custom Attribute Code Select
- The module offers a configuration in the admin, in Stores->Configuration->Sales->Sales Emails->Personalized Email
- In the admin settings, you can select the email template to be sent, but if no template is selected, the module has a default template, which you can include in view/frontend/email/personalized_email_template_example_default.html
- In the admin you can also select the sender email
gifvideo.mp4
Type 1: Zip file
- Unzip the zip file in
app/code/Vbdev - Enable the module by running
php bin/magento module:enable Vbdev_PersonalizedEmail - Apply database updates by running
php bin/magento setup:upgrade - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require vbdev/magento2-send-personalized-email - enable the module by running
php bin/magento module:enable Vbdev_PersonalizedEmail - apply database updates by running
php bin/magento setup:upgrade - Flush the cache by running
php bin/magento cache:flush
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2023-02-01