- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 12:17 AM
Can please someone help me how can we hide a specific catalog item from popular items widget in SanDiego release?
As I have seen in SanDiego, the widget has been changed so much from the previous release, as my code is working fine in previous releases(by cloning the widget and add the query) now they are using script include to execute the popular items. Any solution, appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 03:36 AM
Hi all,
I'm able to hide the specific catalog item from popular items widget in SanDiego.
Thanks for all the replies!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 03:36 AM
Hi all,
I'm able to hide the specific catalog item from popular items widget in SanDiego.
Thanks for all the replies!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 02:53 PM
I am trying to do the same.
I cloned the popular items widget and change it to exclude a specific sc_item, this did not work.
Here is what I added to the servers script
count.addEncodedQuery('cat_item.sys_id! = 90af095bcd38798071a208d710d1b64f');
Not sure what I am doing wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2022 10:19 AM
Hi Rohan,
Are you able to share the code for how you accomplished this? I'm trying to do the same but all the posts I've found so far include the older versions of the widget.