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:
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?
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.
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
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
Thank you Fuji
is working on a reply...