mollie / gambio

BSD 2-Clause "Simplified" License
4 stars 5 forks source link

Radio buttons in iDeal and CBC/KBC lists highlight the payment method before one is chosen #32

Closed tilmanbremer closed 3 years ago

tilmanbremer commented 3 years ago

I updated the plugin today to 2.0.6 to fix issue #15. Gambio is now on 4.3.3.0.

It works now, so first of all, thanks a lot for the fix and the quick response! But, I have another issue, unfortunately. If the banks are displayed as radio buttons, the first will be selected automatically. That causes the list to expand and the payment method to appear colored, as if the payment method as a whole was chosen (in my case, that is the main shop color red). As CBC/KBC and iDEAL use the same list type, the last of the two that appears on the page will be expanded and highlighted red, in my case that is CBC/KBC.

This is how it looks: grafik

As a workaround, I set both payment methods back to lists for now.

logeecom commented 3 years ago

Hi @tilmanbremer,

The problem was with preselecting the first issuer from the list, so we have removed the preselection, and on form submit we have added check if the issuer is selected in case of the method which supports the issuer list is active. If no, the customer will not be able to proceed with the checkout and the error message will be displayed.

This fix will be available in the next plugin release next week.

Best regards.

logeecom commented 3 years ago

Hi @tilmanbremer,

We have released the changes.

Please update the plugin to the latest version for Gambio 4.1: https://github.com/mollie/gambio/releases/tag/v2.0.7

Best regards.