Jump to content

Change auto_increment


Recommended Posts

Hello,

I need to change my invoices numbers to fit my actual business. I need to move from 1 to 154 (so the first buyer's order will be n#154 and the invoice FA000154).

What's the solution to do that without screwing my DB ?
If I change the auto_increment value in the ps_orders, will it work or should I modify the .php files (which ones ?) to add 153 to the $order->id ?

Thank you for your answers.

Link to comment
Share on other sites

×
×
  • Create New...