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!