jeffharrell / minicart

The minicart is a great way to improve your PayPal shopping cart integration.
MIT License
501 stars 209 forks source link

getElementsByClassName not supported on IE8 #226

Closed conorjpower closed 10 years ago

conorjpower commented 10 years ago

Hi, the method getElementsByClassName is not supported on IE and causes an error in the addItem and changeItem methods. It doesn't prevent the user from continuing but thought we should point it out.

Conor

jeffharrell commented 10 years ago

Thanks Conor. I'm not sure how I didn't catch that before. It should probably just be querySelectorAll. Keeping this open until I can fix it.