odgoodies Posted February 1, 2009 Share Posted February 1, 2009 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 More sharing options...
minorthreat100 Posted February 1, 2009 Share Posted February 1, 2009 http://www.oscommerce.com/forums/index.php?sho...p;#entry1364033 Link to comment Share on other sites More sharing options...
odgoodies Posted February 1, 2009 Author Share Posted February 1, 2009 http://www.oscommerce.com/forums/index.php?sho...p;#entry1364033 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 More sharing options...
♥geoffreywalton Posted February 1, 2009 Share Posted February 1, 2009 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 More sharing options...
odgoodies Posted February 1, 2009 Author Share Posted February 1, 2009 In phpmyadmin select your db Click on the sql tab paste in the statement aove. click GO Thank you so much! It was that easy. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.