- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 05:34 PM
Hi,
I have a service catalog which has multiple levels of categories and sub-categories. The end user will drill down the tree, and then order the item/service. The OOB breadcrumb widget does not provide the full navigation. Do you have any ideas on how to modify the breadcrumb widget to provide the full navigation thread.
Regards,
Raj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 07:29 PM
Take a look at the implementation within the "KB Category Page" or the "KB Article" widgets as I know it's working correctly there.
It's up the to widgets to determine the correct bread crumb path:
For catalog, if it's not generating the path correct, you may need to create your own recursive function to step up through each category/parent till you reach the top.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 07:29 PM
Take a look at the implementation within the "KB Category Page" or the "KB Article" widgets as I know it's working correctly there.
It's up the to widgets to determine the correct bread crumb path:
For catalog, if it's not generating the path correct, you may need to create your own recursive function to step up through each category/parent till you reach the top.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2018 02:46 AM
Hi Nathan,
it is working fine with SC and KB Category widgets, but not working for other pages, for example I created a 'My Zone' page with 3 options: My Profile, My Requests, My Surveys, when I choose one of those options, I get in breadcrumbs only Home > My profile, instead of Home > My zone > My profile. Any idea why is it happening?
Many thanks!
Paulina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2024 05:09 AM
Hi @paulinabednarik ,
Were you able to achieve this requirement. If yes, could you please guide me in updating the widget as I am having the similar requirement.
Thanks in advance.
Manaswini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2018 02:00 PM
Hi @nathanfirth
I have cloned the following catalog pages:
sc_category -> xxx_sc_category
sc_cat_item -> xxx_sc_cat_item
sc_home -> xxx_sc_home
are you saying that I would need to add a widget or modify an existing widget on each of these pages to then update the breadcrum the way the KB article page widget doing it?