Close

InvalidOperationException: The partial view '_ButtonPaymentMethod' was not found.

InkForm
6 years ago
#14485 Quote
Avatar
  • 3
If I put an item in my cart and then go to the cart, I get the following error: InvalidOperationException: The partial view '_ButtonPaymentMethod' was not found. The offending line can be removed from Components > OrderSummary > Default.cshtml, but I believe that also removes my alternate payment method buttons. Any help is appreciated. 
anton_ivanov
6 years ago
#14487 Quote
Avatar
  • Moderator
  • 277
Hello,

There is no such view in our theme, or default clean theme. The nopCommerce application searches for such a view to display a button for a payment method on the checkout. It seems that the payment method you are using is missing that view.

Can you submit a ticket with information on what payment methods you are using?
Regards,
Anton Ivanov
Nop-Templates.com
InkForm
6 years ago
#14488 Quote
Avatar
  • 3
No need. I removed the offending call. The call was there on line #311 of the version of Uptown. The latest version has been downloaded and it's been removed in favor of the working @await Component.InvokeASync(pm). I appreciate your help.