説明
Turn abandoned WooCommerce carts into recovered sales — without paying for a subscription service.
Most online shoppers who add something to their cart never finish checkout. Abandoned Cart Recovery Suite for WooCommerce captures those carts the moment a shopper enters an email address, then follows up automatically with a timed sequence of recovery emails — each containing a one-click link that restores the shopper’s exact cart — until the sale is won back or the shopper unsubscribes.
WooCommerce doesn’t recover abandoned carts on its own. This plugin fills that gap: cart tracking, automated recovery emails, one-click restore links, single-use discount coupons, and a recovery analytics dashboard, built specifically for WooCommerce stores. Everything runs on your own WordPress site — no external service, no monthly fee, no API key, and no customer data leaving your server.
How It Works
- A shopper adds products to their cart and starts checkout.
- The plugin captures the cart as soon as an email address is entered (guests) or automatically (logged-in customers).
- If the order isn’t completed within a set time (default: 15 minutes), the cart is marked abandoned.
- Up to three automated recovery emails go out at intervals you control — for example after 1 hour, 24 hours, and 72 hours.
- Each email contains a secure one-click restore link that rebuilds the shopper’s cart, including any coupon.
- When the order is placed, the cart is marked recovered, remaining reminders are cancelled, and the revenue shows up on your dashboard.
Key Features
- Automatic cart capture for both guest and logged-in shoppers
- Works with the WooCommerce Checkout Block and the classic checkout
- Configurable three-step recovery email sequence with custom delays and subject lines
- Secure one-click cart restore links, including products, variations, and quantities
- Auto-generated, single-use discount coupons restricted to the recipient’s email
- Email open and click tracking
- Built-in unsubscribe link on every reminder
- Recovery analytics dashboard — abandoned/recovered counts, recovery rate, lost vs. recovered revenue
- Cart browser with status filter and search by email or name
- Optional consent checkbox before tracking guest shoppers
- Automatic cleanup of old cart records after a retention period you choose
- Optional full data removal on uninstall
- Compatible with WooCommerce High-Performance Order Storage (HPOS)
- Fully translatable, with a .pot file included
Why Store Owners Use This Plugin
- Set it up once and recover lost revenue automatically
- A well-timed discount coupon often converts hesitant shoppers
- Cart and email data stay in your own WordPress database
- Lightweight — tracking scripts load only on cart and checkout pages
- Every feature described here, including the dashboard and coupon automation, is free
Who Is This For?
Any WooCommerce store that wants to reduce cart abandonment without adding a paid third-party service — physical products, digital downloads, subscriptions, or dropshipping shops alike. The plugin hooks directly into WooCommerce’s cart and checkout process, so it works with any properly coded theme or page builder.
Privacy & Data
Cart data (email address, first name, cart contents, cart total) is stored only in your own WordPress database. Nothing is sent to a third-party service.
- Optional consent checkbox before tracking guest shoppers
- Unsubscribe link on every email, stopping all future reminders for that address
- Configurable data retention with automatic cleanup
- Optional full data removal on uninstall
Template Customization
The recovery email template can be overridden from your theme — copy templates/emails/recovery-email.php to yourtheme/woocommerce/emails/recovery-email.php and customize it freely.
Source Code
スクリーンショット






