View Single Post
  #2  
Old 11-09-2006, 03:09 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Featured Products in Sub-Categories

Open up customer/main/subcategories.tpl. Replace this:

{if $products eq ""}
{if $f_products ne ""}
<P>
{include file="customer/main/featured.tpl"}
{/if}
{/if}

with this:


{if $f_products ne ""}
<P>
{include file="customer/main/featured.tpl"}
{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote