How To Reset Order Serial No

Hi

We installed CS cart few months ago and kept in testing it and generated over 100 test orders.
Now we are operational.

How to reset order serial no.

Thanks

Sent from my LND-L29 using Tapatalk

Hello

1. Delete all orders via admin panel

2. ALTER TABLE cscart_orders AUTO_INCREMENT = 0; (If you want the numbering to be from 0)

Best regards

Robert