Page 1 of 1

Products module: display a specific hierarchy

Posted: Fri Jun 22, 2012 9:33 am
by kube
Hi all,

I have the following product hierarchy structure:

brand1
- products
- services

Brand2
- products
- services



I can't figure out the syntax to display, for example, the products of brand 2...
I was expecting something like: {Products hierarchy="Brand2 | products"}.

What am i doing wrong ?

Re: Products module: display a specific hierarchy

Posted: Sat Jun 23, 2012 11:13 am
by maranc
Try {Products hierarchy="Brand2*"}

Marek A.

Re: Products module: display a specific hierarchy

Posted: Sat Jun 23, 2012 2:42 pm
by kube
Yes but that will show me both products AND services.
I only want to see products !
???

Re: Products module: display a specific hierarchy

Posted: Sun Jun 24, 2012 12:43 am
by applejack
Rather than duplicating products and services try making them as categories so you can then do

{Products hierarchy="Brand2" category="products"}

Re: Products module: display a specific hierarchy

Posted: Sun Jun 24, 2012 7:27 pm
by kube
Index, using categories world be a solution if only i wasn t already using them to differentiate products...


So no way to do that with hierarchy ?