Suggestion in designing hierarchical content in sitefinity 9.2
Hi,
While working on a proof of concept for sitefinity, I came across a scenario where I need to have hierarchical structure for my content but the hierarchy for the content is not of fixed depth. I have created a new module and tried with creating content types in it but found that we should have hierarchy of same depth for every product :(.
This scenario will be more clear on below example-
There are Products which are under some product type or product category. Product type can be under product category. Each of these content types can have fields like title, description, image etc.
Product Category 1
Product Type 1
Product 1
Product 2
Product 3
Product Category 2
Product 4
Product 5
Can someone suggest ways to design this.