- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2017 02:09 PM
Is there any way to show category images in the service portal? By default, when you navigate to the service catalog, it shows a carousel on the catalog home page and has a list of categories on the left. When selecting a category, the carousel goes away and all catalog items for that category are shown.
I would like to be able to show either a customized carousel or single image on the top of the page depending on which category is chosen. I'd imagine we could do this using the 'Header Icon' or similar field on the category record.
Does anyone know of a way to do this in Service Portal?
Thank you
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2017 10:36 PM
Yes you can certainly do this, but you would need to clone and customize the widget to do so. The category page is driven by the sc_category table, so you could add an image field and then create a custom widget to display it. To use the carousel, you would need multiple images. We've done similar implementations, shoot me an email and I can give you some pointers on how to write the widget.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2017 03:29 PM
I would like to be able to show either a customized carousel
Can you tell us what do you mean by customized carousel??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2017 03:36 PM
I would like to show different images/links based on the category we are viewing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2017 10:36 PM
Yes you can certainly do this, but you would need to clone and customize the widget to do so. The category page is driven by the sc_category table, so you could add an image field and then create a custom widget to display it. To use the carousel, you would need multiple images. We've done similar implementations, shoot me an email and I can give you some pointers on how to write the widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2017 07:58 AM