View Single Post
  #3  
Old 05-10-2010, 08:40 AM
  FTI's Avatar 
FTI FTI is offline
 

Senior Member
  
Join Date: Oct 2009
Location: Plovdiv, Bulgaria
Posts: 153
 

Default Re: How to find the right template to modify?

Open this file:

skin/customer/main/welcome.tpl

Then just quote this:

Code:
{*{if $display_greet_visitor_name} <h1>{$lng.lbl_welcome_back|substitute:"name":$display_greet_visitor_name} </h1> {elseif $lng.lbl_site_title} <h1>{$lng.lbl_welcome_to|substitute:"company":$lng.lbl_site_title}</h1> {else} <h1>{$lng.lbl_welcome_to|substitute:"company":$config.Company.company_name}</h1> {/if}*}
__________________
Version 4.2.3
X-Cart Gold

Version 4.3.1
X-Cart Gold
Reply With Quote