I have a client that is ignoring the power and flexibility of the cattree or they simply don't understand it. On top of that, they are having trouble explaining/showing what they want. Seems it comes down to a mashup on any given page and there is no pattern. The only common idea is the list will be a mix of parent and child all presented as if they are parent categories. The tool needed is more like being able to "pin" a/any category to the cattree regardless of its parent/child status. In the place of that, is there a way to have a specific category act like it has its own cattree?
They want to be able to edit themselves later. CTGY 3 of course is the typical higher level CTGY that has 1000 child ctgys assigned. I've already tried using facets to come close, but no joy yet.
Any thoughts on handling this kind of chaos?
My current thoughts:
I would like to be able to specify something like this:
Where the param options tell the cattree item what to do; such as display only the name or the expanded tree or both.
Realistically though, what I am contemplating is using a delimited list to manipulate the cattree array to either insert or remove valid cat codes for that specific page. Then there is the detail of the tree being displayed expanded.
Offhand background: the client already had me burn their budget on other tasks.
Thanks,
Scott
CTGY1
--cat1 tree
CTGY2
--cat2 tree
CTGY3 (NOT DISPLAYED)
--cat3 tree (The expanded tree is displayed but not display the parent of this ctgy)
--cat1 tree
CTGY2
--cat2 tree
CTGY3 (NOT DISPLAYED)
--cat3 tree (The expanded tree is displayed but not display the parent of this ctgy)
Any thoughts on handling this kind of chaos?
My current thoughts:
I would like to be able to specify something like this:
Code:
<mvt:item name="cattree" param="CTGY2_tree" />
Realistically though, what I am contemplating is using a delimited list to manipulate the cattree array to either insert or remove valid cat codes for that specific page. Then there is the detail of the tree being displayed expanded.
Offhand background: the client already had me burn their budget on other tasks.
Thanks,
Scott
Comment