i diploid the dashcommerce. when the site currency is USD or let us say Euro there is nothing that site works great. but when i change the main currency to TRY (Turkish lira, which is the target currency of the site), the bug appear! .in the ProductController.cs when the sql statement is appended when the
q.AddWhere(
"isApproved", 1); // statement related with reviews
statement is passed the system throw an exception that it is referenced to null. when i debug the system every thing work fine for the other languages.i created another product and try it and had the same thing, and i added a review and approved it and still have the same exception.
thank you for your help in advance