necrosaro420 Posted January 30 Share Posted January 30 How can I change the starting order ID number? These are test orders I made, but I want the order numbers to start around 10k, not #1. Thaanks!It Link to comment Share on other sites More sharing options...
Mediacom87 Posted January 30 Share Posted January 30 Hi, This is the id of the commands, corresponding to their ID in the database, wanting to change it doesn't really make sense since version 1.7 only communicates on the reference of the command which is textual and not numeric. Otherwise, you can intervene by changing the Autoincrement value of the command table in the database. Link to comment Share on other sites More sharing options...
ps8moduly.cz Posted February 1 Share Posted February 1 In database: ALTER TABLE ps_orders AUTO_INCREMENT = 10000; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now