Parentnode or category (X)
|
|
- - - - - - - - - - - - - - - - - - - - - - -
| | |
| | |
childnode (y1) childnode (y2) childnode (y3)
| | |
| | |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| | | | | | | | |
childz1 childz2 z3 z4 z5 z6 z7 z8 z9
I have some common sub-categories in Category(X) , I need these subcategories 2 b inherited by all child nodes (y1,y2 … / z1,z2, z3 …)
Eg: parent node (X) – cat1
Cat2
Cat3
Child nodes (Ys) – should have all cat1,cat2,cat3 …. As well its own sub categories .
Child nodes (Zs) – should have all cat1,cat2,cat3 …. As well its own sub categories .
Which modules are best-suited 2 achieve this mechanism?
Taxonomy with views is enough or is it better to go with category module?
Its jst like concept of inheritance = where the base class/cat have some props , all children ll acquire the props of the base/parent class/cat as well their own cats ...