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)
-   -   Changing the name before Product Categories (https://forum.x-cart.com/showthread.php?t=32997)

mlin 08-02-2007 08:40 PM

Changing the name before Product Categories
 
1 Attachment(s)
Hi,

I am trying to change the link name before the Porduct Categories. Right now it is capture the company name and used it as the name on the link. But I want to keep it as simple as "home". I tried using the webmaster mode to modify it, but when I put my mouse on the link and press "e", nothing show up for me to change. Hope someone can give me a help here.

Thanks in advance.

Zaja 08-03-2007 01:15 AM

Re: Changing the name before Product Categories
 
Copy this code to location.tpl:
Code:

{* $Id: location.tpl,v 1.14.2.2 2007/06/18 11:42:03 max Exp $ *}
{if $location}
<span class="NavigationPath">
  <a href="{$http_location}/">Home</a> &raquo;
  {section name=position loop=$location start=1}
    {if $location[position].1 ne "" }<a href="{$location[position].1|amp}">{/if}
    {$location[position].0}{if $location[position].1 ne "" }</a>{/if}
    {if not %position.last%} &raquo; {/if}
  {/section}
</span>
{/if}


mlin 08-03-2007 07:11 AM

Re: Changing the name before Product Categories
 
This is exact what I looking for, hope this will also help some newbie.

Truely appreciated Zaja.


All times are GMT -8. The time now is 02:19 AM.

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