Jump to content

[solved] How to set first order at a defined number f.eks 10.000


Recommended Posts

I have used 1.4 for years. Now I have installed 1.5

I have the problem that my Payment provider will not accept the order, starting scratch at number 1 again, because the owerlap the allredy existing order in their system.

How do I set/ change the first order to f.ex order nr 10.000 ?

Edited by vekia (see edit history)
Link to comment
Share on other sites

YOu can change it in database manager like phpmyadmin / heidisql / mysqlworkbench

 

just log in into db manager, go to the ps_orders table and edit "options" of this table.

 

Z4JSV4A.png

view from heidisql

 

rq4Bmwa.png

view from phpmyadmin

 

 

all you need is to change auto_increment value for 10000 :-)

  • Like 1
Link to comment
Share on other sites

YOu can change it in database manager like phpmyadmin / heidisql / mysqlworkbench

 

just log in into db manager, go to the ps_orders table and edit "options" of this table.

 

Z4JSV4A.png

view from heidisql

 

rq4Bmwa.png

view from phpmyadmin

 

 

all you need is to change auto_increment value for 10000 :-)

 

Thank you very much !!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...