1. Home
  2. Docs
  3. Notiqoo
  4. Settings Page
  5. Abandoned Cart Settings

Abandoned Cart Settings

๐Ÿ“บ Watch the video tutorial to learn how to set up

Navigation:

Go to Notiqoo โ†’ Settings โ†’ Abandoned Cart

The Abandoned Cart feature in Notiqoo Pro helps recover lost revenue by sending personalized WhatsApp template messages to users who leave items in their cart without completing the purchase.

  • It detects abandoned carts based on WooCommerce order statuses like Pending Payment.
  • You can define additional statuses using a custom filter.
  • Set a cutoff time (default: 20 minutes) after which an inactive cart is flagged as abandoned.
  • Enable reminders, offer discount coupons, or trigger webhooks for external system integration.

Key Features:

  • Define which order statuses are considered abandoned using a customizable filter.
  • Create and delete abandoned cart coupons directly from the settings.
  • Schedule template messages at specific intervals and attach custom coupons using advanced filters.

โœ… You can customize WooCommerce statuses for abandonment using the following custom hook:

$statuses = apply_filters('woom_abandonment_status', ['your-statuses']);

 

Abandoned cart settings

 

In the Abandoned Order Settings of Notiqoo, there are 3 key custom hook:

1. notiqoo_abandoned_order_created

This filter defines which WooCommerce orders should be marked as abandoned.
Usually, it checks for orders with the pending payment status, meaning the customer started checkout but didnโ€™t finish the payment.

2. notiqoo_abandoned_order_recovered

This filter decides which orders are marked as recovered.
If the customer completes the payment later, the order status changes (like to completed), and the order is marked as recovered.

3. notiqoo_abandoned_order_lost

This filter sets the rule for when an abandoned order is considered lost.
If no payment is completed within a specific time (like failed), the order moves to the lost stage.

These custom hooks help you track the full journey โ€” from abandoned to recovered or abandoned to lost โ€” based on actual WooCommerce order statuses.
This makes it easier to send the right WhatsApp messages and improve your recovery strategies.

๐Ÿ”— Want to learn more about abandoned carts? Click here

 

 

How can we help?