Hide Vendors on category page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi all, how can i hide the vendors section down the left hand side on the category page?

thanks
6 years ago
Hi,

You can hide vendor line from this view file.
..\Presentation\Nop.Web\Views\Shared\_ColumnsTwo.cshtml

@Html.Action("VendorNavigation", "Catalog")

Comment this line OR remove it.


Thanks
6 years ago
SamSnap wrote:
Hi all, how can i hide the vendors section down the left hand side on the category page?

thanks


Hi,

Go to admin side > Configuration > settings > Vendor settings


Under catalog section set value to 0  for "Number of vendors to display"

See here
6 years ago
Thanks for providing better solution Raju Paladiya.
+1 vote from me!

I was not aware of that solution.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.