Type
magento2-module
N/A
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
Magento 2 plugin to generate a coupon upon newsletter subscription
composer require uabassguy/brandastic-newsletter-coupon ~1.0.5
Refresh your caches
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
Navigate to MARKETING > Communications > Email Templates
Add New Template
Load Template : Choose (under Magento_Newsletter) Subscription Success (or choose existing Subscription Success email), and click Load Template
Add this line to the template anywhere:
<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.
Change product name to match yours (in the code the sku being used is simple1).
Make the sku able to be chosen in admin