fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

More than 30 variation!

Peter Houmark

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

Peter Houmark

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;
}