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)

swifty1 06-13-2009 11:43 AM

Speed Bar
 
I have search this forum for info on how to change the text in a speed bar button.
I have tried webmaster mode, languges etc can anybody point me in the right direction.

carpeperdiem 06-13-2009 11:45 AM

Re: Speed Bar
 
Quote:

Originally Posted by swifty1
I have search this forum for info on how to change the text in a speed bar button.
I have tried webmaster mode, languges etc can anybody point me in the right direction.


too obvious?
have you tried the Speed Bar link in the admin?

/admin/speed_bar.php

swifty1 06-13-2009 11:48 AM

Re: Speed Bar
 
Yes but this is to define the links used in the speed bar.

carpeperdiem 06-13-2009 11:55 AM

Re: Speed Bar
 
Quote:

Originally Posted by swifty1
Yes but this is to define the links used in the speed bar.


Yes. And name the links. Are you not using the stock xcart speedbar function?

swifty1 06-13-2009 12:05 PM

Re: Speed Bar
 
I am not sure as the site was set up by another, in speed bar in admin there is no links defined.

carpeperdiem 06-13-2009 12:07 PM

Re: Speed Bar
 
FTP to your skin1 directory. Do you have a speedbar or speedbar2 directory?

swifty1 06-13-2009 12:11 PM

Re: Speed Bar
 
I don't have either in the skin1 directory.

carpeperdiem 06-13-2009 12:18 PM

Re: Speed Bar
 
Quote:

Originally Posted by swifty1
I don't have either in the skin1 directory.


Good. Then you probably don't have PhilJ's speedbar mod.

If you add a link in the /admin/speed_bar.php link form the admin, what happens?

Add a test link. Link to "home.php"

If it doesn't do what's expected, you may have a customized 3rd party mod here...

swifty1 06-13-2009 12:24 PM

Re: Speed Bar
 
Nothing happend to the front end stayed as was.

swifty1 06-13-2009 12:28 PM

Re: Speed Bar
 
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

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 01:53 AM.

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