Prestashop product ID start from -


is there way make prestashop assign ids products starting given number? example, start assigning '500000'?

you must change product table auto increment number.

so this: alter tabletable_nameauto_increment=500000


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -