Hi i have for serveral hours trying to make Nop Ajax filter plugin to work with Uptown theme and nopcommerce version 3.9.
After i Installed it and chose the few options i had in the configuration, i went to my store but can't see the filtering panes... For instance i would like to have the filtering options on the search view, but when i inspect the HTML the sevenspikes code is empty... I checked the razor views in the plugin and wehat i found interesting is that everytime the plugin calls controllers in NopFilters.cshtml, the result is always empty.
So the plugin calls
priceRangeFilter = Html.Action("GetPriceRangeFilter", "PriceRangeFilterSlider7Spikes");