Skip to main content
Solved

Cart Link not Checkout link or product link


Forum|alt.badge.img+5
  • Contributor II
  • 3 replies

Hi everyone, is there a way for me to redirect customer to cart link after they added something to cart?

My Cart link would be something like this: https://bignuts.my/cart

When I use added to cart trigger flow, I notice {{ event.URL }} redirect to product page, not cart page. 

 

 

 

 

Best answer by Spark Bridge Digital LLC

Hey Riccd,

I’d recommend you double-check your data in the ‘preview’ window to see if it appears differently but normally the variable below should populate it. Just depends on your integration settings!

{{ event.extra.checkout_url }}

 

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

2 replies

Spark Bridge Digital LLC
Partner - Gold
Forum|alt.badge.img+33

Hey Riccd,

I’d recommend you double-check your data in the ‘preview’ window to see if it appears differently but normally the variable below should populate it. Just depends on your integration settings!

{{ event.extra.checkout_url }}

 


David To
Klaviyo Employee
Forum|alt.badge.img+60
  • Klaviyo Employee
  • 2456 replies
  • August 16, 2022

Hey @Riccd,

I think you’ll find @Bobi N.’s answer from the below post could be helpful in understanding this:

David