Module Relationships
Hi Guys,
I need to create a Products module for my project and I can easilly achieve that using Module Builder but every product belongs to a product type & client would like to see a drop down for the product type while adding the new product.
I was expecting that while adding product there might be an option of adding categories using Taxonomy just like News but it's not there.
Please help.
Atul
Hi Atul,
Thank you for contacting us.
In case the product type is a custom classification it can be easily added as a field to your content type and then when creating an item there will be a list with all of the custom classification items, similar to the way tags and categories are added. Here are detailed steps:
Thanks
Hi Atul,
Unfortunately filtering by custom classification is not supported out of the box. I looked for a simple workaround but I couldn't find. The only thing I can think of is to implement your own control to filter items by custom classification using the Code Reference and Sitefinity documentation. To ease the process of widget development and registering the widget to pages toolboxes you can use Sitefinity Thunder VS plugin.
Another alternative is to use the Categories widget to filter the items. To do so you must do the following: