Hey,
I’m trying to add a link to my abandoned cart and checkout flows that automatically applies a coupon code on the click of a link. Is this possible?
I’ve tried:
{{ organization.url }}/?wt_coupon/{% coupon_code 'CouponName' %}/cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }}
{{ organization.url }}/discount/{% coupon_code 'CouponName' %}/cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }}
When I click on the link it takes me to the site on a 404 page and it reads that the coupon code couldn’t be found, despite making it within Wordpress/WooCommerce?
Can you see where I’m going wrong?
Thank you :)