Skip to main content
Solved

Cross device cart abandonment with Woocommerce

  • September 26, 2023
  • 2 replies
  • 121 views

Forum|alt.badge.img+4

Hi,

Is there any “cross device” link for cart abandonment flow on Woocommerce?

 

I’m using a different ESP and there, there is a special link that will send people to their cart even if they click from a different device they abandoned their cart.. 

Can i do the same with Klaviyo? 

If so, what is the llink?

 

Thanks

 

Best answer by David To

Hello @Emailim,

Seems like you may have missed the Rebuilding carts from an abandoned cart flow subsection in our Getting started with WooCommerce Help Center article. 

As mentioned, using {{ organization.url|trim_slash }}/cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }} can help rebuild your user’s cart which they abandoned. 

Keep in mind that this would typically only work if you’re using a standard WooCommerce checkout page which records a WooCommerce started checkout event. If you’re using a custom checkout page, you should be able to replicate this sort of function, but would require a different setup - which I would recommend working alongside your developer. 

I hope this helps!

David 

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

2 replies

David To
Klaviyo Employee
Forum|alt.badge.img+60
  • Klaviyo Employee
  • 2456 replies
  • Answer
  • September 26, 2023

Hello @Emailim,

Seems like you may have missed the Rebuilding carts from an abandoned cart flow subsection in our Getting started with WooCommerce Help Center article. 

As mentioned, using {{ organization.url|trim_slash }}/cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }} can help rebuild your user’s cart which they abandoned. 

Keep in mind that this would typically only work if you’re using a standard WooCommerce checkout page which records a WooCommerce started checkout event. If you’re using a custom checkout page, you should be able to replicate this sort of function, but would require a different setup - which I would recommend working alongside your developer. 

I hope this helps!

David 


Forum|alt.badge.img+4
  • Author
  • Contributor I
  • 5 replies
  • September 27, 2023

Hi David,

Thank you for your reply.
Im looking for a cart link and not a checkout link.


So for example: a user who is registered to Klaviyo and Klaviyo pixeled him with cookies add products to his cart and them leave the website (before reaching the checkout page) 

Am i able to send the user to his cart from a different device? ​​​​

 

Thanks again