There is bug in the plugin (Advanced Request For Quote ). We are using the latest version, 1.19 in installation of NopCommerce 3.9 with several languages.
Steps to reproduce:
1. Open a form (/customerrequest)
2. Try to submit a form with empty fields - after postback it displays validation errors.
3. Change the language.
This results in error:
"
The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult RFQForm(Int32, Int32)' in 'FoxNetSoft.Plugin.Misc.RFQ2.Controllers.RFQReadController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
Parameter name: parameters
"
Same happens when the URL is opened directly
/customerrequest
As I see it, the the problem happens because the URL is called without
any parameters.
This should not cause an exception.