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)
-   -   Speed Bar (https://forum.x-cart.com/showthread.php?t=48077)

carpeperdiem 06-13-2009 12:30 PM

Re: Speed Bar
 
look in /skin1/customer/top_menu.tpl

do you see the speedbar code?
begins:

{if $speed_bar}

carpeperdiem 06-13-2009 12:31 PM

Re: Speed Bar
 
Quote:

Originally Posted by swifty1
In the head.tpl i was able to change the alt text for the speed bar button that i need to change the text in see line of code below

<td><a href="cart.php"><img src="{$ImagesDir}/images/headerbuttons_03.gif" alt="View Basket" width="117" height="32" border="0"></a></td>

Does this help you


no, this is not the speed bar It looks like a custom button linked to cart.php, but this is not your speedbar. see previous post.

swifty1 06-13-2009 12:34 PM

Re: Speed Bar
 
Does the code in red below taken from the top_menu.tpl help

if $speed_bar[sb].active eq "Y"}
<td valign="top">{include file="customer/tab.tpl" tab_title="<a href=\"`$speed_bar[sb].link`\">`$speed_bar[sb].title`</a>"}</td>

carpeperdiem 06-13-2009 12:42 PM

Re: Speed Bar
 
2 things:

1. Is your top_menu.tpl modified? Compare it to a virgin copy.

2. in /skin1/head.tpl, (or wherever you may have moved it to) does the code:

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

exist, and not commented out?


All times are GMT -8. The time now is 08:37 AM.

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