PAS wrote:I found one more bug. It is in the Specifications Filter. When I check some specification it works fine, but if I uncheck this or use "Clear" button, it raise an error. I can see in browser "Loading page failed". I also can see in Visual Studio an Argument Exception. I get it in Extensions.cs file in a string: "var result = acquire();". How to fix this?
Hi PAS,
I don't think your previous problem was a real bug.
About the issue you have now, it seems to be some caching issue in nopCommerce.
This file Libraries\Nop.Core\Caching\Extensions.cs contains the caching extension methods in nopCommerce. We haven't had such an issue in all our demo store (all of them have the Ajax Filters enabled) i.e
http://demos.nop-templates.com/laptops. Can you reproduce it on your machine or it is some sporadic problem you have had only once?
Maybe it is related to the caching and the Clear Cache task in nopCommerce.
Have you received this error before without using the Ajax Filters?
Thanks