Hi Pasquale,
Please add the following snippet to your child theme’s functions.php file. You can also use the Code Snippets plugin to add it.
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;
}
Let me know if this helps resolve the issue.
Thank You
Variable product presentation
Pasquale Scafa
I have a problem in showing variable product in product page. In details, I require that unavailable variations are obsured and I see only available products. You can see what I said in the image below. I specify that I have a products with more than 300 variations.
Waiting for your reply, thanks in advance.