RE: How to change auto generated order number

JB <[email protected]> 12 Sep 2003 16:37:15 -0000
Newsgroups gmane.comp.web.oscommerce.general
Message-ID <4b5d3d753c610d9008b1937f8e796732@osCommerce-Forums>
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=228455#228455
----------------------------------------------------------------

Do a test order and then go into the database and change the order_id for that order to whatever you would like to start with like 10,000 or something.  The next order placed will then be 10,001 since it auto-increments.  HTH