Yes and it works until i add Specific postcodes. I have seen this question asked before in forums but never answered with anything usefull, always (like your answer, i′m sorry to say) replies like have you done this and that trivial things. I think problem is in woocommerce code but i cant figure out where to make the “correct” code change that solves the problem. Anyway i made a hack code change that works for me by adding “if(!$package[‘destination’][‘postcode’]) $package[‘destination’][‘postcode’] = get_option( ‘woocommerce_store_postcode’ ); ” in class-wc-shipping.php “public function load_shipping_methods” but that is for sure not the correct way to solve this problem