fab_kukla Posted February 15, 2006 Posted February 15, 2006 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?
TasselT Posted February 19, 2006 Posted February 19, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.