teslasports Posted February 21, 2014 Share Posted February 21, 2014 Hello, I did a mistake. In my shop, the last category was 700. But, I have loaded a set of products with the category number 123456789. Now if i add a new category the number is increment automatically from 123456789. How can i do to start after 700. I try to update 4 tables in the database : - ps_product - ps_category - ps_category_lang - ps_product_category by changing all the values 123456789 to 701... but it s still desame... if i add a new category the number is increment automatically from 123456789. Please help. Thx for ur contributions Regards TS Link to comment Share on other sites More sharing options...
vekia Posted February 22, 2014 Share Posted February 22, 2014 you have to change auto_increment value for your ps_category table just alter it for example in phpmyadmin section Link to comment Share on other sites More sharing options...
Recommended Posts