Hi David,
Hope that you are doing great.
I have added the following snippet using the Code Snippets plugin on your site.
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 let me know if the issue is resolved.
Thank You
Blur and Cross Not Working
David Bissoon
The blur and cross feature is not working. Even when my products are out of stock, the swatches come up normally. This is really problematic for me, as I have 157 variations lol. What can I do?