Tintarella Posted May 9, 2009 Share Posted May 9, 2009 Hello.I don't want my order numbers to start at #1, but #1000 (or 1234), how do I do this?NOTE! Changing invoice number won't do the trick. Link to comment Share on other sites More sharing options...
QuadDamage Posted May 9, 2009 Share Posted May 9, 2009 lol yes please! Does anyone know how to do this? It would be very handy. Link to comment Share on other sites More sharing options...
Ion_Cannon Posted May 10, 2009 Share Posted May 10, 2009 You can set it by using the following mysql command in phpmyadmin: ALTER TABLE ps_orders AUTO_INCREMENT =1234 ps_orders is the name of my orders table. Yours may be different. Link to comment Share on other sites More sharing options...
The Ge Posted May 19, 2009 Share Posted May 19, 2009 Actually, you could do it in the BO:Back Office >> Orders >> Invoices >> Invoices Options >> Invoice numberAs it says: "The next invoice will begin with this number, and then increase with each additional invoice" Link to comment Share on other sites More sharing options...
Ion_Cannon Posted May 19, 2009 Share Posted May 19, 2009 That's the invoice, not the Order #.... Link to comment Share on other sites More sharing options...
The Ge Posted May 20, 2009 Share Posted May 20, 2009 Right, my apologies. :red: I should sleep more. Link to comment Share on other sites More sharing options...
Recommended Posts