AJAX variation threshold Increase
-
Currently, the maximum AJAX variation threshold shows 500. I need to set a higher threshold due to the large number of variations
Hello,
In this case, you should use the below code for help. Paste it to the functions.php file in your child theme.
add_filter( 'woocommerce_ajax_variation_threshold', function ( $limit ) {
return 1000;
}, 100 );
Kind Regards
Hello,
You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot.
Have a good day!
Best Regards
The topic ‘AJAX variation threshold Increase’ is closed to new replies.