Home › Forums › WoodMart support forum › Abandoned Cart
Abandoned Cart
- This topic has 1 reply, 2 voices, and was last updated 21 hours, 49 minutes ago by
Artem Temos.
-
AuthorPosts
-
April 1, 2025 at 6:03 pm #650901
staffcreatorParticipantHello guys,
I read everything about this cart abandonment feature at this link:
https://xtemos.com/docs-topic/abandoned-cart/I set everything up as your guide says.
I did a test in guest mode, I entered a test email, waited for the cart timeout and in the list of products in the abandoned cart tab it was seen, after a few minutes it disappeared from the list, I tried again and I can no longer make the abandoned cart appear in the list.
Can you make me a specific video to see how it works? because I certainly didn’t understand something.
I await your feedback
Best regards
🙂April 2, 2025 at 3:48 pm #651164
Artem TemosKeymasterHello,
We have reworked this mechanism in our recent update so please update the theme to the latest version first – 8.1.2.
Testing Instructions:
1. Enable the “Enable cart recovery” option in Theme Settings → Shop → Abandoned Cart.
2. Once this option is enabled, all carts will be saved as a post type
wd_abandoned_cart
. A cart will only appear on the Products → Abandoned Carts page after it becomes abandoned.3. Set the Cart timeout to 1 minute. This option determines how long after a customer leaves the cart it should be considered abandoned.
4. The emails are sent via the
woodmart_abandoned_cart_cron
cron job, which runs every 15 minutes and performs the following four actions:
– Deletes abandoned carts that exceed the Cart cleanup lifespan.
– Changes the status ofopen
carts toabandoned
if they were created before theCart timeout
threshold.
– Sends emails to20
customers whose carts haveabandoned
status. This number can be adjusted using the filterwoodmart_send_abandoned_cart_email_limited
.
– Deletes used and expired coupons if the corresponding options are enabled in Theme Settings.To change the cron job schedule, use the filter
woodmart_schedule_abandoned_cart_cron
.For testing, you can use the
Advanced Cron Manager
plugin (https://wordpress.org/plugins/advanced-cron-manager/). After activating it, go toTools → Cron Manager
, search for the cron job by name, and click “Execute now”. -
AuthorPosts
- You must be logged in to create new topics. Login / Register