View Single Post
  #1  
Old 04-13-2012, 07:58 AM
 
Nolimits Nolimits is offline
 

Member
  
Join Date: Mar 2012
Posts: 17
 

Default Featured products on home page

Hi,

can anybody help me with the problem I've trying to solve for 2 weeks.
I need to show featured products from 3 different categories on the front page.

I know that if I use
Code:
{capture name=dialog} { include file="customer/main/products.tpl" products=$f_products featured="Y" } {/capture} { include file="customer/dialog.tpl" title=$lng.lbl_featured_products content=$smarty.capture.dialog sort=true additional_class="products-dialog dialog-featured-list" }

this will show featured products on the home page but not from specific category.
But my task is to show featured products from specific category :/

Please help - I'm stuck on this for a very long time.

Thx in advance!
__________________
4.4.4
Reply With Quote