Service Catalog: How to see the subcategories when clicking on category, instead of seeing all items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 06:57 AM
Hi Community,
Right now, when a user click on a category in our Catalog Service, if we have subcategories in that category, instead of seeing the subcategories, the user will see all the items listed within those subcategories.
We would like to know how to configure it in a way that the catalog items are only displayed at the end of the ''fish tail'', and not showing once all under the category, and again under the subcategory. See image below as an example.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 07:12 AM
Hi @annied89
There is no OOTB solution for this. I recommend creating a custom Widget by cloning the SC Category Page widget. And modify the widget to fetch (from sc_category table) sub categories (if it has any) of the selected category and display them otherwise display the catalog items (from sc_cat_item table). And repeat this until you don't have any sub categories for the selected record.
Let me know if you need any more help on this.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 05:11 AM
Thank you very much! We will try that!