How to show '$' next to price on a catalog item on service portal

Charles Hong
Mega Expert

Hello - 

I have a catalog item which contains pricing, and on the service portal when i am ready to check out the numbers appear next to price but not the actual '$' sign. How can i incorporate this? please see image

 

find_real_file.png

1 ACCEPTED SOLUTION

guruprasad1
Kilo Guru

Hi Charles,

 

remove 'SC Catalog item deprecated' from Page and add 'SC Catlog item' Widget.

Then you will see as below

find_real_file.png

 

Regards

Guru

View solution in original post

10 REPLIES 10

Shashi
Tera Contributor

1) Clone the SC Catalog Item widget and then in the HTML section, go to or look around line 145 and do this:

 

change this code from  <b>${Price}:</b>{{data.sc_cat_item.price}} to

<b>${Price}:</b>{{data.sc_cat_item.price_display}}