How can remove popular tags in slidebar?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 4 años
How can remove popular tags in slidebar? From admin panel
Hace 4 años
To manage tags http://yourwebsite.com/Admin/Product/ProductTags
Hace 4 años
Yidna wrote:
To manage tags http://yourwebsite.com/Admin/Product/ProductTags


I want to remove it. I don't want the labels to appear.
Hace 4 años
You can edit nop42\Presentation\Nop.Web\Views\Shared\_ColumnsTwo.cshtml
Remove  @await Component.InvokeAsync("PopularProductTags")
Or if you are using a theme check in theme directory for another version of _ColumnsTwo.cshtml and edit that file
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.