Jump to content

change/force ID products


Recommended Posts

AFAIK, this can't be done from the BO. You need to:

 

1. Delete the products with ID greater than 8

2. Change the value of the AUTO_INCREMENT property in the ps_product table of your MySQL database and set it to 9. This can be easily done with phpMyAdmin.

3. Readd your products

 

Another way (maybe easier) is to always create your products with CSV import, setting the ID inside the CSV file and choosing the option Force all ID:

http://doc.prestashop.com/display/PS16/CSV+Import+Parameters

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

×
×
  • Create New...