if ( in_array( $product->get_type(), array( 'variable', 'grouped' ) ) ) {

            // Variable and grouped products have no prices.
            $product->set_regular_price( '' );
            $product->set_sale_price( '' );