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.
Hace 12 años
HI. I have a big problem. Please. Check this out. http://62.197.213.15/error.png

Is order process with screenshots
Hace 12 años
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?
Hace 12 años
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
Hace 12 años
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)
Hace 12 años
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?
Hace 12 años
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
Hace 12 años
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?
Hace 12 años
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.
Hace 12 años
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.
Hace 12 años
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.