Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change the ORDER NUMBER?


fab_kukla

Recommended Posts

Posted

Does anyone know how to change the order id numbers?

 

I set my shop live , and the order ids are #5 ,#6 and I would like to change the numbers to a higher value

 

Does anyone know how to do this?

Posted
Does anyone know how to change the order id numbers?

 

I set my shop live , and the order ids are #5 ,#6 and I would like to change the numbers to a higher value

 

Does anyone know how to do this?

To change next ordernumber to e.g. 1000, run the SQL-statement

ALTER TABLE orders AUTO_INCREMENT = 1000;

in phpMyAdmin.

Archived

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

×
×
  • Create New...