Hi there,
Thanks for reaching out to us.
Please install and activate the Code Snippets plugin and add the below snippet:
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;
}
Then let me know if it resolves your issue or not.
Thank You
ajax variation threshold
María De Ponti
Hello, my products have more than 100 variations, the plugin no longer has the advanced option to set the ajax variation threshold, and I tried installing code snippet but it is not working. Could you help me?