How can remove popular tags in slidebar?

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


I want to remove it. I don't want the labels to appear.
Il y a 4 ans
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.