Close

Reordering Filter Items

Mertez
3 years ago
#21235 Quote
Avatar
  • 2
Is there any way to reorder filter items? for example I want to bring the Manufacturer from bottom of filter items to top under "Available" filter.
SDobrev
3 years ago
#21241 Quote
Avatar
  • Moderator
  • 283
Hi,

The panels can be reordered by modifying the NopFilters.cshtml view located in SevenSpikes.Nop.Plugins.AjaxFilters\Views\Components\NopAjaxFilters directory.

On line 174 (version 4.30) are the panels.


        <div class="filtersPanel">
            @priceRangeFilter
            @onSaleFilter
            @inStockFilter
            @specificationsFilter
            @attributesFilter
            @manufacturersFilter
            @vendorsFilter
        </div>
Best Regards,
Stoyan Dobrev
Nop-Templates.com