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)
-   -   breadcrumb problem (https://forum.x-cart.com/showthread.php?t=18571)

junaid 12-10-2005 12:05 PM

breadcrumb problem
 
Hi,
i am facing an odd issue, breadcrumb doesnt show on category page and products page but does shows up on home and product page.
tried looking into many files but couldnt find the answer.

would be grateful for any help.

for this one i m using 4.0.17

balinor 12-10-2005 12:52 PM

You are using a really old version of X-Cart, so we'll need to see your customer/home.tpl and your location.tpl files.

junaid 12-10-2005 11:57 PM

actually i have two installations for xcart one is 3.5.2 and other is 4.0.17 .

issue i am facing is with the 4.0.17 not older one.

regards
Junaid

junaid 12-11-2005 01:29 AM

it does show location at home & product page but not on category pages.
any help would be appreciated.

home.tpl

{* $Id: home.tpl,v 1.67.2.10 2005/10/31 11:36:14 max Exp $ *}
{if $printable ne ''}
{include file="customer/home_printable.tpl"}
{else}
{config_load file="$skin_config"}
<HTML>
<HEAD>
<TITLE>
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{/if}
</TITLE>
{ include file="meta.tpl" }
<LINK rel="stylesheet" href="css/styler.css">
</HEAD>
<BODY leftmargin="0" topmargin="0" rightmargin="0" bottomargin="0" marginwidth="0" marginheight="0"{if $body_onload ne ''} onload="{$body_onload}"{/if}>

{ include file="customer/top_menu.tpl" }

<TABLE border="0" width="779" cellpadding="0" cellspacing="0" align="center">
<TR>

<TD width="162" valign="top">

{ include file="customer/categories.tpl" }



</TD>

<TD valign="top" width="460">
{include file="location.tpl"}
{include file="dialog_message.tpl"}

{include file="customer/home_main.tpl"}


</TD>

<TD width="155" valign="top">

{ include file="customer/main/minicart.tpl" }


</TD>

</TR>
</TABLE>
{ include file="footer.tpl" }
</BODY>
</HTML>
{/if}

Location.tpl

{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *}
{if $location}

{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}

{/if}

balinor 12-11-2005 05:31 AM

Sounds like it might be time to open a ticket with X-Cart.

junaid 12-11-2005 07:36 AM

yes i did spend enough time onthis and couldnt get it right, most probably it happened while editing the templates or php files.
thanks for your consideration.
regards
Junaid


All times are GMT -8. The time now is 03:35 PM.

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