Cyber Monday & Friday 40% Deals Return Coupon code: Friday2025

More than 30 variation!

How to show more than 30 variations on a item?

Have items with more than 60-80 variations.

Using Variation Swatches for WooCommerce – Pro 2.0.11

Hakik Zaman

Hi Peter,

Thanks for reaching out to us. We have no binding for more than 30 variations.

Are you facing any issues with more than 30 variations?

Hope to hear from you soon!

Thank You

Found solutions:

 

Added to function.php (gives rum for 100 variations)

 
add_filter( 'woocommerce_ajax_variation_threshold', 'wc_ninja_ajax_threshold' );
function wc_ninja_ajax_threshold() {
return 100;
}