get_error_message() ); endif; woocommerce::show_messages(); if (sizeof(woocommerce_cart::$cart_contents)==0) : echo '

'.__('Your cart is empty.', 'woothemes').'

'; return; endif; ?>
0) : foreach (woocommerce_cart::$cart_contents as $cart_item_key => $values) : $_product = $values['data']; if ($_product->exists() && $values['quantity']>0) : ?>
× '; endif; ?> get_title(), $_product); ?> get_price()); ?>
get_price()*$values['quantity']); ?>

-
'.__('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; ?>