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)
-   -   Language not working (https://forum.x-cart.com/showthread.php?t=31043)

hoosierglass 05-09-2007 08:51 AM

Language not working
 
OK I know I have done something stupid here.

No matter what I change it to now the welcome text of the welcome back label is still diplaying the same way.

I changed lbl_welcome_back to welcome front and when you view the cart page it still says welcome back.

I changed the txt_welcome to stupid text and I still get the company information I set a couple of days ago. Does anyone have any ideas?

balinor 05-09-2007 09:51 AM

Re: Language not working
 
Ok, are you actually editing the langauge variable in the 'Languages' area? Did you clear out your template cache (Summary/Tools) and clear your browser cache as well?

hoosierglass 05-09-2007 12:41 PM

Re: Language not working
 
Thanks Balinor, you always seem to get me to look in the right direction.
I am trying to get 4.1.17 up and running and did not realize that it is a template in this version instead of the language. I found the file and got it corrected.

Now I am having a problem with the thwarte secure seal forcing the left menus out too wide.

I am using the three column default and here is where I put the script in for the secure seal: customer/home.tpl

Quote:

<!-- main area -->
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="VertMenuLeftColumn">
{if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")}
{include file="customer/categories.tpl" }
<br />
{/if}
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y"}
{include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}

<br />
<script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe">
</script>


{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if}
{include file="customer/special.tpl"}
{if $active_modules.Survey && $menu_surveys}
{foreach from=$menu_surveys item=menu_survey}
{include file="modules/Survey/menu_survey.tpl"}
<br />
{/foreach}
{/if}
<img src="{$ImagesDir}/spacer.gif" width="150" height="1" alt="" />
</td>
<td valign="top" width="100%">


I am wanting the seal to show up just below the best sellerswhich it does but it is throwing the menus too wide. I have no idea what is causing it. Here is how it looks.

http://www.kennedyhardware.com/xcart_new/home.php

balinor 05-09-2007 12:56 PM

Re: Language not working
 
Looks fine to me?

hoosierglass 05-09-2007 01:28 PM

Re: Language not working
 
The left side menus are wider than the right. When I take out the secure seal they are the same size but when it is in the left side gets wider.

balinor 05-09-2007 01:32 PM

Re: Language not working
 
They measure exactly the same to me in IE and Firefox, and the seal appears to be there.

hoosierglass 05-09-2007 01:38 PM

Re: Language not working
 
You mean on your screen the categories menu on the left is the same width as the mini cart menu on the right?

On my work computer and my home computer they are both showing up wider on the left than on the right. IE 7

Update:
OK I got tired of banging my head and created a table and specified px and it worked fine.

So for those wanting to install a Thwarte secure seal, once you have completed the form on thwarte's web site just ad the script in where you want it. For me I used a table in home.tpl

Quote:

<table border="0" width="160" cellspacing="1"> <tr><td>
<p align="center"><script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe">
</script></td></tr></table>

I placed this right under the {/if} from bestsellers.


All times are GMT -8. The time now is 04:31 AM.

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