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.

Denne tråden er stengt på grunn av lang inaktivitet. Det er ikke mulig å legge ut innlegg til det.
View code on GitHub