show_messages(); ?>
cart->get_cart())>0) : foreach ($woocommerce->cart->get_cart() as $cart_item_key => $values) : $_product = $values['data']; if ($_product->exists() && $values['quantity']>0) : ?>
× get_image(); ?> get_title(), $_product); ?> cart->get_item_data( $values ); // Backorder notification if ($_product->backorders_require_notification() && $_product->get_total_stock()<1) echo '

'.__('Available on backorder.', 'woocommerce').'

'; ?>
get_price_excluding_tax() ), $values, $cart_item_key ); else : echo apply_filters('woocommerce_cart_item_price_html', woocommerce_price( $_product->get_price() ), $values, $cart_item_key ); endif; ?>
cart->get_product_subtotal( $_product, $values['quantity'] ) ; ?>
nonce_field('cart') ?>