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.

Hierdie draad is gesluit weens lang onaktiwiteit. Om dit te plaas is nie moontlik nie.
View code on GitHub