View Single Post
  #2  
Old 10-28-2008, 04:52 AM
  Verfurt's Avatar 
Verfurt Verfurt is offline
 

X-Cart team
  
Join Date: Jul 2008
Location: Ulyanovsk, Russia
Posts: 13
 

Default Re: Getting Feautured Products to display in all categories

In the skin1/customer/main/subcategories.tpl find the code:

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

And replace it with:

Code:
{if $f_products ne ""} <p /> {include file="customer/main/featured.tpl"} {/if}

Didn't test it, but it used to work
Reply With Quote