- 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.
<div class="filtersPanel">
@priceRangeFilter
@onSaleFilter
@inStockFilter
@specificationsFilter
@attributesFilter
@manufacturersFilter
@vendorsFilter
</div>