'.__('Please fill in your details above to see available shipping methods.', 'woothemes').'
';
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.', 'woothemes').'
';
endif;
endif;
?>
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->tax->get_rate_label( $key ); ?>
cart->get_cart_subtotal( true ); ?>
cart->taxes as $key => $tax) : if (!$woocommerce->cart->tax->is_compound( $key )) continue;
?>
cart->tax->get_rate_label( $key ); ?>
cart->get_cart_tax(); ?>
cart->get_discounts_after_tax()) : ?>
-cart->get_discounts_after_tax(); ?>
cart->get_total(); ?>
customer->is_customer_outside_base()) :
$estimated_text = ' ' . sprintf(__('(for %s)', 'woothemes'), $woocommerce->countries->estimated_for_prefix() . __($woocommerce->countries->countries[ $woocommerce->countries->get_base_country() ], 'woothemes') );
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.', 'woothemes'), $estimated_text );
?>