Skip to main content
Solved

Abandoned cart: email sent after customer removes item from cart

  • November 20, 2024
  • 2 replies
  • 25 views

Forum|alt.badge.img

We have a sequence of 3 emails in the abandoned cart flow (WooCommerce installation).

If somebody completes purchase during the flow, the subsequent emails are not sent.

How do we similarly prevent the remaining abandoned cart emails being sent to somebody who has removed the items in their shopping cart? 

Best answer by ArpitBanjara

Hey ​@EricaM 

What you can do is use the “Value” of the cart to determine if the products are still in their cart or not.

so add a flow filter which says > Added to cart Value » is greater » than 0$ or 1$ » since starting this flow 

you can also use “Started checkout value” however since you are checking your cart if those products are still there or not, I would suggest you use ‘added to cart’ value

 

I hope this helps and thank you for sharing your question here in the community.

Cheers

Arpit

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

2 replies

ArpitBanjara
Principal User I
Forum|alt.badge.img+36
  • Principal User I
  • 371 replies
  • Answer
  • November 20, 2024

Hey ​@EricaM 

What you can do is use the “Value” of the cart to determine if the products are still in their cart or not.

so add a flow filter which says > Added to cart Value » is greater » than 0$ or 1$ » since starting this flow 

you can also use “Started checkout value” however since you are checking your cart if those products are still there or not, I would suggest you use ‘added to cart’ value

 

I hope this helps and thank you for sharing your question here in the community.

Cheers

Arpit


Forum|alt.badge.img
  • Author
  • Contributor I
  • 2 replies
  • December 21, 2024

It doesn’t seem to solve the issue.  I have this check but people are still getting through even though they now have an empty shopping cart.  Is the “since starting the flow” correct since surely it’s the value at the moment the email gets sent?

Regards

Erica