The CreatorCon Call for Content is officially open! Get started here.

Can We Add Text Beside the Price of a Catalog Item?

iamdkmaurya
Tera Contributor

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!

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@iamdkmaurya 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Ankur Bawiskar
Tera Patron
Tera Patron

@iamdkmaurya 

something like this when you play with the HTML and DOM manipulation

AnkurBawiskar_0-1751028767822.png

 

Something like this in native when you play with HTML and DOM manipulation

AnkurBawiskar_1-1751028865376.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader