Moving the order that the Manufacturer Filter is shown

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
I have a number of filters for products down the LHS of a category and Manufacturers is also listed. How would I change the order of the Manufacturer filter to be at the top instead of at the bottom? I can resort the specs/filters I have created but not the Manufacturer filter.

TIA
6 years ago
Did you use third party plugin for this filter or default nop commerce filter?

Furthermore,which version are you using?
6 years ago
Default filter and we're using version 3.90
6 years ago
If default filter and 3.90 than,

Go ~/views/shared/_columntwo.cshtml


@Html.Action("ManufacturerNavigation", "Catalog", new { currentManufacturerId = currentManufacturerId })


You can find above code and change just location where you want to place.

For ex-
If you wish first manufacture filter than move this action To before categorynavigation action.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.