View Single Post
  #4  
Old 08-02-2006, 05:21 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default

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
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote