Hi, I add a new user in the backend and fill up the billing fields. So, I input the field option already for the billing state. However, in the billing edit address page, the billing state dropdown field still shows “select an option”, not the option I’ve already selected.
The billing state option I select in the user edit page just updates somewhere else, for example, if you go to my-account/edit-address
, you will see it shows the state option I’ve selected or it will show up with this echo get_user_meta(get_current_user_id(), 'billing_state'
, true );. However, if you try to finish the checkout, you will be prompted with the massage to select a billing state option first.
Woocommere support says this is commonly caused by theme and plugin conflict. However, I even install a fresh wordpress on my subdomain and only woocommerce is activated. And I use Store Font theme but the result is still the same. So, I want to ask you if you find this issue at your end or not.