Hi!
Thank you so much!
I checked in my snippets and I had this:
function custom_remove_all_quantity_fields( $return, $product ) {return true;}
add_filter( ‘woocommerce_is_sold_individually’,’custom_remove_all_quantity_fields’, 10, 2 );
I deactivated it and now I can add as many variations as I like.
Thank you so much again!
Hanna
Thank you so much!!
This was it!
Great!!!!