Home Forums WoodMart support forum AJAX variation threshold Increase

AJAX variation threshold Increase

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #541131

    sahalshazz777
    Participant

    Currently, the maximum AJAX variation threshold shows 500. I need to set a higher threshold due to the large number of variations

    #541284

    Luke Nielsen
    Keymaster

    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

    #547696

    sahalshazz777
    Participant

    Thank you , it solved

    #547939

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘AJAX variation threshold Increase’ is closed to new replies.