-
Notifications
You must be signed in to change notification settings - Fork 50
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
Missing province when create order #104
Comments
Could you, please, provide any more details? What exactly data you're passing? What is your store configuration? |
I face the same issue. |
I faced the same issue here is what I have done to make it work: Override the form template to use the @SyliusAdmin/Common/Form/_address.html.twig template for addresses forms
Import sylius province field
@Zales0123 do you think that this should be added as PR or just mentioned in the doc? |
Still facing the bug. If I choose a country on billing/shipping which have more than one province, it will not ask the user to choose a province, so after submitting the form, we got the error message "Please choose a province" but we're not able anymore to do it. |
Fix wrong argument order
When I create an order, I have a form error, there is no province for shipping and billing address
The text was updated successfully, but these errors were encountered: