Use case

Abandoned cart recovery for WooCommerce

Abandoned cart is the automation that pays for the platform. It is also the one most likely to be quietly broken, because in a typical stack the cart event has to travel from WooCommerce, through a connector, into an email tool that has never heard of your products. PixelChat's WordPress plugin emits the event directly into the automation engine.

The event path

  1. A shopper adds to cart and provides an email — at checkout, through a signup, or in a chat conversation.
  2. The WordPress plugin sends the cart event to PixelChat with the line items attached.
  3. The automation engine matches the event against your abandoned-cart trigger and starts the sequence.
  4. If the shopper completes the order, the purchase event exits them from the sequence so they never receive a reminder for something they already bought.

The exit condition is the part that gets missed

Emailing a customer a discount for a cart they already paid full price for is worse than sending nothing. Test the purchase exit before you enable the automation, not after.

A sequence that works

A conventional three-email structure — adjust the delays to your buying cycle
StepTimingPurpose
Email 1About an hour after abandonmentNeutral reminder. No discount. Many carts are abandoned by accident or by a closed tab.
Email 2About 24 hours laterAddress the objection — delivery cost, returns policy, sizing. Link to the chat widget for questions.
Email 3About 72 hours laterLast call. This is where an incentive belongs, if you use one at all.

Discounting in email one trains your customers to abandon deliberately. If your margin is thin, consider running the third email without an incentive too and comparing revenue rather than recovery rate.

Where chat fits

Abandonment is usually an unanswered question, not a change of heart. Because the chat widget and the email sequence are the same platform, the second email can invite a reply into chat, and the operator who picks it up sees the abandoned cart contents on the contact record.

Measuring it honestly

  • Recovery rate on its own is a vanity metric — some of those people would have come back anyway.
  • Track incremental revenue per recipient, and hold out a small control group that receives nothing.
  • Watch the unsubscribe rate on email three. If it spikes, your sequence is too aggressive for your buying cycle.
  • Compare against the previous platform for a full cycle before you switch anything off.

Compliance

Cart recovery email is marketing, not transactional. It needs consent, a working unsubscribe link and an accurate sender identity — under Australian Spam Act rules and equivalent regimes elsewhere. Do not send it to an address someone typed into a checkout field they never submitted without a lawful basis.

Frequently asked questions

How does PixelChat know a cart was abandoned?
The WordPress plugin emits cart events from WooCommerce into the automation engine. There is no polling and no third-party connector in the path.
What if the customer buys before the sequence finishes?
The purchase event exits them from the automation. Test this on a real order before enabling the sequence.
How many emails should I send?
Three is the common structure and a sensible starting point. The right answer depends on your buying cycle — measure incremental revenue against a holdout rather than copying a number from a blog post.
Do I need a discount?
No, and starting with one costs you margin on carts that would have converted regardless. Try the sequence without an incentive first and add one only to the final email.
Is this available without the WordPress plugin?
The WooCommerce cart events come from the plugin, so for a WooCommerce store the plugin is the supported path.

Last updated 10 August 2026.