Magento 1.9 Orders – Change Order Number Sequence

magento-1.9orders

By default way of magento, while creating a order order number starts with 10000.. I would like to change the order number starting sequence.

I studied from other answer Custom Order, Invoice, and Shipping Starting Numbers I understood that we can modify table eav_entity_store

Best Answer

Yes you can. Change the column increment_last_id in the eav_entity_store table. You can also change the incremental prefix in that table. Make sure you change the value for the correct store id.