Zwirko Posted April 25, 2013 Share Posted April 25, 2013 I've noticed an issue with my breadcrumb menu. This probem only arises if I have the Products Category module enabled and then follow a link from the "other products in the same category" section. Specifically, the category part of the breadcrumb ceases to be a link, it is just text wrapped in a span tag. For example, in the menu below: Home > Category > Product Name "Home" would be a link, while "Category" would not be a link. If I navigate to this product by another route, then "Category" would be a link back to the relevant category page. Any ideas as to the cause of this? Link to comment Share on other sites More sharing options...
Zwirko Posted April 26, 2013 Author Share Posted April 26, 2013 (edited) I tried a completely fresh installation of Prestashop on a new database using nothing but the default theme and the sample products to investigate this problem. After installation II enabled the products category module. At this point everything works as it should. The page source looks like: <!-- Breadcrumb --> <div class="breadcrumb"> <a href="http://192.168.1.2/foo/" title="Return to Home"><img src="http://192.168.1.2/foo/themes/default/img/icon/home.gif" height="26" width="26" alt="Home" /></a> <span class="navigation-pipe" >></span> <a href="http://192.168.1.2/_newshop/prestashop/index.php?id_category=3&controller=category&id_lang=1" title="iPods">iPods</a><span class="navigation-pipe">></span>iPod touch </div> <!-- /Breadcrumb --> I then enabled friendly url's in the back office. Now the breadcrumb menu is broken. The page source is below: <!-- Breadcrumb --> <div class="breadcrumb"> <a href="http://192.168.1.2/foo/" title="Return to Home"><img src="http://192.168.1.2/foo/themes/default/img/icon/home.gif" height="26" width="26" alt="Home" /></a> <span class="navigation-pipe" >></span> iPods <span class="navigation-pipe">></span>iPod shuffle </div> <!-- /Breadcrumb --> As you can see, the category "iPods" in no longer a link. Disabling friendly url's fixes the problem. I'm using XAMPP,, which may be a factor. Edited April 26, 2013 by Zwirko (see edit history) Link to comment Share on other sites More sharing options...
the.rampage.rado Posted April 26, 2013 Share Posted April 26, 2013 Same issue here. The last category in the tree of the breadcrumb is sometimes lacking the link. Link to comment Share on other sites More sharing options...
syzlope Posted May 2, 2013 Share Posted May 2, 2013 this product category module with breadcrumb problem happen in my prestashop 1.5.4.1 Link to comment Share on other sites More sharing options...
youhost Posted June 13, 2013 Share Posted June 13, 2013 Same issue in my prestashop 1.5.4.1 multistore install Link to comment Share on other sites More sharing options...
nasos Posted June 17, 2013 Share Posted June 17, 2013 I have this problem too in 1.5.4.1 Link to comment Share on other sites More sharing options...
jorge.rodriguez Posted June 18, 2013 Share Posted June 18, 2013 I have this problem too in 1.5.4 Help Link to comment Share on other sites More sharing options...
whitehumorous Posted August 29, 2013 Share Posted August 29, 2013 same problem here as well. wish there is a solution Link to comment Share on other sites More sharing options...
SPKF Posted September 7, 2014 Share Posted September 7, 2014 up ? somebody have a solution ? Link to comment Share on other sites More sharing options...
SPKF Posted September 7, 2014 Share Posted September 7, 2014 This path works fine : https://github.com/PrestaShop/PrestaShop/commit/5e0893979b51affdd1b5118ebb1af019853bb4c0 1 Link to comment Share on other sites More sharing options...
KevinNash Posted July 29, 2015 Share Posted July 29, 2015 Thanks SPKF that works Link to comment Share on other sites More sharing options...
Recommended Posts