diff --git a/includes/wc-template-functions.php b/includes/wc-template-functions.php index 3d13b869fe1..6029d13b8b8 100644 --- a/includes/wc-template-functions.php +++ b/includes/wc-template-functions.php @@ -974,7 +974,7 @@ if ( ! function_exists( 'woocommerce_grouped_add_to_cart' ) ) { wc_get_template( 'single-product/add-to-cart/grouped.php', array( 'grouped_product' => $product, - 'grouped_products' => array_filter( array_map( 'wc_get_product', $product->get_children() ), 'wc_products_array_filter_visible' ), + 'grouped_products' => array_map( 'wc_get_product', $product->get_children() ), 'quantites_required' => false, ) ); }