How to enable product filtering

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 11 ans
I saw a code like this in CategoryTemplate.ProductsInGridOrLines.cshtml

@if (Model.PagingFilteringContext.PriceRangeFilter.Enabled)
        {
            @Html.Partial("_FilterPriceBox", Model.PagingFilteringContext.PriceRangeFilter, new ViewDataDictionary())
            <div class="clear">
            </div>
        }




where should I enable the price range filter inorder to get that in my customer view
Il y a 11 ans
Add price range here:

http://admin-demo.nopcommerce.com/Admin/Category/Edit/29
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.