Is {{ url }} the right liquid variable for abandoned cart emails?

Hi there,

Can someone please confirm if {{ url }} is the correct liquid variable for using in an email to take the customer back to the checkout?

I’m recreating the ‘payment not processed’ email in Klaviyo so it’s on brand design-wise, then overriding that code in the Shopify notification - so needing to make sure that the button links to the abandoned cart checkout for them to complete the payment correctly.

Many thanks in advance!

Lisa

Hi, you can find info here: https://www.klaviyo.com/blog/abandoned-cart-flow-shopify

I use this url format to load a checkout with products and/or discount code applied

store url / cart / product variant id : product amount ? if you want to apply discounts

https://yourstore.myshopify.com/cart/32211809894518:1?discount=DISCOUNTCODE

I hope this helps