Re: Show featured products in 2 blocks
There are a couple of these threads floating around about grouping featured products by the sort order. It seems very simple but the order variable is not available to smarty. So there needs to be a SQL query (I'm guessing) in the featured_products.php file. Can anybody provide php I would need to add, so I can have an if statement in the templates? Like:
if $f_products.orderby lte 100
show them
else
something else
/if
|