Hi, I’m trying to learn how to link a discount to a button in an abandoned email. I was confused by the online documentation. Which correct:
- www.mysite.com/{{ event.extra.checkout_url }}&discount={% coupon_code 'CouponName' %}
-
www.mysite.com/products/{{ event.extra.checkout_url }}&discount={% coupon_code 'CouponName' %}
Thanks!
David