Hi all!
I’m trying to add a dynamic coupon code button to my abandoned cart flow so that the customer can access a discount on their cart. I did this with the following:
https://www.mywebsite.com/STOREID/checkouts/{{ event.extra.token }}?discount={% coupon_code 'TESTCODE' %}
When I send a test email I’m then finding the below error message in the discount code section of the cart
'Unable to find coupon with code: TESTCODE. It may have been deleted.'
The discount code is still valid so I’m wondering why this is happening? Can anybody help?