bryanyeh / emailevent
A Magento 2 Extension, sends email of highest % off coupon code to returning customer
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.5 || >=7.0
This package is not auto-updated.
Last update: 2024-11-14 05:21:54 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.