Abandoned Cart Reports For WooCommerce
by smallfishes · eCommerce
Also makes 1 other plugin · 3K+ installs across the portfolio →
A simple plugin to see how many carts and which products your customers are abandoning
47 health vs 68 average across 5,563 eCommerce plugins
Removal-risk signals
53/100Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.
- Long abandoned. No update in 3+ years — the top precursor to removal once a vulnerability is found.
- Falling behind WordPress. Tested up to WordPress 6.1.12.
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Room to improve
Biggest win: Update recency
To rank higher: Last updated 1370 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
245
now · peak 2.4K
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Rating trend
Star average over time · dips mark rough releases
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
No release in a yearHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
0
releases in the last 12 months
8.0y ago
latest release · v2.5.0
6
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 99% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “1K+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2017-08-07 · 1,430 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.
Details
Recent reviews
All reviews on wp.org ↗- ★★★★★ yatgirl1.8y ago
This plugin is what I was looking for. A simple reporting plugin for lost carts. However, it really hasnt been updated or enhanced to any extent in the 6 years since I installed it in 2018. I paid for the pro version in 2018, the pro version also hasnt been developed. In fact, you dont even get notification of any updates to the pro version. In 2023 I asked for an updated version and it took a month to get a working copy, only to find, nothing had changed with the plugin – that I could see. The time zone in the reports is the time zone (PST) of the developer with no way to change it. The abandoned cart table is not responsive to different screen sizes. Even in landscape mode on an 11 inch tablet, it is unreadable as the columns do not resize properly, with no way to change this. This could be a really great little plugin. It is disappointing that this plugin never reached its basic potential and has now essentially been abandoned.
Read on wp.org ↗ - ★★★★★ schildpaddencentrum3.3y ago
An issue with exporting abandoned cart data was expertly resolved.
Read on wp.org ↗ - ★★★★★ jpatricksweeney993.4y ago
We’ve been using Small Fish Analytics’ Abandoned Cart Reports for Woocommerce for a number of years now and really depend on it. It’s an extremely useful and critical tool for our sales people. We recently needed to upgrade to a new server but found some plugin and theme issues (not surprising) including a performance issue with Abandoned Cart Report for Woo. I emailed the developer of Abandoned Carts and the problem was resolved the same day! Folks, this is a mission critical tool and we received mission critical support from Mike. Highly recommend Small Fish Analytics and the Abandoned Cart Reports plugin! This topic was modified 3 years, 3 months ago by jpatricksweeney99. Reason: didn't submit first time
Read on wp.org ↗ - ★★★★★ davemiddles3.4y ago
I downloaded this plugin a year or so ago and never opened it. I just left it to collect data for me. About a week ago I tried opening it for the first time and it would just send me to an error page. I made a thread on the support forum and I was promptly contacted by the author with a solution. The plugin now opens properly, and all my data (from the time I downloaded it) was recorded, even during the time I couldn’t open the app. Awesome plugin, awesome support!
Read on wp.org ↗ - ★★★★★ rbstern3.7y ago
Using this plugin for a busy e-commerce site that typically has thousands of abandoned carts per month. There was a PHP 8.x compatability issue in one of the features, and the performance was lagging for the large number of abandoned cart records we were dealing with. Brought these issues to the developer’s attention. He was very open to our feedback, jumped right on the identified issues, solved the bug and tuned up the code to handle larger stores. Great communication along the way, even over a holiday weekend. It can be tough to find quality plugins supported by dedicated developers. Not the case here. Outstanding support for an essential e-commerce plugin.
Read on wp.org ↗ - ★★★★★ orangeco4.0y ago
I was looking for a lightweight standalone plugin that gave me accurate abandoned cart data. Every other plugin I tried also wanted to try and convert these carts and add-in other functionality, which I don’t need as I use Klaviyo to do that for me. However, this plugin from SFA keeps things simple and gives me the data I need. I can see what’s being abandoned in just a couple of clicks and sort by Cart, date, quantity or total value. I upgraded to the paid version and Mike, the developer, has been very responsive to my questions. If you sell using WooCommerce, this plugin should be in your Top 5. This topic was modified 3 years, 10 months ago by orangeco.
Read on wp.org ↗ - ★★★★★ phantasmix6.3y ago
I like everything except for the fact that it doesn’t seem to capture all abandoned carts. Not sure how/why that happens. This is how I know: I spent a few hours watching google analytics real time report and I see people adding stuff and viewing the “basket” page, and then leaving, yet SFA page does not get updated. Using the Premium version of this plugin.
Read on wp.org ↗ - ★★★★★ negrusti6.6y ago
Major MySQL performance hog from queries like SELECT * FROM wp_sfa_abandoned_carts WHERE customer_key= ? AND cart_is_recovered = ? AND order_id IS NULL LIMIT ? as the table has no proper indexes: explain wp_sfa_abandoned_carts; +-----------------------+---------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-----------------------+---------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | customer_key | char(32) | NO | | NULL | | | cart_contents | longtext | NO | | NULL | | | cart_expiry | bigint(20) | NO | | NULL | | | cart_is_recovered | tinyint(1) | NO | | NULL | | | ip_address | char(32) | YES | | NULL | | | item_count | int(11) | NO | | NULL | | | order_id | int(11) | YES | | NULL | | | viewed_checkout | tinyint(1) | NO | | 0 | | | show_on_funnel_report | tinyint(1) | NO | | 0 | | | cart_total | decimal(15,2) | YES | | NULL | | +-----------------------+---------------+------+-----+---------+----------------+ This topic was modified 6 years, 5 months ago by negrusti. This topic was modified 6 years, 5 months ago by negrusti.
Read on wp.org ↗
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 8.1.12 · WP 6.1.1
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2026-07-10 2K+ → 1K+ down after 339 days in tier
- 2025-08-05 3K+ → 2K+ down after 206 days in tier
- 2025-01-11 4K+ → 3K+ down after 319 days in tier
- 2024-02-27 5K+ → 4K+ down after 9 days in tier
- 2024-02-18 4K+ → 5K+ up
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
-
CartBounty – Save and recover abandoned carts for WooCommerce 10K+ installs · 4.7★ · 3 shared tags A -
Cart Abandonment Recovery for WooCommerce – Recover Lost Sales with Automated Emails 300K+ installs · 4.8★ · 2 shared tags A -
PushEngage – Web Push Notifications, WooCommerce Automation & Chat Widget 9K+ installs · 4.1★ · 2 shared tags A
-
Google for WooCommerce 800K+ installs · 2.8★ · 1 shared tag B
-
WooCommerce PayPal Payments 800K+ installs · 2.9★ · 1 shared tag B -
WooCommerce Stripe Payment Gateway 700K+ installs · 3.1★ · 1 shared tag B
Embed this report card
Drop a live Pulse card for Abandoned Cart Reports For WooCommerce into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/wc-abandoned-carts-by-small-fish-analytics" width="480" height="300" style="border:0" loading="lazy" title="Abandoned Cart Reports For WooCommerce — Plugin Pulse"></iframe> Abandoned Cart Reports For WooCommerce: 1K+ active installs, 4.3★ (18 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/wc-abandoned-carts-by-small-fish-analytics