Hi Деян,
Thanks for reaching out to us. You have lots of variation. So, I have added a plugin Code Snippets, and added the snippet “GetWooPlugins Support Threshold”
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;
}
Please check now and let me know if it resolves your issue or not.
Thank You
Variation Swatches For WooCommerce PRO – HIDE unavailable options problem
Деян Проданов