N/A
Magento 2 plugin to generate a coupon upon newsletter subscription, (*1)
composer require uabassguy/brandastic-newsletter-coupon ~1.0.5
, (*2)
Refresh your caches, (*3)
Add a simple product to the magento catalog with the sku Simple1, give it qty and assign it to a category, verify that it appears on the frontend, (*4)
Navigate to MARKETING > Communications > Email Templates, (*5)
Add New Template, (*6)
Load Template : Choose (under Magento_Newsletter) Subscription Success (or choose existing Subscription Success email), and click Load Template, (*7)
Add this line to the template anywhere:, (*8)
<a href='{{config path="web/unsecure/base_url"}}addpromo'>Click here to save 15% on ProductName<a/>
It just needs to link to the controller, the coupon code is already stashed in the customer session., (*9)
Change product name to match yours (in the code the sku being used is simple1)., (*10)
Make the sku able to be chosen in admin, (*11)