Close

Profile: robinrogne

Avatar

User posts

6 years ago

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");

When i follow that method call we get to the method GetVirtualPath, when it is Nop ajax filters calls the data thats returned from that method is always null. So all my filters is empty, i guess thats the reason because ajax filter is empty. I dont have access to the controllers because i only have the .dll. Is there any one that have a sugestion what possibly could be wrong?