carolineschnapp / shipping-calculator

To use in Shopify to add a shipping rates calculator to the cart page. Requires jQuery.
http://wiki.shopify.com/Adding_a_Shipping_Rates_Calculator_to_your_Cart_Page
61 stars 42 forks source link

Fixed an issue when using jQuery.noConflict #1

Closed barranger closed 7 years ago

barranger commented 11 years ago

There was a single location where the code was using the short form $ instead of jQuery. This can cause issues when dealing with a theme that uses jQuery.noConflict mode.