I too am not getting anything on the main page.
My welcome.tpl
Quote:
{* $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 />
{if $active_modules.Recommended_Products ne ""}
{include file="modules/Recommended_Products/recommends_home.tpl" }
{/if}
|
my recommends_home.tpl
Quote:
{* $Id: recommends_home.tpl,v 1.9 2006/09/25 14:51:45 hhiker Exp $ *}
{if $recommends}
{capture name=recommends}
{include file="customer/main/products.tpl" products=$recommends}
{/capture}
{include file="dialog.tpl" title=$lng.lbl_recommends_home content=$smarty.capture.recommends extra='width="100%"'}
{/if}
|
my recommends_home.tpl is in: /skin1/modules/Recommended_Products/
my welcome.tpl is in: skin1/customers/main/
My recommended products module is enabled in modules
Recommended products options:
Select recommended products randomly: YES
Number of products to be displayed in recommended products list: 6
What am I doing wrong? Does this work with my version?
http://www.systemskins.com/sscart/home.php