marcellolaforgia Posted June 10, 2014 Share Posted June 10, 2014 I have a problem I can not solve. As I show in the image, in the Breadcrumbs it is shown "giocattoli" (toys) that has nothing to do with the real path categories of "abbigliamento". I tried to edit the file breacrumb.tpl, without success. Can you give me a hand? 1 Link to comment Share on other sites More sharing options...
s4pt4 Posted June 11, 2014 Share Posted June 11, 2014 Hello marcellolaforgia, I have the same problem as you in Prestashop 1.6.0.6 Category structure as follows: > Anak Perempuan category has sub-categories: - Blus - Celana - Dress - Gaun - Set The problem is: Breadcrumb shows "Home> Anak Perempuan > Dress> Blus" when we look at the products in the category dress, and though I have not added products in category blus. The right to be like this "Home> Girls> Dress". Please help us to solve this problem? This did not happen in category "celana", I've categorized the products dress properly in BO , I was also clear Chace. For more details, please see the following picture: Link to comment Share on other sites More sharing options...
NemoPS Posted June 11, 2014 Share Posted June 11, 2014 Can you both check the id parent of the last category in the breadcrumb, in ps_category? In the first case, of the toys one, in the other, of blus Link to comment Share on other sites More sharing options...
s4pt4 Posted June 11, 2014 Share Posted June 11, 2014 (edited) Hello Nemo1, Thank you for your fast reply I've check in ps_categori, id_category blus was not in id_parent column. For more details, please see the following picture: Edited : my problem solved after I delete id_category 23, 24, 25, 26, 27 and 28.in ps_category and ps_category_lang, because id_category 23 is not connected / link to id_parent 2 (home), which means also not connected to the root as well. id_category 23 is the parent of the category 24, 25, 26, 17 and 28. Category 24, 25, 26, 17 and 28 have the name, meta title and meta keywords similar to category 16, 17, 18, 19 and 20 which is a sub category of id_category 15. conclusions: I think id_category 24, 25, 26, 17 , 28 is id_category we ever use but not deleted properly in the database when we change categories and sub categories. To find out the names of the numbers, you can see in ps_category_lang. You have to backup the database before you delete it and do it carefully. I hope this can help to anyone who has the same problem with me. Of course we have different id_category in the database, but I think it has the same way to fix it. For more details, please see the picture: Edited June 12, 2014 by s4pt4 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted June 13, 2014 Share Posted June 13, 2014 From what I can see, the problem is you are missing, for example, id_category 23 and have children referring to it So it's enough to change the parent category id for those, in the back office Link to comment Share on other sites More sharing options...
Recommended Posts