Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order Numbers - Can this be changed?


odgoodies

Recommended Posts

Hi,

 

Coming from HTML, the OSC was a steep learning curve, but I managed to set-up my store without any glitches and I am now starting to get the hang of things.

 

I note that orders in my shop are numbered from no. 1 onwards. Can I change this to start at say, 18001 onwards? How and where do I make these changes?

 

Thanks in advance for any assistance.

Link to comment
Share on other sites

 

 

Hi Bill,

 

Thanks - I did search for this in the forums but could not trace anything. This post states:

 

Sure, just go in through phpMyAdmin or whatever you use for your db interface, and do something like this (i.e. if you want the first generated order to be #25):

 

 

CODE

alter table orders auto_increment = 25;

 

This is a bit Greek to me - I have phpadmin and can access my db, but where and how is this inserted/amended?

 

Thanks.

 

Anton

Link to comment
Share on other sites

In phpmyadmin select your db

 

Click on the sql tab

 

paste in the statement aove.

 

click GO

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...