![]() |
Breadcrumb for catalog and products ONLY
I will like to show the breadcrumb only in the pages
related to catalog, and product details page. Does anybody know what file i need to modify and what code to replace with what? thanks |
Re: Breadcrumb for catalog and products ONLY
In customer/home.tpl, replace this:
{include file="location.tpl"} with this: {if $main eq "catalog" and $current_category.category eq ""} {elseif $main eq "product" or $main eq "catalog"}{include file="location.tpl"}{/if} That will cause the breadcrumbs to only show up on the product and category pages. |
All times are GMT -8. The time now is 11:30 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.