Hi CFL,
A different number specification would be nice, but I can't even get the default number to take effect on the homepage where I have my featured products (it just shows them all even though I have the max products per page set to 30 in the admin).
Here's the code I have in customer/main/subcategories.tpl:
Code:
{if $f_products}
{capture name=dialog}
{include file="customer/main/navigation.tpl"}
{include file="customer/main/featured.tpl"}
{include file="customer/main/navigation.tpl"}
{/capture}
{/if}
Do I have something wrong there?