Hello Guys,

In the _FilterSpecsBox.cshtml the following line removes all the filters.
<a href="@Model.RemoveFilterUrl" class="remove-product-spec-filter">@T("Filtering.SpecificationFilter.Remove")</a>

My issue is on selection of multiple filter, it removes all filters at a time.

How can we get these issue resolved in nopcommerce!

Thanks