How would i go about erasing what everyone put into there basket. What sql command would i have to do to do this?
How would i go about erasing what everyone put into there basket. What sql command would i have to do to do this?
If you want to remove *ALL* customer saved shopping carts ...
You need to empty the tables:
customers_basket
customers_basket_attributes
This can be done via phpMyAdmin ...
NOTE: might want to ensure no one is shopping when you go to do this ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
perfect, thats exaclty what i needed.
Because products sell out so fast in my shopping cart that people are starting to complain that they can't check out because the poster that they put in there cart last week was still in there cart. So i am just going to do that after every week, so ease the customers stupidity