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)
-   -   Problem localizing in templates (https://forum.x-cart.com/showthread.php?t=45077)

boccio 01-26-2009 03:48 AM

Problem localizing in templates
 
I'm trying to translate the links
http://www.vinser.eu/store/skin1/images/customer_images/arrow.gif Home http://www.vinser.eu/store/skin1/images/customer_images/arrow.gif Shopping Cart http://www.vinser.eu/store/skin1/images/customer_images/cart.gif http://www.vinser.eu/store/skin1/images/customer_images/arrow.gif Contact Us http://www.vinser.eu/store/skin1/images/spacer.gif

in the head section of my website (www.vinser.eu)

The probem is I can't seem to find these phrases anywhere in .csv file (tried searching up'n'down) nor I can find lbl_ variables for them in templates.

I understand this is inside head_customer.tpl file, but I can't find any reference for these words?

Any help? How can I get them translated to Swedish words:

Home = Tillbaka
Shopping cart = Shopping vagn
Contact us = Kontakta oss

balinor 01-26-2009 04:25 AM

Re: Problem localizing in templates
 
Use Webmaster mode to find out exactly what template and what language variables are used.

boccio 01-26-2009 04:29 AM

Re: Problem localizing in templates
 
That is the first thing I tried, but webmaster mode does not work on links...

balinor 01-26-2009 04:31 AM

Re: Problem localizing in templates
 
No, I mean use webmaster mode to find the TEMPLATE. There is a little dialog box that pops up, and when you hover over a section of the site it highlights the template that is used for that area.

boccio 01-26-2009 05:36 AM

Re: Problem localizing in templates
 
head_customer.tpl, but there is absolutely no reference on these links there...

I think this is the snippet:
Quote:

{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<img src="{$ImagesDir}/customer_images/arrow.gif" width="27" height="8" alt="" />
<a href="{$speed_bar[sb].link}" class="TopMenu">{$speed_bar[sb].title}
{if $speed_bar[sb].link eq "cart.php"}<img src="{$ImagesDir}/customer_images/cart.gif" width="23" height="12" alt="" /></a>
{else}
</a>&nbsp;
{/if}
{/if}
{/section}


balinor 01-26-2009 05:38 AM

Re: Problem localizing in templates
 
Oh, that is the SpeedBar - http://forum.x-cart.com/showthread.php?t=36720&highlight=speedbar+language

boccio 01-26-2009 06:03 AM

Re: Problem localizing in templates
 
Thanks a million!


All times are GMT -8. The time now is 02:48 PM.

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