Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Start my Order Number with 100000


Guest

Recommended Posts

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

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!

 

 

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

  • 3 months later...
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...