bryanyeh / emailevent
A Magento 2 Extension, sends email of highest % off coupon code to returning customer
Package info
github.com/BryanYeh/Remarketing-Returning-Customer
Type:magento2-module
pkg:composer/bryanyeh/emailevent
1.0.3
2018-05-15 15:22 UTC
Requires
- php: ~5.6.5 || >=7.0
This package is not auto-updated.
Last update: 2026-03-05 11:40:36 UTC
README
This Magento 2 Extension emails returning customer highest % off coupon code
Requirements
- Magento Community Edition 2.2.x
Installation Method 1 - Installing via composer
- Open command line
- Using command "cd" navigate to your magento2 root directory
- Run commands:
composer require bryanyeh/emailevent
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Installation Method 2 - Installing using archive
- Download ZIP Archive
- Extract files
- In your Magento 2 root directory create folder app/code/Gss/EmailEvent
- Copy files and folders inside the Remarketing-Returning-Customer folder from archive to that folder
- In command line, using "cd", navigate to your Magento 2 root directory
- Run commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
License
The code is licensed under The MIT License.