The scheduler clears carts within a set time via purgecartmins
Note that that setting works in conjunction with the period specified for this task:
NEvoWeb.Modules.NB_Store.CleanUpCarts,NEvoweb.DNN.Modules.NB_Store
i.e. the carts are queued up to expire the next time the task runs.. so it has to run often enough to suit your needs.
The same goes for purgeordermins which handles the order expiry.
You have to experiment with these to come up with settings that work for you.
Nothing is precise, but the more often the task runs, the more precise it is.
If you also added some sort of countdown timer, then that would not be accurate, but could probably be made to work close enough.
Regards
Rob
Note that that setting works in conjunction with the period specified for this task:
NEvoWeb.Modules.NB_Store.CleanUpCarts,NEvoweb.DNN.Modules.NB_Store
i.e. the carts are queued up to expire the next time the task runs.. so it has to run often enough to suit your needs.
The same goes for purgeordermins which handles the order expiry.
You have to experiment with these to come up with settings that work for you.
Nothing is precise, but the more often the task runs, the more precise it is.
If you also added some sort of countdown timer, then that would not be accurate, but could probably be made to work close enough.
Regards
Rob