![]() |
Changing breadcrumbs... want to make "HOME" the to
Hello,
Instead of having my company name as the top level in the breadcrumbs like this: Company :: category :: subcategory :: product I would like to have: HOME :: category :: subcategory :: product I tried simply changing the company name in the General Settings area but then HOME shows up in my title tags instead of my company name. I'm sure the secret lies in changing the locations.tpl file but I'm at a loss as to how to do that. Thanks, Jennifer |
Hi Jennifer-
I was in the same boat as you and came up with this (less than elegant) solution: Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *} good luck, Glen |
Thanks Glen, worked perfectly!
Jennifer |
Thanks gfiebich... works like a champ! :D
|
Removing the home link entirely from the breadcrumb
How can we remove the home page link entirely from the breadcrumb?
Version 4.0.18 Thank you, Chris |
chris b
got to general settings seo options paget title options: choose the one without "shop name" |
in 4 0 18
Instead of having my company name as the top level in the breadcrumbs like this: Company :: category :: subcategory :: product I would like to have: Home :: category :: subcategory :: product I would like Home to only appear if the customer is NOT on the HOME PAGE. In other words, there's no need to tell them their in the home page. i know i got to edit location.ptl |
heres my location ptl for 4 0 18
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *} {if $location} <FONT class="NavigationPath"> {strip} {section name=position loop=$location} {if $location[position].1 ne "" }<A href="{$location[position].1}" class="NavigationPath">{/if} {$location[position].0} {if $location[position].1 ne "" }</A>{/if} {if not %position.last%}::{/if} {/section} {/strip} </FONT> {/if} |
Quote:
http://forum.x-cart.com/viewtopic.php?t=22497 Regards Shafiq :sK |
thanks chamber, i got it.
|
All times are GMT -8. The time now is 06:08 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.