- This topic has 1 reply, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › How to delete product id?
I have 5 products listed on my website and i wanted to delete all of them. When i tried to create a new product, my product ID did not starts with product ID 1 but instead starts with product id 6. How to i make the product ID starts with 1 again?
Hi,
This is normal behaviour and is happening because the product ID field in the database is set to “AUTO_INCREMENT”.
This should have no negative effect on any new products you create.
Why do you want to reset this value?
Resetting it can be achieved by dropping the table using phpMyAdmin but I wouldn’t recommend jumping in and doing it since this can get tricky because the table which contains the product ID will most probably be referenced by other tables.