3 min read

Abandoned Carts: Recovering Lost Sales

See the revenue sitting in incomplete checkouts, trigger recovery reminders, and clean up old cart data.

Not every shopper who fills a cart completes their purchase. On the newer dashboard skin, you'll find Abandoned carts in the left navigation under the Sell group. The classic sidebar has no menu entry for this screen — open it directly at /abandoned-carts instead. Either way, this is where you see how much revenue is sitting in incomplete checkouts and win some of it back.

Plan-gated feature

Abandoned Cart Recovery is available on eligible plans. If you don't see it in your dashboard, upgrading your plan will unlock it — see Pricing & Plans.

How a cart is detected as abandoned

A cart is considered abandoned once it has had items in it for a period of time with no order placed. The platform checks for this in the background, so carts show up here without you doing anything.

The recovery dashboard

At the top of the screen you'll see:

  • Total carts — every abandoned cart on record.
  • With items — the subset that actually contains products (and is worth recovering).
  • Total value — the potential revenue sitting across those carts.
  • Older than 7 days — carts that have been sitting long enough to need attention.

Recovering carts

Three actions are available, each with its own day-threshold input:

ActionWhat it does
Run recovery nowSends reminder emails and clears out very old carts in a single pass
Send remindersSends a recovery email to every cart older than the number of days you enter (default: 7)
Cleanup old cartsPermanently clears cart records older than the number of days you enter (default: 35), to keep your data clean

Check the recovery dashboard

Look at the total value and the "older than 7 days" count to judge whether it's worth running recovery right now.

Choose an action

Use Run recovery now for a quick pass over everything, or set your own day threshold and use Send reminders or Cleanup old carts individually.

Confirm the result

A success or error message appears after the action runs, and the stats at the top refresh to show the new totals.

Tip

Recovery reminders stop automatically the moment a customer completes their purchase — you won't keep emailing someone who has already checked out.

Automated schedule

Below the three manual actions, an Automated Schedule panel explains that this cleanup also runs on its own, independent of anything you trigger by hand. It's a background cron job with its own default thresholds:

  • Reminders: sent for carts older than 7 days.
  • Cleanup: carts older than 35 days are removed.

These defaults apply automatically in the background — you don't need to run Send reminders or Cleanup old carts yourself just to keep the queue from growing. Use the manual actions when you want a different day threshold or want the pass to happen right now instead of waiting for the scheduled run.

Next steps