printf('<label for="shipping_method_%1$s_%2$s">%3$s</label>',$index,esc_attr(sanitize_title($method->id)),wc_cart_totals_shipping_method_label($method));// WPCS: XSS ok.
echowp_kses_post(apply_filters('woocommerce_shipping_may_be_available_html',__('Enter your address to view shipping options.','woocommerce')));
elseif(!is_cart()):
echowp_kses_post(apply_filters('woocommerce_no_shipping_available_html',__('There are no shipping options available. Please ensure that your address has been entered correctly, or contact us if you need any help.','woocommerce')));
else:
// Translators: $s shipping destination.
echowp_kses_post(apply_filters('woocommerce_cart_no_shipping_available_html',sprintf(esc_html__('No shipping options were found for %s.','woocommerce').' ','<strong>'.esc_html($formatted_destination).'</strong>')));
$calculator_text=__('Enter a different address','woocommerce');