Dennisra Posted December 20, 2005 Posted December 20, 2005 When do you delete old orders from the database? There are 1,000's of old orders in there. How are they deleted SAFELY?
Jack_mcs Posted December 20, 2005 Posted December 20, 2005 To delete an order, use the delete button in admin->customers->orders. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Dennisra Posted December 20, 2005 Author Posted December 20, 2005 To delete an order, use the delete button in admin->customers->orders.Jack Jack, is it possible to delete all orders older than 2 years for example. Do delete them customer by customer is going to be a lot of clicking. Dennis
Guest Posted December 20, 2005 Posted December 20, 2005 just run a script with phpmyadmin to delete the orders based on last_modified or date_purchased column. There are like 5 tables to be updated for the default osc. Take a look in the contributions just in case something like that already exists.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.