Copied to clipboard

Flag this post as spam?

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


  • Barbacan 29 posts 79 karma points
    Feb 03, 2014 @ 11:39
    Barbacan
    0

    Create DT for hierarchical structure

    Hi,
    I need to create an hierarchical structure form a book catalog. I would have three level of nesting before reach the final leaf which is the product. The schema is this:

    CATALOG -> CATEGORY (1..N) -> CATEGORY (1..N) -> CATEGORY (1..N) -> PRODUCT

    I'm pretty new to umbraco, I thought about creare different DT and one for the final product. But somebody else suggested me to use just two DocumentType, one for the product and another one for the category, no matter what is the nesting level. To recreate the hierarchy I would have to use the tag. Could be this a nice advice?

    thanks a lot

  • Fuji Kusaka 2203 posts 4220 karma points
    Feb 03, 2014 @ 16:41
    Fuji Kusaka
    0

    Hi Barbacan,

    Yes this is good, you can make use of 2 different DocType where the 1st will be for the Category, and 2nd one with the Product. However you will might also need a third one for  the Catalog.

     

    //fuji

     

  • Barbacan 29 posts 79 karma points
    Feb 04, 2014 @ 09:58
    Barbacan
    0

    Thank you Fuji

Please Sign in or register to post replies

Write your reply to:

Draft