I am trying to add the Featured Products to one of my static pages. I tried copying the line in welcome.tpl that displays the featured products:
Code:
{include file="customer/main/featured.tpl" f_products=$f_products}
When I tried that, it displayed the Featured Products title, but instead of products, it displayed a message:
There are no available featured products...
I assume the variable $f_products was empty.
How can I display the Featured Products on a static page? Any tips?