Help understanding when abandoned cart is triggered
-
I have some questions on when exactly the cart is considered abandoned.
First, if a customer gets to the checkout page and enters their email address, but then leaves the checkout page either by closing the browser or navigating to another page/site – is the email and cart captured? Because I’m not seeing that it is. It seems to me that the customer has to stay on the checkout page for the amount of time set in Cart abandoned cut-off time in settings?
And does the cart only get saved when the CRON cartflows_ca_update_order_status_action is run? Meaning, that every 15 minutes this is run to capture the carts? Or process carts that have already been captured?
By default, WooCommerce doesn’t save the email field on the checkout page if a user enters it, and then navigates away. So wouldn’t this make capturing abandoned carts difficult?
Thank for you any explanations you can give.
- The topic ‘Help understanding when abandoned cart is triggered’ is closed to new replies.