Help with hiding invalid combinations in plugin

Forums Color or Image Variation Swatches for WooCommerce Help with hiding invalid combinations in plugin

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #98329
    Pablo Pacheco
    Participant

    Hi,
    The issue has been fixed.
    All we had to do was adding this chunk of code:

    add_filter( ‘woocommerce_ajax_variation_threshold’, function(){
    return 100;
    }, 10, 2 );

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.