joe_g Posted December 15, 2022 Share Posted December 15, 2022 Hi there, Clicking "proceed to confirmation" in the checkout reloads the page instead of going further. Debugging shows that "$response->errors" is not empty, it contains: Array ( [0] => shippingAddressCountry ) tx - j The form looks like such: 1 Link to comment Share on other sites More sharing options...
kongondo Posted December 15, 2022 Share Posted December 15, 2022 Hello @joe_g, 5 hours ago, joe_g said: Clicking "proceed to confirmation" in the checkout reloads the page instead of going further. Debugging shows that "$response->errors" is not empty, it contains: Array ( [0] => shippingAddressCountry ) Apologies. I updated demo-1 checkout form template file earlier but forgot to also update the template partial for customer details form. I have now fixed this. I will also need to fix those for demos 2 - 4 (inclusive). For info, please see the docs for allowed form inputs. Your 'country' <select> needs to have name='shippingAddressCountry'. 1 Link to comment Share on other sites More sharing options...
joe_g Posted December 16, 2022 Author Share Posted December 16, 2022 Great, thanks - now it works! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now