Hi Angel,
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
Blur with cross: Not working
Angel Alicea
Blur with cross: Not working. I dont see the red “X” on the color I dont have I only see “Sorry, no products matched your selection. Please choose a different combination.”