Guest Posted August 6, 2005 Share Posted August 6, 2005 Hi guys, how can I start my order number from about 100000 instead of 1. There must be a place in the php files where values are being incremented. Please help! Link to comment Share on other sites More sharing options...
Flyer5 Posted August 6, 2005 Share Posted August 6, 2005 Hi guys, how can I start my order number from about 100000 instead of 1. There must be a place in the php files where values are being incremented. Please help! <{POST_SNAPBACK}> Go into your mysql database, open the "orders" table, the first field is the order id. select edit and change the field to 10001 or whatever you want to start counting from. Each new order will increment by 1. if you have orders in your system already, i would creat a fake order and change the number of that one; in other words, change the count from the last order, not the first! Link to comment Share on other sites More sharing options...
Guest Posted August 6, 2005 Share Posted August 6, 2005 Thanks Gav I just tried did the change, but haven't tested the shop yet. Now I know what is required. Thanks again! Link to comment Share on other sites More sharing options...
jayson Posted November 20, 2005 Share Posted November 20, 2005 I am still trying to find where my database is located? Any Ideas? Link to comment Share on other sites More sharing options...
kwalker Posted November 20, 2005 Share Posted November 20, 2005 I am still trying to find where my database is located? Any Ideas? You may need to ask your hosting company. Some people have access to their databases while others do not. Kevin "What I didn't know yesterday, I know today & will remember tomorrow" (By Kwalker) What do you see when you open up the tep_database-pr2.2-CVS.pdf file that came with your osCommerce download? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.