Can We Add Text Beside the Price of a Catalog Item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:44 AM
Hi everyone,
I’m working on a Service Catalog item and was wondering if it’s possible to display custom text next to the price on the catalog item form. For example, I’d like to show something like:
$100 (Includes taxes)
Is there a supported way to do this using a catalog client script, UI policy, or any other method? Has anyone implemented something similar?
Any guidance or examples would be greatly appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:47 AM - edited 06-27-2025 05:48 AM
there is no direct way to achieve this.
You require this for portal or native?
You can use catalog client script but it will require DOM manipulation which is not recommended.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 05:54 AM
something like this when you play with the HTML and DOM manipulation
Something like this in native when you play with HTML and DOM manipulation
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader