We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I get this error Countries.updateProvinceLabel is not a function
Countries.updateProvinceLabel is not a function
seemingly on line 3403
3403
from here:
return _init = function() { new Shopify.CountryProvinceSelector("address_country","address_province",{ hideElement: "address_province_container" }); var e = jQuery("#address_country") , t = jQuery("#address_province_label").get(0); "undefined" != typeof Countries && (Countries.updateProvinceLabel(e.val(), t), e.change(function() { Countries.updateProvinceLabel(e.val(), t) })),
I assumed it was because I running an old version of jQuery, however the error persists when I upgraded it to 1.7
1.7
other than that, everything seems fine - html/liquid wise, it's just failing on load. the code is running, after jquery has been called
The text was updated successfully, but these errors were encountered:
@carolineschnapp Same problem for me ☹️ Can you help ?
Sorry, something went wrong.
No branches or pull requests
Hi there,
I get this error
Countries.updateProvinceLabel is not a function
seemingly on line
3403
from here:
I assumed it was because I running an old version of jQuery, however the error persists when I upgraded it to
1.7
other than that, everything seems fine - html/liquid wise, it's just failing on load. the code is running, after jquery has been called
The text was updated successfully, but these errors were encountered: