Search code examples
e-commercekentico

Kentico 9 e-commerce order ID - reseed / change starting order number


From this point on, I would like my order numbers to begin counting up from, say, 1000. How can I configure Kentico to use 1000 for the next order that is placed?


Solution

  • Assuming you don't have order numbers above 999 right now, there are a few (non-elegent) things you could do.

    • Create a manual entry of an order in the com_order table with an OrderID of 1000
    • Update the Identity Seed on the OrderID column to 1000 in the com_order table

    Neither are the best solution but they work and should be done in a dev environment prior to doing it on a live environment first.