I want to have the same featured products that are shown on the home page appear in another location on my site.
I tried just putting:
{include file="customer/main/featured.tpl" f_products=$f_products}
In the second location but no good.
Then I tried replacing:
f_products=$f_products
with:
f_products="3" products="A_Product_ID_Here"
and it listed three spaces for featured products and all has missing image and different text below.
Close but no cigar
How can I do this?