get_error_message() );
endif;
woocommerce::show_messages();
if (sizeof(woocommerce_cart::$cart_contents)==0) :
echo '
'.__('Your cart is empty.', 'woothemes').'
';
return;
endif;
?>
-
'.__('Sorry, it seems that there are no available shipping methods to your location. Please contact us if you require assistance or wish to make alternate arrangements.', 'woothemes').'';
endif;
?>