Contact the Support

Recover abandoned cart for WooCommerce Plugin Documentation

Plugin Installation

Manually Installation Through Dashboard
  • Log in to the WordPress Dashboard.
  • Go to Plugins.
  • Click on Add New.
  • Click on Upload Plugin button.
  • Click on Choose File button and select recover-wc-abandoned-cart-doc.zip then click on Install Now button and wait for the install to complete.
  • After the Plugin installed successfully, click on Activate button.
Manual Installation using FTP
  • Unzip recover-wc-abandoned-cart-doc.zip to your desktop.
  • Using an FTP client to access your host web server. Go to /wp-content/plugins/
  • Upload Plugins to /wp-content/plugins/.
  • Go to plugins and activate Plugin from Dashboard.

Abandoned Cart List


All the abandoned carts are stored in the "Abandoned carts" tab of the option panel of the plugin.

Option panel available here. Woocommerce->Abandoned carts


If don't have saved Abandoned carts its give message. "You don't have any saved Abandoned carts yet.
But do not worry, as soon as someone fills the Email or Phone number fields of your WooCommerce Checkout form and abandons the cart, it will automatically appear here.
"

How Abandoned Cart Work?


If Any customer who fills his details but misses checking out or purchasing the item/product/service for a period its capture there details from checkout page and showing in Abandoned Cart List.

Email Notification


Here configured the email to receiving email notification of customer Abandoned Carts detail on email.


Note: Cron Email Not Working if in wp-config.php present following below code

define('DISABLE_WP_CRON', true);

So for working Cron Email replace it with below code

define('DISABLE_WP_CRON', false);

Exit Intent Popup


Here you set Exit Intent popup for non-loged in user to offering some discounts via coupon code or asking customers to contact your store for better deals. Its show once in a day to non-loged in users.