=== Cart Abandonment Reminder ===
Contributors: snehalpancholi
Tags: woocommerce, cart abandonment, email reminder, recovery
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Capture checkout email on blur and send a WP-Cron reminder if the order is not completed within a configurable time window.

== Description ==

Cart Abandonment Reminder captures the billing email as soon as the customer starts typing it on the checkout page. If the order is not placed within the configured delay (default: 1 hour), a reminder email is sent automatically via WP-Cron.

Features:
* Email captured on field blur — no form submission required
* Configurable delay before sending the reminder
* Customizable email subject and body with {site_name} and {checkout_url} placeholders
* Records cleared automatically when an order is placed by the same email
* Admin list of pending abandoned carts
* Auto-purge old records after configurable number of days

== Installation ==

1. Upload the `cart-abandonment-reminder` folder to `/wp-content/plugins/`.
2. Activate through **Plugins → Installed Plugins**.
3. Configure under **WooCommerce → Cart Abandonment**.

== Changelog ==

= 1.0.0 =
* Initial release.
