I know that, but what if want (and I want

) to distinguish featured products by category?
So I need (for example) 3 imports like this:
Code:
{include file="customer/main/products.tpl" products=$f_products featured="Y"}
In case I add products in category id == "0" (featured products with no category) I'll get 3 exact the same results. And I don't want that :/
Thx!