Issue with checkout
-
I have used this code as a workaround for a checkout page bug that prevents shipping being calculated until a county is entered.
add_filter( 'woocommerce_get_country_locale', 'mp_change_locale_field_defaults'); function mp_change_locale_field_defaults($countries) { $countries['GB']['state']['required'] = true; return $countries; }
however when i change the country from uk to germany/france etc this field shows its label but no text box.
This makes payment progression impossible.
please help, this is a project ending issue.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Issue with checkout’ is closed to new replies.