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)
-   -   Remove product title in location.tpl (https://forum.x-cart.com/showthread.php?t=36599)

inmotionmedia 04-15-2008 01:33 PM

Re: Remove product title in location.tpl
 
extremely fast answer Cube!
thanks for that!

In the meantime i found another workaround that isn't half as nice than yours so it isn't worth posting it here.

Anyway thanks

kube 04-15-2008 01:39 PM

Re: Remove product title in location.tpl
 
If you wanted the FONT tags (which I wouldn't recommend keeping) and excluded from the home page you could try this...

Code:

{if $location.1 neq ""}
<font class="NavigationPath">
{strip}
{section name=position loop=$location start=1}
{if $location[position].1 ne "" }<a href="{$location[position].1|amp}" class="NavigationPath">{/if}
{$location[position].0}
{if $location[position].1 ne "" }</a>{/if}
{if not %position.last%} &gt; {/if}
{/section}
{/strip}
</font>
{/if}


Hope this helps.

========================
Edit: Changed from {if $location and $location.1 neq ""} to {if $location.1 neq ""}


All times are GMT -8. The time now is 08:26 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.