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

How to remove one specific item from popular item widget.

VIKAS MISHRA
Tera Contributor

Please let me how can i remove one specific item from the popular item widget on portal.

 

VIKASMISHRA_0-1712578028062.png

 

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @VIKAS MISHRA 

 

I think we cant remove that , as popular item come based on the data from background calculations and showed here. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

IbrahimK4837164
Tera Contributor

To remove a specific element, you need to open the file or code that is responsible for displaying this widget. Then find the section of code that is responsible for generating the list of popular products. This usually happens in the form of a loop that goes through each element of the list and displays it on the screen. To remove a specific element, find the code that adds that element to the list and delete it or comment it out. After that, save the changes and refresh the portal page.