How to reset orders

I dont like mucking around with Dbase.
Have been trialing selling a few products and would like to be able to remove the sale history.
For example once goods are sent, it goes into history report as sales.
Can these be reset as cant find anything in CP?

tim

Truncate all the lc_orders* tables (not lc_order_statuses).

TRUNCATE TABLE tblname;

Having this as a feature inside the platform could mean catastrophy if accidentally used. So go with phpmyadmin.

Cheers Tim.

Dit topic is gesloten wegens langdurige inactiviteit. Erop posten is niet mogelijk.
Bekijk de code op GitHub