-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Zip code Netherlands should allow zipcode without space #11898
Comments
@sschurink, thank you for your report. |
Working on it |
Hi @sschurink |
Hai Ievgen,
That is indeed the official way to write it however due to evolving internet forms it is now also an accepted way to add no space between them.
So unofficially both formats are widely accepted in the Netherlands as correct formats.
And we would like to provide that service also without giving a warning box for a correct postal code (in the eyes of almost all Dutch citizens).
Thanks for checking this though!
Van: Ievgen Shakhsuvarov [mailto:notifications@github.com]
Verzonden: vrijdag 3 november 2017 10:56
Aan: magento/magento2 <magento2@noreply.github.com>
CC: Sandra Schurink <sschurink@999games.nl>; Mention <mention@noreply.github.com>
Onderwerp: Re: [magento/magento2] Zip code Netherlands should allow zipcode without space (#11898)
Hi @sschurink<https://github.com/sschurink>
According to this information from the post.nl website<https://www.postnl.nl/en/mail-and-parcels/parcels/addressing-tips/> it is recommended to separate postal code digits and letters with a space.
Do you have any additional information on this?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#11898 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AcQjTB-WU75IvZIVv91UzS0LVEL59yqEks5syuM8gaJpZM4QMmFb>.
|
@sschurink Thank you for the update. |
Internal ticket to track issue progress: MAGETWO-83195 |
Internal ticket to track issue progress: MAGETWO-83194 |
The issue has been fixed in 2.2-develop branch and will be available with 2.2.2 release |
Internal ticket to track issue progress: MAGETWO-83196 |
Issue
Zip code validation warning on adresses from Netherlands.
Current validation is 1234 AA
This should also allow zipcode without space 1234AA
Preconditions
On all 2.* versions including development branch.
Steps to reproduce
go to cart or checkout, select Netherlands and insert postal code 1234AA
Expected result
No warning
Actual result
Zipcode gives warning
Solution (completely written out, just copy and paste!)
Replace zip countrycode NL with:
in /app/code/Magento/Directory/etc/zip_codes.xml
The text was updated successfully, but these errors were encountered: