Hide Manufacturers

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 năm cách đây
Hello, is it possible to hide the manufacturers block? If so where and how?

Thanks!
12 năm cách đây
There are several ways.  Easiest is to modify

\Views\Catalog\ManufacturerNavigation.cshtml   (e.g. change @if (Model.Count > 0)   to @if (false)  )

or, you can comment out the line   @Html.Action("ManufacturerNavigation",...    
in
\Views\Shared\_ColumnsThree.cshtml
12 năm cách đây
Awesome! That was easy!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.