cart->get_cart() ) > 0 ) { $i = 1; foreach ( $woocommerce->cart->get_cart() as $cart_item_key => $values ) { $_product = $values['data']; if ( $_product->exists() && $values['quantity'] > 0 ) { ?> class="alt">
   
get_image('shop_thumbnail', array('class' => '@image.classNames')), $values, $cart_item_key ); ?> @include("itemName") customer->is_vat_exempt() ? $_product->get_price_excluding_tax() : $_product->get_price(); echo apply_filters('woocommerce_cart_item_price_html', woocommerce_price( $product_price ), $values, $cart_item_key ); ?> is_sold_individually() ) { $product_quantity = sprintf( '1 ', $cart_item_key); } else { $data_min = apply_filters( 'woocommerce_cart_item_data_min', '', $_product ); $data_max = ( $_product->backorders_allowed() ) ? '' : $_product->get_stock_quantity(); $data_max = apply_filters( 'woocommerce_cart_item_data_max', $data_max, $_product ); $product_quantity = sprintf( '
', $cart_item_key, $data_min, $data_max, esc_attr( $values['quantity'] )); } echo apply_filters( 'woocommerce_cart_item_quantity', $product_quantity, $cart_item_key ); ?>
cart->get_product_subtotal( $_product, $values['quantity'] ), $values, $cart_item_key ); ?> cart->get_remove_url( $cart_item_key ) . '&_wp_http_referer=' . urlencode($woocommerce->cart->get_cart_url())); $title = __('Remove this item', 'woocommerce'); echo apply_filters( 'woocommerce_cart_item_remove_link', '', $cart_item_key ); ?>