Skip to main content

Hello. i have a problem. I want to make an abandoned cart email flow but I want to change "return to your cart" button URL so that it leads to cart view / view cart section, not checkout.  can I do it?

 

 

 

@AnimalLoversCo 

Yes you can.. your website must have cart link so all you should do is add link something like this.. www.yourwebsitename.com/cart or whatever the handle to your cart is. Usually websites use cookies and save the cart so you don’t need dynamic code for it. When people will click on that link everyone will be brought to their cart on your website.


If anyone stumbles on this thread because their return to checkout link isn’t working anymore, use this instead! {{ event.extra.checkout_url|default:'' }}. 

 

This can be found in your “test & preview” section of any email flow and you can find the link here incase it ever changes again 👇 just click the “checkout_url:” and it’ll paste to your clipboard where you can then just paste it into your link button. 

 


Reply