-
Notifications
You must be signed in to change notification settings - Fork 13
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
jquery/validator missing in autofill.js #71
Comments
Hello, Sure, this fix looks correct to me. It makes sense to add because I can't confirm this problem however, the jQuery validator already exists at the address edit page in my local Magento installation (version 2.4.5-p1). But for some reason it's not loaded on your side. Thanks for reporting, I'll include the fix in the next release. |
Seems like this is fixed in 3.1.11 |
Hi,
I was trying to use the postcode check on the customer change address form, but the autofill.js module failed to load.
componentLoadingFail {component: 'Flekto_Postcode/js/view/customer/address/autofill'}
(Using version 3.1.9)When stepping in the code it appears the following line:
Is causing this exception:
Potential fix
After fiddling around a bit it seems the following change is fixing the problem for me:
in
autofill.js
change thisto
Can you confirm this problem and that this is the correct fix? Thanks!
The text was updated successfully, but these errors were encountered: