Hi,
We did have a look at you site. Let us first say that you have done an amazing job with styling the filters and they look really great.
The error you have described was a know issue in the early version of the Nop Ajax Filters that had been fixed. In order to integrate the fix you should download the latest Nop Ajax Filters from your My Account section and get the latest version for version 2.3.
The only thing that you should do is to replace the SevenSpikes.Nop.AjaxFilters.dll the ~\Plugins\SevenSpikes.Nop.AjaxFilters folder with the one from the latest package.
Then you should change the Globala.asax file (see this post) in order nopCommerce to clear its cache and load the new assembly.
The bug with the price range filters and taxes/discounts/etc. had been fixed in version 2.5. It is not present for version 2.3 unfortunately.
Hope that helps!
If you need any further information please do not hesitate to contact us.
Hi,
We are glad you have fixed the problem.
If you have any other queries please do not hesitate to contact us.
Hi Rob,
As far as I understand you want to add the search box inside the menu. This might be not a good idea, because if you place it on the same line where the menu is and there are more categories that should be shown, the categories and the search box will overlap.
But if this is what you want, that is fine.
In order to do this you should add the
@Html.Action("CategoriesHeaderMenu", "CategoriesHeaderMenu") call in the _Root.cshtml view as this is the main layout that is applied to all pages. Then edit the ~\Plugins\SevenSpikes.Nop.Plugins.CategoriesHeaderMenu\Views\CategoriesHeaderMenu.cshtml
and add the @Html.Action("SearchBox", "Catalog") just after the closing tag of the unordered list (after "</ul>")
So after that you will need to edit the corresponding css styles in order to achieve the look and feel you want.
Hope that helps!
If you need any further information please do not hesitate to contact is again.