✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WooCommerce Cart Abandonment Recovery: carts, emails & recovery as tables

Read abandoned carts, scheduled recovery emails, and recovered-order links from the plugin's own tables. Sort by cart value, filter by recovery stage, and resend an email inline without opening each cart.

♾️ Lifetime License available

SleekView table view for WooCommerce Cart Abandonment Recovery

Stop opening each abandoned cart to know its recovery state

WooCommerce Cart Abandonment Recovery (the CartFlows / Brainstorm Force plugin) tracks abandoned carts in its own custom table, with scheduled email rows linked to each cart. The plugin's admin lists carts and a separate emails section, but the recovery picture — which carts have which emails scheduled, which recovered, which expired — sits across multiple screens. SleekView reads the plugin's tables directly so a single configurable view shows cart value, customer, last email status, and recovery state side by side.

The recovery moment matters. When an abandoned cart converts, the plugin records the recovered order id and links it back to the cart row. SleekView surfaces that link as a column so you can spot recovered carts in the same list, sortable by recovery date or value. Useful for weekly reviews of which email step is doing the work.

Inline edits write through the plugin's API. Mark a cart as do-not-contact, cancel a scheduled email, or trigger an immediate resend as a row action. Same code path as the native admin — emails respect the configured throttles and the plugin's standard send-handler.

Workflow

How SleekView reads your cart-abandonment data

1

Pick the source

The plugin's cart-abandonment table for cart records and the email-history table for scheduled and sent emails. Join by cart id for one row per cart with email context.
2

Compose your column set

Cart id, customer email, value, current stage, next scheduled email time, recovered order id, consent flag. Add a derived "days since abandoned" column for ops-friendly age tracking.
3

Save and scope the view

Name it ("High-value open carts", "Recovered this week", "Email 3 no recovery") and gate by capability so ops, marketing, and support each see relevant slices.
4

Act inline through the plugin's API

Manual resend, cancel scheduled send, mark do-not-contact — all routed through the plugin's action handlers so throttles and audit trails stay consistent with the native admin.

Sample columns

A typical abandoned-carts view

SleekView reads from the plugin's cart-abandonment table and email-history table, joining on cart id for unified row context.
Source: wp_cartflows_ca_cart_abandonment + wp_cartflows_ca_email_history
Cart Customer Value Stage Next email Status
#cf-2418 alex@studio.co €184.00 Email 2 (24h) Apr 26 03:00 Open
#cf-2417 ria@design.io €72.50 Email 1 (1h) Apr 25 10:42 Open
#cf-2416 tom@hello.dev €312.00 Recovered Order #10428
#cf-2415 mia@brew.coop €48.00 Email 3 (72h) Apr 28 09:00 Open
#cf-2414 lin@labs.example €98.00 Expired No recovery

Comparison

Default Cart Abandonment Recovery vs SleekView

Default plugin admin

  • Carts and email history sit on separate screens
  • No single row showing cart value plus next scheduled email
  • Filtering is mainly by status; cart value and recovery date aren't composable
  • No saved per-role views for ops vs marketing perspectives
  • Manual resend is per-cart in the editor — no row-level action

SleekView

  • Carts joined to email-history with stage and next-send columns
  • Inline-resend a recovery email or mark a cart do-not-contact
  • Custom columns for cart value, recovery stage, recovered order id
  • Save filtered views like "High-value open carts" or "Recovered this week"
  • Switch between table and kanban views grouped by stage

Features

What SleekView gives you for WooCommerce Cart Abandonment Recovery

Carts and emails on one row

Cart id, customer, value, current stage, next scheduled email, status — all from the plugin's own tables. Build separate views for ops, marketing, and customer support without bouncing between sub-screens.

Inline-resend through the plugin's API

Trigger an immediate recovery email, cancel a scheduled send, or mark a cart do-not-contact as a row action. Same code path as the native admin so throttles and send rules are respected.

Filters that match recovery questions

Combine cart value, current stage, recovery state, and date range. Save "High-value open carts" or "Email 3 reached, no recovery" as named views your team checks every morning.

Audience

Who uses SleekView for Cart Abandonment Recovery

Recovery operators

Daily "high-value open carts" view. Spot a €500 cart sitting at email 1 and trigger an immediate resend or hand the cart to a sales rep with the row's customer details visible inline.

Marketing analytics

Filter to recovered carts in the last 30 days, sorted by which email step recovered them. Useful evidence for tuning email cadence — does email 2 do the work, or is email 3 carrying the recovery rate?

Customer support

Customer-scoped view: lookup a customer email and see their abandoned-cart history with current stage. Decide whether to offer a discount in chat or just resend the next email manually.

The bigger picture

Why row-level abandonment ops beat the default cart list

WooCommerce Cart Abandonment Recovery is good at the underlying job — capturing carts, scheduling emails, detecting recoveries — but its admin treats carts and emails as separate concerns. The cart list shows status, the email-history screen shows sends, and tying the two together to ask "which high-value cart is sitting at email 1 right now" requires either mental joins or a CSV export. That's fine for a small store.

It does not work for a busy ecommerce site with hundreds of abandoned carts a week, recovery operators triaging by value, and marketers tuning email cadence based on which step actually recovers. SleekView turns the plugin's tables into the workspace each role actually uses. Recovery operators open "High-value open carts" and trigger immediate resends inline.

Marketing analytics filters recovered carts by recovery stage to evidence cadence changes. Customer support runs a customer-scoped lookup mid-call. Same plugin runtime, dramatically less screen-switching between cart and email and recovered-order to know what to do next.

Questions

Common questions about SleekView for WooCommerce Cart Abandonment Recovery

No. The plugin's own scheduler, email handler, and recovery-detection logic continue running. SleekView is a presentation and editing layer over the plugin's stored data — abandoned carts, scheduled emails, recovery links. Configuration of the email sequences and triggers still belongs in the plugin's admin.

 

The plugin stores carts in a dedicated custom table (typically named with a cartflows_ca_ prefix) and email-history rows linked by cart id. SleekView reads each like any other database source and joins on cart id for unified row context. Edits write through the plugin's option/action API, not direct table updates.

 

Yes. The plugin exposes a manual-send action used by its own admin's per-cart view; SleekView wires it to a row-level button. The send respects configured throttles and the standard email handler, so you don't accidentally bypass safety like duplicate-send protection.

 

The plugin allows flagging a cart so its scheduled emails are cancelled and no further messages are sent. Useful when a customer has reached out by another channel or asked not to be emailed. SleekView lets you set the flag inline as a row action; the plugin handles cancellation and the cart row reflects the new state.

 

Yes. When a cart converts, the plugin records the recovered WooCommerce order id on the cart row. SleekView surfaces it as a column linked to the order's edit screen, so you can jump from "recovered cart" to the actual order without navigating elsewhere.

 

The cart-abandonment plugin reads order data through WooCommerce's order CRUD, which is HPOS-aware. SleekView reads the cart-abandonment table directly and links recovered orders by id; whether the order itself lives in wc_orders or legacy posts, the link works. Build a parallel SleekView for orders if you want recovered-order details inline.

 

Yes. The plugin tracks current stage (email 1, 2, 3, recovered, expired) on each cart row. SleekView treats it as a column for filtering, sorting, and grouping. "Reached email 3, no recovery" is one filter; "recovered after email 2" is another. Useful for tuning the email sequence.

 

The plugin's GDPR settings — checkout consent capture, retention windows — continue to apply. SleekView surfaces consent-state as a column where the plugin records it, so a recovery operator can see at a glance which carts are eligible for recovery emails. Carts without consent simply have no scheduled emails for the plugin to send.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView