Pricing Recover

Self-hosted cart recovery for WooCommerce: capture the email early, save the cart, email a secure one-click restore link via wp_mail. No third-party service. Open source.

Plans and pricing

FREE

Free

Open source under the GPL. No account, no card.

0 PLN
Download from WordPress.org

30-day money-back guarantee. No risk.

Frequently asked questions

Is Recover free?

Yes. Recover is free and licensed under the GPL.

Does Recover require WooCommerce?

Yes. Recover is a WooCommerce extension and requires WooCommerce 8.0 or later. It shows an admin notice and stays inactive if WooCommerce is missing or out of date.

How are recovery emails sent?

On a WordPress cron schedule (hourly by default). Each run marks overdue carts as abandoned and emails a recovery link via wp_mail. The worker is idempotent, so it never double-sends.

Is the restore link safe?

Yes. Each cart has a 64-character cryptographically random token. The link contains only that token — no customer id, no email — so there is no enumeration or IDOR risk.

Does this comply with GDPR?

Guest email capture only happens after the shopper ticks a consent checkbox (the wording is editable). Cart data is stored only in your own database, and you can wipe it for any email in one click from Recover Carts.

Where is cart data stored?

In a custom {prefix}_recover_carts table in your WordPress database. Nothing is sent anywhere else.

How do I remove all plugin data?

Deleting the plugin runs the uninstall routine, which drops the {prefix}_recover_carts table, removes the recover_settings and recover_db_version options, and clears the scheduled task.

Is Recover HPOS and blocks compatible?

Yes. Recover works with WooCommerce HPOS (Custom Order Tables) and the Cart/Checkout Blocks.