View Single Post
  #13  
Old 01-09-2009, 03:53 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: "txt_welcome" gone from home page !!

Ok, it looks like your welcome.tpl isn't being called. Check home_main.tpl and make sure it has the following in it...

{elseif $main eq "catalog" and $current_category.category eq ""}
{include file="customer/main/welcome.tpl" f_products=$f_products}

and also make sure {include file="customer/home_main.tpl"} is in home.tpl (although you would probably have more problems than what you do if it wasn't there).
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote