0

Okay so I am having a hard time figuring this out I need to change the next order number from 100XXX to what ever I want how would I go about doing this?

I am very new to all this so if you could give me detailed instructions it would be greatly appreciated

user2030546
  • 21
  • 2
  • 8

2 Answers2

2

To change Order Number

Update increment_last_id in eav_entity_store table. To find the correct entity_type_id for order do

Find the entity_type_id for orders

SELECT entity_type_id FROM eav_entity_type WHERE entity_type_code = 'order';

See

Community
  • 1
  • 1
MagePal Extensions
  • 17,646
  • 2
  • 47
  • 62
0

There's a free extension that will do it for you. Aschroder_SetStartOrderNumber Faster to install than for me to find its name and make this answer.

Krista K
  • 21,503
  • 3
  • 31
  • 43