Hi everybody. I'm from one week in Solidus. I'm tr...
# support
b
Hi everybody. I'm from one week in Solidus. I'm trying to build a store to sell in France (only in France by the moment). Now I'm blocked in the checkout process. When I try to test the checkout, I get always the same message: • Billing address state can't be blank • Shipping address state can't be blank Can anyone tell me where can I find information about this? Thanks in advance.
1
k
Can you please give some more information? How are you filling the address form?
b
Thanks @kennyadsl. I'm filling the form by hand with a real french address. I'll upload an screenshot.
And this is my Zones setting;
This is my rails server log;
Copy code
Processing by CheckoutsController#update as HTML
  Parameters: {"authenticity_token"=>"[FILTERED]", "order"=>{"email"=>"<mailto:juliovich@protonmail.ch|juliovich@protonmail.ch>", "bill_address_attributes"=>{"name"=>"Der Mij", "address1"=>"35, Allée des pins de la ruade ", "address2"=>"", "city"=>"Gujan", "country_id"=>"75", "state_id"=>"", "zipcode"=>"33470", "phone"=>"0787149989"}, "use_billing"=>"1", "ship_address_attributes"=>{"name"=>"Der Mij", "address1"=>"35, Allée des pins de la ruade 33470 Gujan", "address2"=>"", "city"=>"Gujan", "country_id"=>"75", "state_id"=>"", "zipcode"=>"33470", "phone"=>"0787149989"}}, "commit"=>"", "save_user_address"=>"1", "state"=>"address"}

Note that the state_id parameter is nil.
k
Yep, for some reasons the state input is not shown in the form, but apparently France needs a state
Can you please open an issue on the main repository with all the details? We will take a look as soon as possible
b
OK. Thanks!
So, by the moment, I can not use Solidus to sell in France? Or can I add the "state_id" in the form?
k
I’m sure there’s a quick workaround but I’m not working right now
Did you check the js console?
b
Hi @kennyadsl. It's solved. It was a problem of my admin panel configuration. I don't know what was the problem but I have created a new Rails app and it works fine. Thank you for your help and sorry for the inconvenience.