Hi Razvan,
Please add the following snippet to your child theme’s functions.php file
add_filter( 'woo_variation_swatches_global_ajax_variation_threshold_max', 'woo_variation_swatches_global_ajax_variation_threshold_max_edit', 10, 2 );
function woo_variation_swatches_global_ajax_variation_threshold_max_edit( $size, $product ){
return 700;
}
You can also use the Code Snippets plugin to add it.
Let me know if this helps resolve the issue.
Thank You
Not in stock products
Razvan Ursu
some products which are not in stock are not displayed with cross (like how is set in settings) and after selected products says is not in stock. I ve noticed that this happen for products which have more variations, for the rest with less variations is working OK.