Getting Rid of Sample Data
To delete any order manually -- not through the admin -- grab the order number and load these queries into a database tool:
DELETE FROM tbl_orderskus where orderSKU_OrderID = 'yourOrderId'; DELETE FROM tbl_orders where order_ID = 'yourOrderID';
This shouldn't be necessary, but if your data was corrupted by manually removing shipping, customer, or any other data, it might become necessary.



Blog RSS feed













