shipping->get_available_shipping_methods(); ?>
shipping->enabled || $available_methods || !$woocommerce->customer->get_shipping_country() || !isset($_SESSION['calculated_shipping']) || !$_SESSION['calculated_shipping'] ) : ?>

cart->get_discounts_before_tax()) : ?> cart->needs_shipping()) : ?> cart->get_cart_tax()) : if (isset($woocommerce->cart->taxes) && sizeof($woocommerce->cart->taxes)>0) : $has_compound_tax = false; foreach ($woocommerce->cart->taxes as $key => $tax) : if ($woocommerce->cart->tax->is_compound( $key )) : $has_compound_tax = true; continue; endif; ?> cart->prices_include_tax) : ?> cart->taxes as $key => $tax) : if (!$woocommerce->cart->tax->is_compound( $key )) continue; ?> cart->get_discounts_after_tax()) : ?>
cart->get_cart_subtotal(); ?>
-cart->get_discounts_before_tax(); ?>
0) : echo ''; else : if ( !$woocommerce->customer->get_shipping_country() || !$woocommerce->customer->get_shipping_state() || !$woocommerce->customer->get_shipping_postcode() ) : echo '

'.__('Please fill in your details above 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').'

'; endif; endif; ?>
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()) : $estimated_text = ' ' . sprintf(__('(for %s)', 'woocommerce'), $woocommerce->countries->estimated_for_prefix() . __($woocommerce->countries->countries[ $woocommerce->countries->get_base_country() ], 'woocommerce') ); else : $estimated_text = ''; endif; echo sprintf(__('Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.', 'woocommerce'), $estimated_text ); ?>

customer->get_shipping_state() || !$woocommerce->customer->get_shipping_postcode()) : ?>countries->countries[ $woocommerce->customer->get_shipping_country() ]); ?>