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)
-   -   Changing the image on the hompage (https://forum.x-cart.com/showthread.php?t=35173)

rashriaz 11-04-2007 09:36 AM

Changing the image on the hompage
 
1 Attachment(s)
Anyone know how to change the image on the homepage, I cant find the file that controls this. I tried webmaster mode and double clicking on the area but nothing comes up, it used to, that how i changed it before.

Please help

Please see att for which pic i mean.

Thanks

chamberinternet 11-04-2007 09:51 AM

Re: Changing the image on the hompage
 
Have a look at /skin1/customer/main/welcome.tpl

Regards

Shafiq

balinor 11-04-2007 09:57 AM

Re: Changing the image on the hompage
 
Moving to Template Editing forum

rashriaz 11-05-2007 01:03 AM

Re: Changing the image on the hompage
 
I cant find anything in welcome.tpl that would change this image.
Below is my welcome.tpl

{* $Id: welcome.tpl,v 1.28.2.1 2006/07/12 04:51:17 svowl Exp $ *}
{if ($active_modules.Greet_Visitor ne "") and ($smarty.cookies.GreetingCookie ne "") and $logout_user eq ''}
{assign var="_name" value=$smarty.cookies.GreetingCookie|replace:"\'": "'"}
<h3>{$lng.lbl_welcome_back|substitute:"name":$_nam e} </h3>
{elseif $lng.lbl_site_title}
<h3>{$lng.lbl_welcome_to|substitute:"company":$lng .lbl_site_title}</h3>
{else}
<h3>{$lng.lbl_welcome_to|substitute:"company":$con fig.Company.company_name}</h3>
{/if}
{$lng.txt_welcome}
<br />
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu ne "Y"}
{include file="modules/Bestsellers/bestsellers.tpl"}
{/if}
<br />
{include file="customer/main/featured.tpl" f_products=$f_products}

chamberinternet 11-05-2007 01:20 AM

Re: Changing the image on the hompage
 
Have a look at the language variable - {$lng.txt_welcome} .. The image could be stored in that variable.

Else if could be in /skin1/customer/home.tpl

Regards

Shafiq :sK

rashriaz 11-05-2007 06:07 AM

Re: Changing the image on the hompage
 
Where do I find {$lng.txt_welcome}?

chamberinternet 11-05-2007 06:11 AM

Re: Changing the image on the hompage
 
The Languages section of the admin area:

http://www.x-cart.com/xcart_manual/online/?managing_x_carts_language_variables.htm

Shafiq :sK

rashriaz 11-05-2007 06:52 AM

Re: Changing the image on the hompage
 
cheers bro

found it finally !!!!

was in {$lng.txt_welcome}

Tchukon 05-27-2008 10:23 PM

Re: Changing the image on the hompage
 
I'm like totally confused too - for the life of me I cant get that image in there... please help


All times are GMT -8. The time now is 11:20 AM.

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