Quote Originally Posted by gjh42 View Post
tcjay - Just delete the demo image catimg3.gif from /includes/templates/your_template/buttons/english/.

Gomlers - You want to use the chcategories option as described in the readme, and set the define to show top and first-level subcats, plus the active sub-subcat branches. This will be

define('CAT_BOX_ACTIVE_LEVEL', '4|0|1');

* The "active" field controls whether categories outside the current active tree will display: 0=all tops/1=full active tree only/2=active tree only (all tops when no cat selected)/3=full active tree, others limited per level controls/4=like 3, active branches only/5=like 1, no tops.
* The "highest_level" field controls whether top categories will display: 0=all levels/1=no topcats/etc.
* The "deepest_level" field controls whether subcategories will display: 1=only first subcats/2=first & second subcats/.../9=all levels down to 9.
Late answer, sorry about that - but WHeeeyy! It did work like a charm! Thanks a lot!

This is one of the greatest mod's I've ever stumbled upon when it comes to zencart-addons!

Although I can see that I should know a thing or two more about CSS than I do..

When my subcats is open to show products, I want to style the active link, so that it differs from when a top-cat is open to products.

Illustration:
1. Top cat -> active to show products
2. Top cat
3. ---Sub Cat
4. ---Sub Cat -> active to show products

Both no. 1 and no. 4 shows products when clicked on, but I want to style no. 4 different from the no. 1 above.

Is this possible?