You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the show_hide_address_fields checkbox isn't loaded in the frontend, if that setting is turned on in the backend. Best tested with an incognito browser. The following errors are shown in the console:
jQuery. Deferred exception: Cannot read properties of undefined (reading 'show_hide_address_fields') TypeError:
Cannot read properties of undefined reading show hide address fields")
jquery.]s:4050
at UiClass.initialize xxxx/nl NL/FlektoPostco de/js/form/element/house-number-select.js:18:31)
at UiClass.initialize (xxx/nL NL/mage/utils/wrapper.js:109:34)
jQuery. Deferred exception: Cannot read properties of undefined (reading 'show _hide_address_fields') TypeError:
jquery.js: 4050
Cannot read properties of undefined (reading 'show hide address fields")
at UiClass.initialize (https://xxx/nl NL/Flekto Postcode/js/form/element/address-autofill-field.js:17:31)
at UiClass. initialize (https://xxx/nl_NL/mage/utils/wrapper. js: 109:34)
The text was updated successfully, but these errors were encountered:
No success with reproducing this issue so far. If you have a staging environment with this bug where we can take a look, please contact Postcode.nl and we'll check it out.
I've also encountered this issue. The way I reproduced it was to go through the entire checkout process, during payment click cancel to go back to the shop, and navigate back to the checkout.
With these steps, I've managed to reproduce it 100% of the times.
Sometimes the
show_hide_address_fields
checkbox isn't loaded in the frontend, if that setting is turned on in the backend. Best tested with an incognito browser. The following errors are shown in the console:The text was updated successfully, but these errors were encountered: