amschaal / django-ezreg

4 stars 3 forks source link

Problem in step before payment processing #163

Closed tobigithub closed 3 years ago

tobigithub commented 3 years ago

HI, when using Chrome 84.x the payment selection (free/credit card) buttons do not toggle back. Both options are visually activated, that is of course bogus. Only one button should be activated at any given time. Happens, when selecting option one, then two and then one again.

image

Best Tobias

amschaal commented 3 years ago

The forms always processed properly, and ignored payment method if the price was ZERO. However, this could be confusing still thinking a payment method is necessary when registration is free. I added some javascript hackery to make this dynamically hide payment method if the price is ZERO. I should put it into production sometime next week.