Hi
Quote:
Originally Posted by Traveljunkie
Is there a way for me to remove the products from the sub category page and only have them showing when you click on the relate sub category?
|
It depends on if the category you are in has products in it or it only has products in its sub-categories. You can see those options in your Category Page View Properties:
In the view properties, you can choose to not display products from sub-categories if the current category has 0 products in it. If the current category does have products in it, it will always display those products.
Quote:
Originally Posted by Traveljunkie
Also I would like to be able to put boxes round the categories.
|
Adding the following code to your Custom CSS will put borders around the categories:
Code:
#view .cl .cell .bdr { border-size: 1px; }
Eric