📃
Magento 2 Coupon Code Generate
  • Overview
  • Installation
    • Setup module
  • Config and Usage
    • Module Configuration
    • Manage Coupon Code Rules
    • Generate coupon code for customers
  • FAQs
    • How to use coupon code as tracking order info?
    • How to use coupon code for Lof Followup email
    • How to use coupon code in Newsletter email
    • How to import coupon codes
  • Other Module Guides
    • Ves Page Builder
    • Magento 2 Step Recommendations
    • Magento 2 Barcode Suite (Free)
Powered by GitBook
On this page

Was this helpful?

  1. FAQs

How to use coupon code in Newsletter email

You can use the shortcode in newsletter email content as this:

Newsletter email variables:

{{var subscriber.generateCoupon(promotion-xmas-rule)}} – Generate coupon code by rule {{var subscriber.getUsesPerCoupon(“coupon-alias”)}} – get uses per coupon by coupon alias {{var subscriber.getCouponExpirationDate(“coupon-alias”)} } – get coupon expiration date by coupon alias {{var subscriber.getCouponDiscount(“coupon-alias”)}} – get coupon discount amount by coupon alias {{var subscriber.getCouponCode(“coupon-alias”)}} – get coupon code by coupon alias

PreviousHow to use coupon code for Lof Followup emailNextHow to import coupon codes

Last updated 3 years ago

Was this helpful?