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->get_cart_tax() ) : $taxes = $woocommerce->cart->get_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; endif; if ($tax==0) continue; ?> cart->prices_include_tax) : ?> $tax) : if (!$woocommerce->cart->tax->is_compound( $key )) continue; if ($tax==0) 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 ) { $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, $_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->prices_include_tax) : echo $woocommerce->cart->get_total_ex_tax(); else : echo $woocommerce->cart->get_total(); endif; ?>

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() ]); ?>