Navigate through node to select from different node
Hi all, I'm new to Umbraco and having a hard time figuring something out with an xslt file.
First of all, I've set up a structure like the following:
1. View Product By Brand
- Brand Name A
- Type
- Description A
- Description B
- Brand Name B
- Type
- Description A
- Description B
2. View Product By Type
- Type A
- Description A
- Description B
- Type B
- Description A
- Description B
3. Products List
- Product 1
- Product 2
- Product 3
- Product 4
Where each product has a generic property setup of Brand Name, Type, and Description.
What I'm trying to do is when I a user clicks on a Description. A list of product will load that match that Description, Type, and Brand Name.
Post what your xml looks like and it will be alot clearer, I'm guessing each product has a data node for brand name, type and description. If this is the case then just loop through products and on each different loop do an xsl sort on brand name, type or description.
Navigate through node to select from different node
Hi all, I'm new to Umbraco and having a hard time figuring something out with an xslt file.
First of all, I've set up a structure like the following:
1. View Product By Brand
- Brand Name A
- Type
- Description A
- Description B
- Brand Name B
- Type
- Description A
- Description B
2. View Product By Type
- Type A
- Description A
- Description B
- Type B
- Description A
- Description B
3. Products List
- Product 1
- Product 2
- Product 3
- Product 4
Where each product has a generic property setup of Brand Name, Type, and Description.
What I'm trying to do is when I a user clicks on a Description. A list of product will load that match that Description, Type, and Brand Name.
Any Help will be greatly appreciated,
Thanks
dw
Post what your xml looks like and it will be alot clearer, I'm guessing each product has a data node for brand name, type and description. If this is the case then just loop through products and on each different loop do an xsl sort on brand name, type or description.
is working on a reply...