diff --git a/templates/cart/cart.php b/templates/cart/cart.php index 60ade93b627..9c880f1aaf0 100644 --- a/templates/cart/cart.php +++ b/templates/cart/cart.php @@ -74,7 +74,7 @@ do_action( 'woocommerce_before_cart' ); ?> ?> - + is_visible() ) { echo apply_filters( 'woocommerce_cart_item_name', $_product->get_title(), $cart_item, $cart_item_key ) . ' '; @@ -92,13 +92,13 @@ do_action( 'woocommerce_before_cart' ); ?> ?> - + cart->get_product_price( $_product ), $cart_item, $cart_item_key ); ?> - + is_sold_individually() ) { $product_quantity = sprintf( '1 ', $cart_item_key ); @@ -115,7 +115,7 @@ do_action( 'woocommerce_before_cart' ); ?> ?> - + cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key ); ?>