Big problem - viewing of the price is wrong

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
HI. I have a big problem. Please. Check this out. http://62.197.213.15/error.png

Is order process with screenshots
12 years ago
nordic wrote:
HI. I have a big problem. Please. Check this out. http://62.197.213.15/error.png

Is order process with screenshots


What payment method are you using?
12 years ago
skyler.severns wrote:
HI. I have a big problem. Please. Check this out. http://62.197.213.15/error.png

Is order process with screenshots

What payment method are you using?


cash on delivery
12 years ago
nordic wrote:
HI. I have a big problem. Please. Check this out. http://62.197.213.15/error.png

Is order process with screenshots

What payment method are you using?

cash on delivery


I found this error log right now.


No payment method found with the specified system name Parameter name: systemName
Celá správa:   System.ArgumentException: No payment method found with the specified system name Parameter name: systemName at Nop.Admin.Controllers.PaymentController.ConfigureMethod(String systemName) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
12 years ago
I presume that you made some changes to the application and order totals are not saved during order placement. Do you have an opportunity to debug OrderProcessingService.PlaceOrder(...) method and see what values are set?
12 years ago
a.m. wrote:
I presume that you made some changes to the application and order totals are not saved during order placement. Do you have an opportunity to debug OrderProcessingService.PlaceOrder(...) method and see what values are set?


Steps from my debugging. :(

http://i.dogportal.sk/?di=7TK9

http://i.dogportal.sk/?di=6AS3
12 years ago
Have you done any changes to the source code (OrderProcesingService.PlaceOrder method)? If yes, can you post your entire solution somewhere so I can download and have a look at it?
12 years ago
a.m. wrote:
Have you done any changes to the source code (OrderProcesingService.PlaceOrder method)? If yes, can you post your entire solution somewhere so I can download and have a look at it?


I send you private messages with zip the solution and connection string to our database. thank you very much.
12 years ago
After debugging the application I see that you did not specify exchange rate of your currency. It's set to 0. Set it to 1 if it's the only currency you use

P.S. Don't forget to change your database password.
12 years ago
a.m. wrote:
After debugging the application I see that you did not specify exchange rate of your currency. It's set to 0. Set it to 1 if it's the only currency you use

P.S. Don't forget to change your database password.


Thank you very much. I love nopCommerce. Never want to change. this is the best system for me. :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.