X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Breadcrumb for catalog and products ONLY (https://forum.x-cart.com/showthread.php?t=28789)

ecommerce 02-12-2007 08:47 AM

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

balinor 02-12-2007 09:43 AM

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.