Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Order Number


Eoin Murray

Recommended Posts

Posted

Hi,

 

My shop is new only last week (www.murraymotorsport.ie) but the order number automatically start from 0+.

 

Because is only a new site when the customer sees the order number it is really low. Is there a way of starting the numbers from 1000+ so my shop looks busy!

 

Thanks

 

Eoin

Posted

Or if you just want to increase the number, you can run a command on the database orders table to set the auto increment value to whatever you want to start it at.

 

I think this may help (should set the current next id to 100001), but backup your database first eh !!

 

ALTER TABLE orders AUTO_INCREMENT = 100000;

always here to offer some useless advice....

Archived

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

×
×
  • Create New...