[Plugin: WooCommerce] Can't select shipping 'State' during checkout
-
Hello all,
I have set up a store with WooCommerce, but I’m having trouble with one thing. On my checkout page, when I try to select the shipping State, the drop down changes into a text input field and users are not able to select their state.
Upon closer inspection, I see that there are two fields for selecting the state. One is set to display:none; (the one that works). I can only assume that somewhere in the theme there is a javascript function that is injecting this troublesome code. Unfortunately, javascript is not my strong suit..
The two fields being rendered:
<select name="billing_state" id="billing_state" class="state_select chzn-done" autocomplete="no" placeholder="State / County" style="display: none;">
<div id="billing_state_chzn" class="chzn-container chzn-container-single" style="width: 221px;" title="">
Does anyone have any idea how I can fix this problem?
Thank you all in advance!
- The topic ‘[Plugin: WooCommerce] Can't select shipping 'State' during checkout’ is closed to new replies.