Order Numbers

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Where can I change the order numbers in admin ? I am going to have my site live very soon and I don't want to have an order # 1.
thanks !
Hace 13 años
Connect ot your database and execute the following SQL script:
DBCC CHECKIDENT ('nop_order', RESEED, 10000)  where 1000 is your order number
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.