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) : echo ' '; endif; endforeach; endif; do_action( 'woocommerce_shop_table_cart' ); ?>
× '; if ($values['variation_id'] && has_post_thumbnail($values['variation_id'])) echo get_the_post_thumbnail($values['variation_id'], 'shop_tiny'); elseif (has_post_thumbnail($values['product_id'])) echo get_the_post_thumbnail($values['product_id'], 'shop_tiny'); else echo 'Placeholder'; echo ' ' . apply_filters('woocommerce_cart_product_title', $_product->get_title(), $_product) . ' '.woocommerce_get_formatted_variation( $values['variation'] ).' '.woocommerce_price($_product->get_price()).'
'.woocommerce_price($_product->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; ?>