Grouped Product conflict with input args
-
add_filter( 'woocommerce_quantity_input_args', array( $this, 'woa_woocommerce_quantity_input_args' ), 10, 2 );
This is automatically adding 1 default qty to single grouped product page.
So all associated grouped products have 1 default qty and our users have to set to 0 individually among 50 products in group.can you handle this feature individually please? I am not why this filter is used but for the group products, its really conflict.
- The topic ‘Grouped Product conflict with input args’ is closed to new replies.