インストール
Automatic installation
- Go to Plugins Add New in your WordPress dashboard.
- Search for Abandoned Cart Recovery Suite for WooCommerce.
- Click Install Now, then Activate.
- Open the Cart Recovery menu and configure your email sequence.
Manual installation
- Upload the
abandoned-cart-recovery-suite-for-woocommercefolder to the/wp-content/plugins/directory. - Activate the plugin through the Plugins screen.
- Open the Cart Recovery admin menu to configure settings.
Requirements
- WordPress 6.2 or later
- WooCommerce 7.0 or later
- PHP 7.4 or later
FAQ
-
Does WooCommerce have built-in abandoned cart recovery?
-
No. WooCommerce does not track or recover abandoned carts out of the box. This plugin adds that functionality — cart tracking, automated recovery emails, one-click restore links, and analytics — directly to your existing WooCommerce store.
-
Is this plugin really free?
-
Yes. Cart capture, the full three-step email sequence, one-click restore links, auto-generated coupons, open/click tracking, and the analytics dashboard are all included at no cost. There is no premium upgrade required.
-
Does the plugin work with the WooCommerce Checkout Block?
-
Yes. The plugin captures emails from both the classic checkout form and the block-based checkout, and detects recovered orders placed through either one.
-
Do I need an external email service?
-
No. Emails are sent through the WooCommerce mailer using your site’s email configuration. For best deliverability we recommend using an SMTP plugin, but it isn’t required.
-
How are carts captured for guest visitors?
-
As soon as a guest types their email address into the checkout form, the cart is saved together with the email. If they leave without buying, the recovery sequence starts automatically.
-
Are logged-in customers tracked too?
-
Yes. Because their email is already known, logged-in customers are tracked automatically whenever their cart changes — no checkout visit needed.
-
Is the plugin GDPR compliant?
-
The plugin gives you the tools to operate compliantly: an optional consent checkbox before tracking guests, an unsubscribe link in every email, configurable data retention with automatic cleanup, and full data deletion on uninstall. All data stays on your own server.
-
Can I customize the recovery emails?
-
You can edit each email’s subject line and delay from the settings page, and fully customize the HTML template by overriding it in your theme.
-
What happens when a customer completes their order?
-
The cart is marked as recovered, all remaining reminder emails for that cart are cancelled instantly, and the recovered revenue is added to your dashboard statistics.
-
Does the coupon work for anyone who gets the link?
-
No. Auto-generated coupons are single-use and restricted to the recipient’s email address, so forwarded links can’t be used by someone else.
-
Will this slow down my store?
-
No. The tracking script (about 1 KB) loads only on cart and checkout pages, and all processing happens in scheduled background tasks.
-
How is this different from paid cart recovery services?
-
Most cart abandonment recovery tools are SaaS products that charge a monthly fee, send your customer data to an external server, and often cap the number of emails you can send. This plugin runs entirely on your own WordPress install using WP-Cron and your site’s own mailer — no subscription, no per-email limits, and no customer data leaving your server.
-
Will it work with my theme or page builder?
-
Yes. The plugin doesn’t modify your theme or checkout design — it hooks into WooCommerce’s cart and checkout process in the background, so it works with any properly coded WooCommerce theme or page builder.
-
Is the plugin translation-ready?
-
Yes. Every string is translatable via WordPress’s standard localization tools, and a
.potfile is included in the/languagesfolder to make creating a translation straightforward. -
Does it work with WooCommerce High-Performance Order Storage (HPOS)?
-
Yes. The plugin is fully compatible with WooCommerce’s High-Performance Order Storage (custom order tables) as well as the legacy post-based order storage.
-
What data does the recovery email need to be sent?
-
Only an email address is required. Once captured, the plugin stores the cart contents, total, and (optionally) the shopper’s first name so the recovery email can be personalized.
評価
このプラグインにはレビューがありません。
貢献者と開発者
Abandoned Cart Recovery Suite for WooCommerce はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者変更履歴
1.0.3
- Performance Improved.
1.0.2
- Changed plugin slug to abandoned-cart-recovery-suite-for-woocommerce per WordPress.org directory requirement.
1.0.1
- Fixed plugin name issue.
- Added source code link
1.0.0
- Initial release.
- Automatic cart capture for guests and logged-in customers.
- Support for classic checkout and WooCommerce Checkout Block.
- Three-step configurable recovery email sequence.
- Secure one-click cart restore links.
- Auto-generated single-use, email-restricted discount coupons.
- Email open and click tracking.
- Unsubscribe handling.
- Recovery analytics dashboard.
- Consent mode, data retention cleanup, and clean uninstall.
