Closed hd-jeroen closed 1 year ago
Hi @jeroen-dhm ,
I have set up a new Magento with the same versions you are using and tried it multiple times, in my browser but also on mobile because the screenshot was mobile. But I cannot reproduce this, and we haven't heard this before that is happens with existing postcodes + house numbers. If it is steady reproducible on your environment we would like to investigate this further in your environment, could you mail us at support@tig.nl, so we can investigate the issue further.
Have a great day, Jeffrey
Hi @tig-jeffreybranderhorst,
I have sent an e-mail, but I haven't heard back yet.
For now I have found out that it has got something to do with autocomplete on Android phones. The autocomplete feature adds a trailing space to the postcode, which isn't being trimmed out when validating.
Any updates on fixing this validation bug?
Hey @jeroen-dhm ,
Did you receive an issue number from the support system? Thank you for the update, I will talk about the android bug with the team and come back with an answer.
Have a great day, Jeffrey
Hi @jeroen-dhm ,
I have created a backlog issue for the autocomplete bug to see if we can fix this. Thank you again for submitting.
Have a great day, Jeffrey
Hi @jeroen-dhm ,
We just released a new version, and we fixed this issue in that version. If you still got question after updating the extension, don't hesitate to contact us at support@tig.nl
Have a great day, Jeffrey
To Reproduce Steps to reproduce the behavior:
Expected result A valid postcode should always return a street and city and place them in the corresponding field. The address and city fields should become visible for the end user.
Actual result No address is being returned and an error is being displayed, telling the end user that the address is invalid and they have to manually enter an address. The street field is visible, but the city fields stays hidden.
After changing the postcode (for example from lowercase to uppercase) a second check is done, which does return a street and city. The street field is being field with the data returned from the API, but the city field stays hidden.
When going to the payment step, the city is empty as well, rendering an error for the user.
Workaround None
Screenshots
Please complete the following information
Additional information
In some cases the module returns a PHP error. However, these error do seem related to the problem, since they don't happen at the same moment the end user is in the checkout. I'm still including the error here, because maybe this is still related.