|
-
',
(int) $index, esc_attr( sanitize_title( $method->id ) ), esc_attr( $method->id ), checked( $method->id, $chosen_method, false ), wp_kses_post( wc_cart_totals_shipping_method_label( $method ) ) );
do_action( 'woocommerce_after_shipping_rate', $method, $index );
?>
', (int) $index, esc_attr( $method->id ), wp_kses_post( wc_cart_totals_shipping_method_label( $method ) ) );
do_action( 'woocommerce_after_shipping_rate', $method, $index );
?>
customer->has_calculated_shipping() ) : ?>
' . esc_html( $package_details ) . ''; ?>
|