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

the plugin stopped working as it should

danit Goldman

Hi,

the plugin is not working correctly anymore, when selecting variation, there are no selected attributes. when i choose a variation some options thould be removed, it was working before

Hakik Zaman

Hi danit,

Thanks for reaching out to us. Do you mean attributes are not hiding based on another attribute?

Hope to hear from you soon!

Thank You

danit Goldman

Yes, the attributes are not hided (or marked with X) based on selection that doesn’t include them.

Hakik Zaman

Hi danit,

Please add the below snippet using the Code Snippets plugin:

add_filter( 'woocommerce_ajax_variation_threshold', 'woo_variation_swatches_global_ajax_variation_threshold_min', 10, 2 );
function woo_variation_swatches_global_ajax_variation_threshold_min( $size, $product ){
return 200;
}

Then try again and let me know if it resolves your issue or not.

Thank You