Custom Start Number for Order Numbers in Magento 1.5

前端 未结 4 1144
我寻月下人不归
我寻月下人不归 2021-02-10 15:44

How do I customise the starting number for orders, invoices etc in Magento 1.5?

4条回答
  •  耶瑟儿~
    2021-02-10 16:11

    Magento Order No
    It's simple....

    • go to phpmyadmin
    • select your datbase and then select the table "eav_entity_store"
    • in this table, change the increment_last_id (for example, I have set 3456767 in my table)
    • after that I create a new order. Now my orders start from the number 346768

提交回复
热议问题