Closed jerry-shopcommerce closed 6 years ago
Hi Jerry,
Thank you for sharing this with us. Just tried to reproduce this but i am able to change the address with no problem. Are there any other steps i need to do? I added a Belgium address and then went to the edit address page to change the address, this is working as i suspected.
What i will do is my colleague developer have a look at this.
Kind regards,
Jasper TIG
Hi Jerry,
My colleagues found out about this issue as well a few days ago. They fixed it for the new 1.15.5 release which will be released soon.
Thanks again for letting us know!
Kind regards,
Jasper TIG
Submitting issues trough Github
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: https://tig.nl/postnl-magento-extensies/
Issues with outdated version will be rejected.
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I encountered an issue where a customer (from belgium) could not change his/her address in the
customer/address/edit/
page.the reason: postcodecheck.js was looking at harcoded
shipping:country_id
which does not exist on this page.After examination of the code i noticed that at line 100 of
/master/skin/frontend/base/default/js/TIG/PostNL/postcodecheck.js
there is a check if the variablecountryField
is null and on line 102 the code tries to use this variable.Next on line 106 the code is looking at the hardcoded element identifier.
I currently fixed this as follows:
Thanks in advance
TIG supportdesk
On Github we will respond in English even when the question was asked in Dutch.