Hiding the size or color attribute when they are out of stock

You can hide the size attributes on the Product/Catalog Detail page if the attribute is out of stock, you can modify it for color as well. You could take this code and modify it for other similar functions. **note** Most likely this code will only work with Advanced Tier or higher ProStores sites. **note** This … Read more

Subcategory Drill-Down on Product / Catalog List

The following code modifies the Catalog List template to do one of the following:

* If the user clicks a category link and that category has subcategories, those subcategories will be displayed on the Catalog List template as links.
* If the user clicks a category or subcategory link that does not have any categories, the Catalog List will display a list of product search results.

You can modify this code to show images as subcategory links as well. 🙂

Read more