Skip to main content
October 25, 2023
Solved

Abandon Cart

  • October 25, 2023
  • 2 replies
  • 159 views

Hi there! 

I am creating an abandoned cart email. What link do I use in my CTA? I ‘d like it to go directly to the checkout but I’m not sure how to find that link. Can someone help me?

Currently I just use the home page link in the CA CTA but that’s not a great experience when you want to direct them to the cart. 

Thank you!

    This topic has been closed for replies.
    Best answer by Bobi N.

    @itdebJ 

    This may be different for different eCommerce integration but for Shopify this should work {{ event.extra.checkout_url|default:'' }} .. this should link people to their cart. Also sometimes simply adding a link to the cart may work for example for many websites it works like this yourwebsite.com/cart

    2 replies

    Bobi N.
    Partner - Platinum
    Bobi N.Answer
    Champion & Partner
    October 26, 2023

    @itdebJ 

    This may be different for different eCommerce integration but for Shopify this should work {{ event.extra.checkout_url|default:'' }} .. this should link people to their cart. Also sometimes simply adding a link to the cart may work for example for many websites it works like this yourwebsite.com/cart

    Head Email Marketing Technician at Flowium
    itdebJAuthor
    October 30, 2023

    Thank you, very helpful @Bobi N.