I have a category that I've customized as not a shopping category. It uses a different product type: "Document - General".
Is there a way that I can have this category NOT show up on the New Products listings?
I found that tip in archive:
I'm not a programmer, I need more details ...please. It's very important for me."If you peek in tpl_products_new_default.php you will see the select
statement for the data around line 60
If you were to add on to the WHERE statement that the products_type != what_ever_type_id then those would not be included."



