ibrahimkoky Posted December 10, 2013 Share Posted December 10, 2013 hello I want to know if I delete an item what is going to happen to its ID?, Will it remain empty or what is gonna happen? Also can we search for an item in the back office by ID? or what other ways to search an item in the back office other than the name. thank you Link to comment Share on other sites More sharing options...
tdr170 Posted December 10, 2013 Share Posted December 10, 2013 Yes it will remain empty, you can search by any of the text boxes at top of product list. 1 Link to comment Share on other sites More sharing options...
NemoPS Posted December 11, 2013 Share Posted December 11, 2013 Product ids are incremental, this means, unless you reset the product id index in the product table, if you delete one, no other product is going to have the same id. Also, you can filter by product id in the products list, inside catalog. Just enter the id in the ID field and hit 'filter' Link to comment Share on other sites More sharing options...
vekia Posted December 11, 2013 Share Posted December 11, 2013 id product is an AUTO_INCREMENT unique INT datatype what does it mean? it mean that each product has got own unique ID Link to comment Share on other sites More sharing options...
Recommended Posts