Quote:
Originally Posted by balinor
You can use the orderby function to solve your issue. Use an {if} statement like this to only show categories with an orderby under 500:
{if $categories[cat_num].order_by < 500}
This would go in customer/categories.tpl
|
Padraic,
Could this be one way to generate a static "top-ten/fake bestsellers" list?
1. make a category, let's say POS 990
2. Propagate the category with items that will be in my bestseller list
3. hide the category from the category list using an {if} statement
4. in menu_bestsellers.tpl use the category to generate the list of its products
Let me go to work on this...
Thanks for the tip...
Jeremy