Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Not Work When Linked Against jQuery >=1.8.3 #2

Open
jordanyee opened this issue Mar 6, 2013 · 2 comments
Open

Does Not Work When Linked Against jQuery >=1.8.3 #2

jordanyee opened this issue Mar 6, 2013 · 2 comments

Comments

@jordanyee
Copy link

The calculator does not display anything after clicking 'Calculate shipping'.

The console reports:
TypeError: 'undefined' is not a function (evaluating 'template.tmpl(response)')

Steps to reproduce:

  1. Link against jQuery >= 1.8.3
  2. Visit page with shipping calculator.
  3. Enter Province, Country, and Zip/Postal Code.
  4. Click 'Calculate shipping'.
@jordanyee
Copy link
Author

Actually, I have no idea what caused that console error. It did work after I linked it against jQuery 1.7.2, but then it randomly stopped and started generating the same error again.

Seems like I'm experiencing the same strange bug as in this forum post: http://ecommerce.shopify.com/c/ecommerce-design/t/resolved-shipping-calculator-115709

@maherelaridi
Copy link

Was getting the same error as @jordanyee. Tried your solution, it works! thanks

{{ 'http://code.jquery.com/jquery-1.7.2.min.js' | script_tag }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants