shipping->get_available_shipping_methods(); ?>
shipping->enabled || $available_methods || ! $woocommerce->customer->get_shipping_country() || ! $woocommerce->customer->has_calculated_shipping() ) : ?>

cart->get_discounts_before_tax() ) : ?> cart->needs_shipping() && $woocommerce->cart->show_shipping() && ( $available_methods || get_option( 'woocommerce_enable_shipping_calc' ) == 'yes' ) ) : ?> cart->display_totals_ex_tax || ! $woocommerce->cart->prices_include_tax ) { if ( $woocommerce->cart->get_cart_tax() ) { $taxes = $woocommerce->cart->get_formatted_taxes(); if ( sizeof( $taxes ) > 0 ) { $has_compound_tax = false; foreach ( $taxes as $key => $tax ) { if ( $woocommerce->cart->tax->is_compound( $key ) ) { $has_compound_tax = true; continue; } ?> $tax ) { if ( ! $woocommerce->cart->tax->is_compound( $key ) ) continue; ?> cart->get_discounts_after_tax() ) : ?>
cart->get_cart_subtotal(); ?>
-cart->get_discounts_before_tax(); ?>
full_label = esc_html( $method->label ); if ( $method->cost > 0 ) { $method->full_label .= ': '; // Append price to label using the correct tax settings if ( $woocommerce->cart->display_totals_ex_tax || ! $woocommerce->cart->prices_include_tax || $woocommerce->customer->is_vat_exempt() ) { $method->full_label .= woocommerce_price( $method->cost ); if ( $method->get_shipping_tax() > 0 && $woocommerce->cart->prices_include_tax ) { $method->full_label .= ' '.$woocommerce->countries->ex_tax_or_vat(); } } else { $method->full_label .= woocommerce_price( $method->cost + $method->get_shipping_tax() ); if ( $method->get_shipping_tax() > 0 && ! $woocommerce->cart->prices_include_tax ) { $method->full_label .= ' '.$woocommerce->countries->inc_tax_or_vat(); } } } } // Print a single available shipping method as plain text if ( 1 === count( $available_methods ) ) { echo $method->full_label . ''; // Show multiple shipping methods } else { if ( get_option('woocommerce_shipping_method_format') == 'select' ) { echo ''; } else { echo '
    '; foreach ( $available_methods as $method ) echo '
  • id, $woocommerce->session->chosen_shipping_method, false) . ' />
  • '; echo '
'; } } // No shipping methods are available } else { if ( ! $woocommerce->customer->get_shipping_country() || ! $woocommerce->customer->get_shipping_state() || ! $woocommerce->customer->get_shipping_postcode() ) { echo '

' . __( 'Please fill in your details to see available shipping methods.', 'woocommerce' ) . '

'; } else { echo '

' . __( 'Sorry, it seems that there are no available shipping methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ) . '

'; } } ?>
cart->tax->get_rate_label( $key ); ?>
cart->get_cart_subtotal( true ); ?>
cart->tax->get_rate_label( $key ); ?>
cart->get_cart_tax(); ?>
-cart->get_discounts_after_tax(); ?>
cart->get_total(); ?> cart->display_totals_ex_tax && $woocommerce->cart->prices_include_tax ) { if ( $woocommerce->cart->get_cart_tax() ) { $tax_string_array = array(); $taxes = $woocommerce->cart->get_formatted_taxes(); if ( sizeof( $taxes ) > 0 ) { foreach ( $taxes as $key => $tax ) { $tax_string_array[] = sprintf( '%s %s', $tax, $woocommerce->cart->tax->get_rate_label( $key ) ); } } else { $tax_string_array[] = sprintf( '%s tax', $tax ); } if ( ! empty( $tax_string_array ) ) { ?>
cart->get_cart_tax() ) : ?>

customer->is_customer_outside_base() && ! $woocommerce->customer->has_calculated_shipping() ) ? sprintf( ' ' . __( ' (taxes estimated for %s)', 'woocommerce' ), $woocommerce->countries->estimated_for_prefix() . __( $woocommerce->countries->countries[ $woocommerce->countries->get_base_country() ], 'woocommerce' ) ) : ''; printf( __( 'Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.', 'woocommerce' ), $estimated_text ); ?>

cart->needs_shipping() ) : ?> customer->get_shipping_state() || ! $woocommerce->customer->get_shipping_postcode() ) : ?>

countries->countries[ $woocommerce->customer->get_shipping_country() ] ); ?>