- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 09:28 AM
How can I hide the price for the catalog items when using the AI search via the Employee Service Center?
I've already set the property 'glide.sc.price.display' to 'never', which removed it from other widgets successfully but it doesn't change anything on the search page.
Widget: Faceted Search
Page: /esc?id=search
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 12:33 AM
Hi @Vincent Siebens ,
You can use View Template (sys_ux_composite_data_template).
Where you can find the Catalog Genius Results Template (sys_id = 0a2bb535ffe31010968af5a1703bf13b).
And you need to comment out where you find the secondDescription: columns.price
Thanks and Regards,
Pratap Singh Sisodia

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 08:06 PM
Hi @Vincent Siebens ,
Try this once :
You can change which catalog item types show prices using the List of class names for catalog items that do not show the price in listings property (glide.sc.item.cannot_show_price). Provide a comma-separated list of table names for item types that you want to hide prices for.
For example, to hide prices for standard catalog items, add sc_cat_item to the list.
You can also remove an existing entry to display prices for that item type. For example, to display prices for order guides, remove the order guide entry sc_cat_item_guide from the list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2022 01:50 AM
I've added sc_cat_item to the property and nothing changed, the price is still there for the catalog items. I even cleared the cache and did a logout/login to be sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2025 12:33 AM
Hi @Vincent Siebens ,
You can use View Template (sys_ux_composite_data_template).
Where you can find the Catalog Genius Results Template (sys_id = 0a2bb535ffe31010968af5a1703bf13b).
And you need to comment out where you find the secondDescription: columns.price
Thanks and Regards,
Pratap Singh Sisodia