I’m now including a Dynamic Coupon Code in the email for 10% off the items the customer has abandoned.
So what I want to happen is for them to be able to click on the button - that will then bring them back to their abandoned cart with the items and also automatically apply the 10% dynamic code so all they have to do is click ready to checkout.
Is there a way to do this?
Thanks so much!
Best answer by Jessica eCommerce Badassery
@Kristen BL If you’re on Shopify, then yes this is definitely possible.
Here is the full documentation for auto-applying links but here is the structure for checkout abandonment & Klaviyo dynamic coupons:
I did have this {{ event.extra.checkout_url }}&discount={% coupon_code 'AbandonedCart' %} but I couldn’t get it to work in the test… is this because it will only work if it’s been emailed out of the Abandoned Cart (Started Checkout) flow?
How to apply a discount code and link to your homepage
You can add a link that points back to your homepage and automatically applies the discount to your customer's cart. There are multiple formats you can use:
mysite.com/discount/CouponName
mysite.com/?discount=CouponName This link format works when your discount is the only parameter you're adding to your link.
With any of these options, you should replace mysite.com with your website, and where you see CouponName, make sure to replace with the discount code you created in Shopify.
You are correct, because the abandoned cart is triggered by an abandoned cart metric, we are able to dynamically pull the data that was sent to rebuild the cart. Without access to this data we cannot automatically rebuild a cart when there is no data to rebuild.