NewBudda Posted August 26, 2008 Posted August 26, 2008 I would like to tweak my order Numbers so that they continue from a higher value than at the moment. To clarify: at the moment my order numbers go: 98, 99, 100, 101, etc. I would like them to be: 1598, 1599, 1600, 1601 thus suggesting that I had more order than I actually had. Not everybody needs to know how young my shop is... how do I do that safely? Open Source Newsletter: PhPList Open Source Questionnaire: Lime Survey
FIMBLE Posted August 26, 2008 Posted August 26, 2008 You can do this through phpmyadmin, look under the orders table Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
NewBudda Posted August 26, 2008 Author Posted August 26, 2008 Could you be more specific? I have found what seems a list of previous order under orders_total. funnily every order is represented triplefold. I think its the value orders_id or order_status_history_id that need to be manipulated but I am not sure how. I hoped there was a counter I could just "adjust". Has anyone done this before? Open Source Newsletter: PhPList Open Source Questionnaire: Lime Survey
FIMBLE Posted August 26, 2008 Posted August 26, 2008 Back up your database, ALTER TABLE `orders` AUTO_INCREMENT =1000 Run this in your phpmyadmin, change the 1000 for a number of your choice Regards Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
NewBudda Posted August 27, 2008 Author Posted August 27, 2008 Could you be more specific? I have found what seems a list of previous order under orders_total. funnily every order is reprensented triplefold. I think its the value orders_id or order_status_history_id that need to be manipulated but I am not sure how. I hoped there was a counter I could just "adjust". Has anyone done this before? Open Source Newsletter: PhPList Open Source Questionnaire: Lime Survey
Recommended Posts
Archived
This topic is now archived and is closed to further replies.