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.

Chủ đề này đã bị đóng do không hoạt động trong thời gian dài. Không thể đăng bài vào chủ đề này.
View code on GitHub