Hi
I am using AspDotNetStorefront ML 8.0.1.2/8.0.1.2.
I want to adjust shopping Cart functionality so that it persists over visits and can be expired after xx days.
Any help would be greatly appreciated!
Doru
Hi
I am using AspDotNetStorefront ML 8.0.1.2/8.0.1.2.
I want to adjust shopping Cart functionality so that it persists over visits and can be expired after xx days.
Any help would be greatly appreciated!
Doru
That's current handled under the monthly maintenance page which when run deletes old shopping carts. If you're looking for something a little more dynamic you could add a customer sign-in event handler that would delete the customer's cart if older than xx days.
Dusty
ASPDotNetStorefront Staff
The AppConfig AgeCartDays will allow you to set the number of days to age expire items in a customer shopping cart (they are removed after this number of days).![]()
Excellent
Thanks!
Doru
Is there a way to expire the cart in hours rather than days? We have our shipping cut off at 11am but some folks add items to their cart, leave and then come back hours later and then try to place an order, expecting it to ship the same day. Is there a way to expire a cart after a certain number of hours?