Skip to main content
Solved

Why is my Abandoned Cart Flow not Working with Woocommerce?

  • November 30, 2021
  • 3 replies
  • 489 views

Forum|alt.badge.img+4
  • Contributor I
  • 1 reply

Hi there!

I am looking for some help, please.

I have been facing some issues with an abandoned cart flow I created for a customer. His account is integrated to a Woocommerce shop.

The problem is that the 'Return to Cart' button does not work.

I used the default button (the one in the Klaviyo template), and followed the guidelines on the 3 following pages: 
-Klaviyo's guide
-Forum page 1
-Forum page 2

But nothing seems to work.

I guess this has to do with WooCommerce. If someone has faced and solved a similar issue in the past or has any idea whatsoever as to how to solve it, it would be of a great help!

Thank you in advance for your attention guys!

Best wishes,

Jad

Best answer by Jad

Hi Alex,

Thank you very much for your answer.
I found the issue thanks to Klaviyo’s support: it was because my customer’s website is coded in French. Hence, the code should include ‘panier’ instead of ‘cart’, as follows:
{{ organization.url }}/panier/?wck_rebuild_cart={{ event.extra.CartRebuildKey }}

 

I hope this would help people in similar situation who read this in the future:)

 

Thank you once again Alex!

 

Best wishes,
Jad

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

3 replies

alex.hong
Forum|alt.badge.img+58
  • Klaviyo Alum
  • 1552 replies
  • November 30, 2021

Hey there @Jad,

Welcome and thanks for posting to the Community!

I would first double check to see that your WooCommerce integration is properly linked and data is being sent correctly to your Klaviyo account. In our Help Center Doc there are steps to rebuild a cart from an abandoned cart so that your return to cart may be set up.

I think going over those steps first and double checking with those linked articles you had would be one step to troubleshoot this issue. Please feel free to follow up with any updates!

 

Alex


Forum|alt.badge.img+4
  • Author
  • Contributor I
  • 1 reply
  • Answer
  • December 1, 2021

Hi Alex,

Thank you very much for your answer.
I found the issue thanks to Klaviyo’s support: it was because my customer’s website is coded in French. Hence, the code should include ‘panier’ instead of ‘cart’, as follows:
{{ organization.url }}/panier/?wck_rebuild_cart={{ event.extra.CartRebuildKey }}

 

I hope this would help people in similar situation who read this in the future:)

 

Thank you once again Alex!

 

Best wishes,
Jad


alex.hong
Forum|alt.badge.img+58
  • Klaviyo Alum
  • 1552 replies
  • December 1, 2021

Hi there @Jad,

Great to hear that the support was able to do a deeper dive into it! That was a good catch and knowing the client’s native language could change the website coding. 

Thanks for the info and for educating the Community!
Alex