Skip to main content
Solved

changing my "return to your cart" button url

  • February 14, 2021
  • 2 replies
  • 6189 views

Forum|alt.badge.img+2

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?

 

 

 

Best answer by biosnutrients

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. 

 

View original
Did this topic or the replies in the thread help you find an answer to your question?

2 replies

Bobi N.
Partner - Platinum
Forum|alt.badge.img+45
  • Champion & Partner
  • 453 replies
  • February 15, 2021

@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.


Forum|alt.badge.img
  • Contributor I
  • 1 reply
  • Answer
  • November 7, 2023

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.