nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.19k stars 5.27k forks source link

at checkout didn't show payment info #3396

Closed andysheu77 closed 5 years ago

andysheu77 commented 5 years ago

1.nopCommerce version: 4.0

  1. Expected behavior show payment info
  2. Actual behavior didn't show
  3. Steps to reproduce the problem Disable "Billing address" step = true ShippingRequired = false BypassPaymentMethodSelectionIfOnlyOne = true PaymentMethods.Count == 1 then payment info directly into first step.
  4. Any private modifications you made to your nopCommerce no
DmitriyKulagin commented 5 years ago

@andysheu77 In the current version is not reproduced. But I checked how it works in version 4.0 and it turned out that the "Billing address" is in the first step. The decision was here.