Input string was not in a correct format.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.FormatException: Input string was not in a correct format.

Source Error:

Line 1281:                                                <tr>
Line 1282:                                                    <td colspan="2">
Line 1283:                                                        <%# string.Format(GetLocaleResourceString("Admin.OrderDetails.Products.Edit.CustomerCurrency"), ((Order)Eval("Order")).CustomerCurrencyCode)%>
Line 1284:                                                    </td>
Line 1285:                                                </tr>


Source File: c:\Users\HaiQuan\Downloads\Compressed\nopCommerce_1.90_Source\NopCommerceStore\Administration\Modules\OrderDetails.ascx    Line: 1283
13 years ago
Please go to Admin area > Content Management > Localization. Find 'Admin.OrderDetails.Products.Edit.CustomerCurrency' resource name. What is the value of this resource set to? Ensure that the value is set to 'In customer currency - {0}'.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.