Guest Posted December 5, 2009 Posted December 5, 2009 Hi How can I tell OSC, what's the newest ordernumber is? The old shop is running out of time, but can't start again with order number 1. Thanks 4 help Cheers
♥geoffreywalton Posted December 5, 2009 Posted December 5, 2009 Believe this is covered in the documentation section on this site. Add ons >> Solutions >> Documentation > Knowledgebase 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 ======>>>>>.
Guest Posted December 5, 2009 Posted December 5, 2009 Believe this is covered in the documentation section on this site. Add ons >> Solutions >> Documentation > Knowledgebase Thanks. Wehre exactly? I've typed in "ordernumber" but I found nothing...
FIMBLE Posted December 5, 2009 Posted December 5, 2009 here http://www.oscommerce.info/kb/osCommerce/General_Information/Tips_and_Tricks/31 Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted December 5, 2009 Posted December 5, 2009 THX! I've typed in the following SQL statement: alter table osc_orders auto_increment = 1000 I received the following error: #1146 - Table 'usr_web323_3.osc_orders' doesn't exist I also couldn't find the osc_orders....
germ Posted December 5, 2009 Posted December 5, 2009 THX! I've typed in the following SQL statement: alter table osc_orders auto_increment = 1000 I received the following error: #1146 - Table 'usr_web323_3.osc_orders' doesn't exist I also couldn't find the osc_orders.... alter table orders auto_increment = 1000 If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
germ Posted December 5, 2009 Posted December 5, 2009 Worked!! Thanks a lot :D You're quite welcome. :rolleyes: Looking at the osC versions I have the source code for, the article linked to in this thread applies to osC V3 not V2. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
FIMBLE Posted December 5, 2009 Posted December 5, 2009 You're quite welcome. :rolleyes: Looking at the osC versions I have the source code for, the article linked to in this thread applies to osC V3 not V2. Jim , Looking at it again, you are right! oops Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.