| 开发者 |
wahra
wahrateam |
|---|---|
| 更新时间 | 2026年3月15日 07:31 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
.po/.mo translation files.{{customer_name}} — Customer's first name{{customer_email}} — Customer's email address{{cart_items}} — Visual table of cart items with images{{cart_total}} — Formatted cart total{{recovery_link}} — One-click recovery URL{{coupon_code}} — Selected coupon code (if configured){{shop_name}} — Your store name{{unsubscribe_link}} — Opt-out URLwahra-abandoned-cart-recovery folder to /wp-content/plugins/The plugin monitors WooCommerce cart activity. When a customer adds items to their cart and becomes inactive for the configured threshold (default: 30 minutes), the cart is marked as abandoned. If an email address is available (from checkout or exit-intent popup), recovery emails are sent automatically via WP-Cron.
Yes! The plugin captures carts for both logged-in and guest users. For guests, an email address must be provided through the checkout form or the exit-intent popup before recovery emails can be sent.
Yes. The plugin includes:
Absolutely. Each of the three emails has a fully customizable subject line and body using the WordPress visual editor. Use shortcodes like {{customer_name}}, {{cart_items}}, and {{recovery_link}} to personalize content dynamically.
Yes. You can attach any existing WooCommerce coupon to each recovery email. Use the {{coupon_code}} shortcode in your email template to display the coupon code to the customer.
When enabled, a popup appears when a guest user with items in their cart moves their mouse toward the top of the browser window (indicating they may be about to leave). It prompts them to enter their email address to "save their cart for later," which creates an abandoned cart record so recovery emails can be sent.
No. The frontend JavaScript is lightweight (vanilla JS, no jQuery dependency) and cart tracking uses asynchronous requests that do not block page rendering. Email sending is handled entirely via WP-Cron in the background.
Yes, the plugin declares full compatibility with WooCommerce High-Performance Order Storage.
Yes. The plugin ships with complete translations for French, Spanish, German, Portuguese (Brazil), Italian, Russian, Japanese, Arabic, and Simplified Chinese. Additional languages can be added by placing standard .po/.mo files in the plugin's languages/ directory or via the WordPress translation system.