Close

Can you add all Manufacturers to the dropdown?

mickk
11 years ago
#1022 Quote
Avatar
  • 28
I have tried to get this to work but there is no option to select use manufacturers like in your Installation instructions.

Please advise.

Thanks
Support
11 years ago
#1023 Quote
Avatar
  • Moderator
  • 1044
Hi mickk,

In version 2.4 there is no administration and option. It is enabled by default and the manufacturers should appear automatically. Could you please check whether in the file ~\Plugins\SevenSpikes.Nop.Plugins.CategoriesHeaderMenu\Views\CategoriesHeaderMenu.cshtml you have the following lines of code:

line 8:
<li><a href="@Url.RouteUrl("ManufacturerList")">@T("Manufacturers")</a>
                <ul>
                    @Html.Raw(Model.ManufacturersHtml)
                </ul>
            </li>

Thanks!