![]() |
Re: Remove Location Breadcrumbs from Home
Quote:
Guys, I want the breadcrumb to appear ONLY in the catergories pages and in the products pages. What would be the code? Thanks |
Re: Remove Location Breadcrumbs from Home
{if $main eq "product" OR ($main eq "catalog" AND $current_category.categoryid gt 0)}
{include file="location.tpl"} {/if} |
Re: Remove Location Breadcrumbs from Home
Thanks to Kshock for such easy to follow directions for a newbie!
|
Re: Remove Location Breadcrumbs from Home
Thanks JON!
|
Re: Remove Location Breadcrumbs from Home
Thanks for the Mod, should be standard on x-cart gives the first page a really good look
Thanks again Colin www.jollybranding.co.uk www.coolblades.co.uk |
Re: Remove Location Breadcrumbs from Home
There are things that should be standard, and things that shouldn't. This is one of the latter. It is easy enough to modify the way it is if you want, and would be difficult to figure out where to add it if you don't think it gives the first page "a really good look".
And to Ashley... ne is "not equal". |
Re: Remove Location Breadcrumbs from Home
Thanks! Kshock http://forum.x-cart.com/images/statusicon/user_offline.gif vbmenu_register("postmenu_83256", true);
U are better than the support desk! |
Re: Remove Location Breadcrumbs from Home
Quote:
Ummm... I made that post in February. I figured it out since then. but thanks anyways. 8)8)8) |
Re: Remove Location Breadcrumbs from Home
what if you wanted to replace the breadcrumbs with the word "Welcome!" on the home page?
{if $main ne "catalog" or $current_category.category ne ""} {include file="location.tpl"} {/if} |
Re: Remove Location Breadcrumbs from Home
{if $main eq "catalog" and $current_category.category eq ""}
Welcome! {/if} |
All times are GMT -8. The time now is 04:58 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.