yosc Posted August 21, 2006 Posted August 21, 2006 Hello, I'm wondering if there's an easy way to increase the starting point for order numbers for new shops, eg starting the order numbering with 1100 instead of 0, so that the first customers on your site will not feel like beta testers by having the order #5?
Guest Posted August 21, 2006 Posted August 21, 2006 use phpmyadmin for the orders run a query like ALTER TABLE `orders` AUTO_INCREMENT =1100
Recommended Posts
Archived
This topic is now archived and is closed to further replies.