- 🇸🇰Slovakia poker10
+1 for this patch and the configuration option. It is important to display such information to the Customer, otherwise it can cause confusion (why are payment methods missing?, what I have selected?, etc..).
- 🇮🇹Italy kopeboy Milan
Yep, seconding this as well.
In my case with bank transfer payment the user has no instructions before having completed the checkout, which is very confusing.
- 🇺🇸United States aasarava San Diego
+1 for the patch. This makes a lot of sense, especially if you're using something like PayPal as a gateway, which takes care of accepting payment via PayPal, Venmo, credit card, etc. Those aren't set up as multiple gateways -- it's all a single gateway as far as Commerce is concerned.
- 🇬🇧United Kingdom joehuggans Harrogate, UK
Tested this and it works well for me. Thanks
- 🇨🇿Czech Republic Xperd
function MODULE_NAME_form_alter(&$form, \Drupal\Core\Form\FormStateInterface\FormStateInterface $form_state, $form_id) { if (isset($form['payment_information']) and (isset($form['payment_information']['payment_method']))) { $form['payment_information']['payment_method']['#access'] = true; } }
- 🇨🇿Czech Republic Xperd
What needs to be done with the patch?
Customer must see available payment gateway, even if there is only one.
- Merge request !435Issue #2907504 by jsacksick, flocondetoile: Provide a setting to allow... → (Merged) created by jsacksick
- 🇮🇱Israel jsacksick
Opened an MR against 3.0.x, patch had to be rerolled and made a few adjusments to it. If the tests are green, I'll commit the change.
-
jsacksick →
committed fb86b2c2 on 3.0.x
Issue #2907504 by jsacksick, flocondetoile: Display payment method in...
-
jsacksick →
committed fb86b2c2 on 3.0.x
- 🇮🇱Israel jsacksick
@flocondetoile: Committed the rerolled patch, thank you! 🎉
Automatically closed - issue fixed for 2 weeks with no activity.