Skip to main content
Solved

Abandoned Checkout Flow

  • January 27, 2025
  • 2 replies
  • 28 views

Forum|alt.badge.img+4
  • Active Contributor IV
  • 45 replies

Hi there - how do I link an abandoned checkout email to go directly to the customer’s checkout or cart (instead of just directing them to our website)?

 

Best answer by retention

Hi ​@cbzhu

Looking at your site, I believe you’re on Shopify platform.  If so, Shopify’s integration with Klaviyo, for the “Started Checkout” event includes a variable that you can use that links the user directly to the Checkout and should include all their cart items regardless of where they are coming from.

You should be able to use this code as the “url” wherever you need a link (on your button, or image, or text link, etc)

{{ event.extra.checkout_url }}


See if that works and let us know!

2 replies

retention
Partner - Platinum
Forum|alt.badge.img+62
  • 2025 Champion
  • 1005 replies
  • Answer
  • January 27, 2025

Hi ​@cbzhu

Looking at your site, I believe you’re on Shopify platform.  If so, Shopify’s integration with Klaviyo, for the “Started Checkout” event includes a variable that you can use that links the user directly to the Checkout and should include all their cart items regardless of where they are coming from.

You should be able to use this code as the “url” wherever you need a link (on your button, or image, or text link, etc)

{{ event.extra.checkout_url }}


See if that works and let us know!


Forum|alt.badge.img+4
  • Author
  • Active Contributor IV
  • 45 replies
  • January 27, 2025

Great, thank you.