bryanyeh/emailevent

A Magento 2 Extension, sends email of highest % off coupon code to returning customer

1.0.3 2018-05-15 15:22 UTC

This package is not auto-updated.

Last update: 2024-10-03 04:37:14 UTC


README

Latest Stable Version Latest Stable Version License

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.