Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order Number change


Guest

Recommended Posts

Posted

Hi

 

Probably one of the more simple questions. All i need to do is change the order number to start at 100000 rather than 1. At the moment the next order will have an order number of 5, if i can make this 100005 (for example, that'd be grand.

 

Thanks in advance.

 

Pete

Posted

execute the following query

 

ALTER TABLE `orders` AUTO_INCREMENT =100005

Posted

Excellent

 

Done that and its worked a treat.

 

Cheers enigma1

Archived

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

×
×
  • Create New...