0
Removing Test orders from Magento
Posted by Tim on March 28, 2010 in Magento, Open Source
If you want to do this manually and not pay (via a extension) then use the following script on your database. Please make sure you back up your database first, I take no responsibility for the overall result, this script worked for me on version 1.4.0.1: SET FOREIGN_KEY_CHECKS=0; TRUNCATE `sales_order`; TRUNCATE `sales_order_tax`; TRUNCATE `sales_order_datetime`; TRUNCATE [...]


