- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2019 11:50 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2019 12:23 PM
Hi Charles,
remove 'SC Catalog item deprecated' from Page and add 'SC Catlog item' Widget.
Then you will see as below
Regards
Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021 01:46 AM
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}}