Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change the Order No.?


NewBudda

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

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

Archived

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

×
×
  • Create New...