tastyigniter / ti-ext-cart

A TastyIgniter extension that allows you to easily add a shopping cart to your site.
MIT License
8 stars 32 forks source link

Super minor bug fix for checkout payment radio buttons #88

Closed CupNoodles closed 9 months ago

CupNoodles commented 10 months ago

is(":checked") no longer works as you expect it to in recent jQuery - using attr("checked") here instead

How to Test

On the orange theme, if you have 2 or more payment methods, you'll see radio buttons on the left hand side of each one. On the main branch, clicking the labels succeeds in changing payment methods, but slightly annoyingly, clicking the radio button itself will not do anything.

This update should fix the behavior so that it matches what the code is trying to do.