1 reply [Last post]
mercie_s's picture
Offline
Joined: 07/27/2008
Juice: 14
Was this information Helpful?

So I am new to Drupal and I am working on a site with a catalog. I have looked everywhere for the answers to these questions, and found nothing. I am probably looking in all the wrong places.

1. I have added products and now have my catalog menu on the side of my page, but beside each product type there is a number corresponding to the number of that type of product available. How can I disable this?

2. I want to edit how the product list looks and how the product pages look. Is there an easy way to edit these through my theme's css?

3. I want to have a module that will give a list of products with a common attribute so as to provide for like a kind of substitution if one product is no longer in stock. How can I filter products this way?

Sorry for all the questions, but if someone could help me with any/all of them that would be wonderful.

Thank you!
Sarah

goodeit's picture
Offline
Joined: 05/28/2008
Juice: 322
Re: A Few Catalog Configuration Questions...

1) admin/store/settings/catalog/edit/blocks, uncheck "Display node counts in the catalog block"

2) in your theme folder, create a node-product.tpl.php, copy node.tpl.php into it, and then edit it (complicated if you don't know php)

not sure about 3 :/

good luck!