![]() |
how to edit navigation path (location.tpl)?
How do i edit the location.tpl so that the Company name does not show up?
This Category : Item Instead of this: CompanyName: Category : Item |
Re: how to edit navigation path (location.tpl)?
Quote:
Try: Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *} Just remove "HOME" text if you do not want anything there. |
I want to remove the location on the homepage only. In my location.tpl there is no "Home" reference as 27stars mentioned.
Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *} Any ideas? Thanks |
Quote:
try change first and last lines to: Code:
{if $main eq "catalog" and $current_category.category eq ""}{else}{if $location} |
Thanks for the quick reply. I'm not sure what you mean by first and last lines. What 2 lines of the code would I replace with
Code:
{if $main eq "catalog" and $current_category.category eq ""}{else}{if $location} Thanks again. |
Quote:
Try this: Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *} |
Worked great. Exactly what I was after.
Thanks :D |
Hello
Thanks for the info on how to edit the location.tpl Is it possible to edit this further? Basically i would like to make another location.tpl and place this in related_products.tpl. Code:
{include file="location2.tpl"} I am trying to get location2.tpl to only show the category(clickable) of the current product you are viewing. Currently it shows: Home :: The Category :: The Product Name Any help would be greatly appreciated Thank You |
All times are GMT -8. The time now is 12:05 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.