Thread Starter
azzido
(@azzido)
Yes, is it difficult to adapt it for the checkout page ?
Thread Starter
azzido
(@azzido)
I solved it:
In file class-wc-shipping.php:
I have commented out:
/*$states = WC()->countries->get_states( $country );
if ( is_array( $states ) && ! empty( $states ) && ! isset( $states[ $package[‘destination’][‘state’] ] ) ) {
return false;
}*/
Thread Starter
azzido
(@azzido)
Thank you for your reply but it does not work 🙁
What else can I do ?