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(); ?> cart->get_item_data( $values ); // Backorder notification if ($_product->backorders_require_notification() && $_product->get_total_stock()<1) echo '

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

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