Hi Lynnea,
Please add the following snippet to your child theme’s functions.php file.
You can also use the Code Snippets plugin.
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
Swatches not working on some products
Lynnea Bartling
Hello,
This plugin was working properly but now some of the products don’t blur and cross out the out of stock products. Is there a maximum amount of variations for the Pro version?