Never mind it was because of my optional parameter...
Hi I am receiving an error when attempting to filter a category by price
Method not found: 'System.Collections.Generic.IEnumerable`1<Nop.Web.Models.Catalog.ProductOverviewModel> Nop.Web.Controllers.CatalogController.PrepareProductOverviewModels(System.Collections.Generic.IEnumerable`1<Nop.Core.Domain.Catalog.Product>, Boolean, Boolean, System.Nullable`1<Int32>, Boolean, Boolean)
I have checked the CatalogController for the method an indeed it does not exist! In fact here is the method signature from codeplex v2.6
protected IEnumerable<ProductOverviewModel> PrepareProductOverviewModels(IEnumerable<Product> products,
bool preparePriceModel = true, bool preparePictureModel = true,
int? productThumbPictureSize = null, bool prepareSpecificationAttributes = false,
bool forceRedirectionAfterAddingToCart = false)
So how exactly am I supposed to get passed this error?
I installed ajax filters on v2.6 multistore, I know this is not really supported however I was able to install the plugin but it seems as if the scripts/css are not appearing on the public site, which results in the slider not appearing with the default css. Does anyone know if this problem is because I am using 2.6 multistore or perhaps this is a general bug which can be fixed??
Thanks :)