diff --git a/templates/cart/cart.php b/templates/cart/cart.php index 4f215855520..32b38fbb543 100755 --- a/templates/cart/cart.php +++ b/templates/cart/cart.php @@ -90,6 +90,7 @@ do_action( 'woocommerce_before_cart' ); ?> 'input_name' => "cart[{$cart_item_key}][qty]", 'input_value' => $cart_item['quantity'], 'max_value' => $_product->backorders_allowed() ? '' : $_product->get_stock_quantity(), + 'min_value' => '0' ), $_product, false ); } @@ -148,4 +149,4 @@ do_action( 'woocommerce_before_cart' ); ?> - \ No newline at end of file +