-
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
State/Province field doesn't show as required on the add new address page. #5279
Comments
Hi @dcabrejasazagra , thanks for reporting this issue. I've created internal ticket MAGETWO-54785. Thanks, |
… on the add new address page. #5279 - fixing logic for mandatory labels and error cleanup when switching countries and updating region
…ETWO-54785-State-province-not-required-mainline [Fearless kiwis] MAGETWO-54785: [GitHub] State/Province field doesn't show as required on the add new address page. #5279
+1 is there a work around for this for the time being? |
General > Country Options > State Options > Allow to Choose State if It is Optional for Country |
…required on the add new address page. #5279 - applying changes from MAGETWO-54785 to 2.1
…ETWO-56962-State-province-not-required-2.1 Fixed issue: - MAGETWO-56962: CLONE - [GitHub] State/Province field doesn't show as required on the add new address page. #5279
This issue has been delivered to 2.1.3, 2.0.10 as well as 2.2.0 |
Magento 2.1.4 (updated from 2.0.8), problem still present. Steps to reproduce:
If you go on without filling state/province, it's impossible to complete the order: Screenshot If I go back to shipping details and I fill state/province field (which is not required) and I go on, order can be completed. I need an urgent workaround because my customer website is stuck. Setting state/province as required seems enough to solve this bug. |
same problem here on Mage 2.1.2 - pretty urgent as well. adding 'required' property to field using jQuery does not work.. |
Yeah same problem here with my e-commerce store in Magneto 2.1.4 (fresh install) I have specified "State" field as mandatory for my Country, but during checkout the customer is able to add address without the State as it is not shown as required in the address form (however, when customer has registered account and goes to add a new address from account settings, then 'State' is shown as required - go figure !!) During checkout it gives an "Error occurred on the server" error. When the State is provided in address the checkout goes thru. This basic issue needs to be fixed ASAP .. losing sales because of this ! Customer obviously does not know issue and abandons the transaction. Why is specifying "State" as mandatory not making it a required field in ALL the various address forms for customers Magento ?? |
still faceing same problm in magento 2.1.7 this error should solvee :/ |
Facing the same problem in 2.1.6 version. Error whenever the payment method is paypal. |
i'm faceing this issue also :( |
@vphat28 you can add this modul into ur site and add your state name then will be solve your problm |
Still in 2.1.8.... |
HI, facing same problem: on some 2.1.7 installations. Any suggestions on how to overcome? thanks everyone |
I'm having the same issue when selecting UK as the country. |
i'm faceing this issue also :(. any one have solution pls helps us |
Steps to reproduce
Expected result
Actual result
Observations
I have observed that this behaviour only happens when there is no values for the UK state/provinces in the database. This works for the US, I think because the US has predefined states stored in the database and when you select the US as the country, Magento changes the State/Province filed to be a select field and adds the red star next to its label.
Screenshots
2.Upon changing the country to the UK, the red star disappears, indicating the State/Province field is optional.
The text was updated successfully, but these errors were encountered: