View Single Post
  #4  
Old 10-04-2007, 06:15 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default Re: Featured Products Not Showing?

Try removing the if statement around it that says "if there are no products, show the featured products".
So:
{if $products eq ""}
{if $f_products ne ""}
<p />
{include file="customer/main/featured.tpl"}
{/if}
{/if}
becomes:

{if $f_products ne ""}
<p />
{include file="customer/main/featured.tpl"}
{/if}
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote