Hi,
As you have uninstalled the Ajax Filters you can install them again and see what the error is.
Please refer to this article to know what the error is.
Thanks
Hi LFTALERO,
There is no way to say which attributes to be shown in the filters.
But I am curious to know if this was possible what would you do? Should you hide some of the attributes and if so then how your clients will know that there are products with size 40 for example.
I think this is not correct as some of the products will be ignored this way.
There is a setting in nopCommerce to include products from subcategories. If it is possible I always recommend turning this setting off and this way you won't end up being in the top category and seeing all kind of different products. It is much better to see only the inner categories and only when you select one of the subcategories then the products from this category is shown and the Filters respectively.
Another option is to hide the attribute filters box by default.
There are new settings in the Ajax Filters, which we added last week, so you can update the Filters plugin and give it a try.
Thanks
.nivoSlider {
position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
margin-bottom:10px;
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
border-radius: 5px !important;
overflow: hidden !important;
}
.nivoSlider {
position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
margin-bottom:10px;
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
overflow: hidden !important;
}
.theme-store1 .nivoSlider {
border-radius: 5px !important;
}
.theme-store2 .nivoSlider {
border-radius: 3px !important;
}
//SEO sitemap page
[NopHttpsRequirement(SslRequirement.No)]
public ActionResult SitemapSeo()
{
if (!_commonSettings.SitemapEnabled)
return RedirectToRoute("HomePage");
string siteMap = _sitemapGenerator.Generate();
return Content(siteMap, "text/xml");
}