-
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 for Greece should not expect space #36676
Comments
Hi @cptX. Thank you for your report.
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
For more details, review the Magento Contributor Assistant documentation. Add a comment to assign the issue: To learn more about issue processing workflow, refer to the Code Contributions.
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
Hi @engcom-Dash. Thank you for working on this issue.
|
Hi @cptX , We are trying to reproduce the issue in 2.4.5 Magento instance its reproducible and we are confirming the issue. Let us know if we missing anything!!! |
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Once all required labels are present, please add |
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Once all required labels are present, please add |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-7551 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Dash. Thank you for verifying the issue. |
Thank you for focusing on this issue so quickly! |
@magento I am working on this |
Preconditions and environment
2.4.5
Steps to reproduce
Go to cart or checkout, select Greece and insert postal code 12345
Expected result
No warning
Actual result
Zipcode gives warning
Additional information
Solution (completely written out, just copy and paste!)
Replace zip countrycode NL with:
in /app/code/Magento/Directory/etc/zip_codes.xml
Release note
I'm 41 years old and I have never seen anyone write a zip code with a space in between here in Greece.
So getting an error/warning during ZIP Code input is definitely frustrating!
I have seen that several other countries face the same problem with this validation. For Greece I can ensure you that everybody writes the Zip code like this 12345 and not 123 45.
Even if you check the wikipedia you will see that actually there is a categorization defined by the first 2 digits and not 3, so in any case the current implementation is wrong. As far as I know everybody writes all 5 digits together. You can check this also here which gives a list with all zip codes and they give them as continues 5 digit numbers.
I would like also to reference this issue which is similar and with the same solution.
#11898
Triage and priority
The text was updated successfully, but these errors were encountered: