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.

Ce fil de discussion a été fermé en raison d'une longue inactivité. Il n'est pas possible de publier dessus.
Voir le code sur GitHub