@HonestPets
If you’re using Shopify and want to apply a unique coupon code (created in Klaviyo) at checkout, from the Abandoned Checkout Flow, you can definitely do that.
All you need to do is to construct a link that that will automatically apply the coupon code on click. You can place that link in text, button, image, etc.
This is the placeholder URL that you’ll need to adjust:
https://www.mysite.com/STOREFRONT_ID/checkouts/{{ event.extra.token }}?discount={% coupon_code 'NAME_OF_YOUR_COUPON' %}
Note that you’ll need to change the “mysite.com”, “STOREFRONT_ID”, and the “NAME_OF_YOUR_COUPON” parts with actual information from your store.
Follow the steps in this tutorial to find out your Shopify unique STOREFRONT_ID.
- How to Add a Link to Apply a Dynamic Coupon Code on Shopify Checkout
You can find how to create and configure the coupon code part from this tutorial:
- How to Create a Dynamic Coupon Code in Klaviyo
After you construct the link, place it in your Abandoned Checkout Email and whenever someone clicks on the link he will be redirected to the checkout page with his items already there and the coupon code already applied.
Also, note that in the process of creating the coupon in Klaviyo, you can configure the expiration time to be 48 hours after the coupon is sent.
Hope this helps!