Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dcwoodsjr 12 posts 30 karma points
    Mar 17, 2009 @ 16:06
    dcwoodsjr
    0

    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

  • Darren 6 posts 20 karma points
    Mar 23, 2009 @ 21:37
    Darren
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft