Reply 319019 to: Bug if have more variations, for example 50

Avatar: Rose Tyler
Rose Tyler
Support staff
March 6, 2022 at 15:51

Hello,

Please, add next code to your child-theme/functions.php

add_filter( 'woocommerce_ajax_variation_threshold', function($limit) {
	return 70;
} );

By default woocommerce set limit to load 30 variations but if user has more than such count – then you should simply add code to make it work and load more variations by default.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.