Hi,
Am looking for a way not to display all category branches. I need to display just the parents, and grand parents.
for ex:
A>A1>A11
>A2>A21
B>B1>B11
>B2>B21
so currently if user selects subcategory A11, it will show:
A>A1>A11
>A2
B
What I am looking for is to display as follows:
A>A1>A11 only.
Is there anyway I could do that?
thank you