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

Problem with Disabled Attribute style

Hi I would like the out of stock variations to appear on the site with a cross and blurry. But this feature doesn’t seem to work on my site.

I also selected the setting “Hide out of stock products from catalog” in woocommerce settings.

Can you help me figure out what I am doing wrong?

Hakik Zaman

Hi Giacomo,

Thanks for reaching out to us. Will you please give us an exact product link to check?

Hope to hear from you soon!

Thank You

Hakik Zaman

Hi Giacomo,

Which combination is out of stock?

I have tried to access the edit page link you provided.

Unfortunately, you are working on that.

So, I couldn’t check the number of variations you have.

Note: With the free version your “blur and cross” feature will work for up to 30 variations.

Thank You

Yes sorry, now is free to edit.

 

The combination are:

Colore borraccia: VERDE

Tipo Tappo: CILIEGIA

Colore Tappo: VERDE ACQUA MARINA

Stampa: NO

 

But I guess I have the problem of too much variation.
I did a test with less variation and it works!

Thanks anyway,
sorry for the trouble 🙂

 

Sorry,

i bought the plugin but still not working.

 

where did I go wrong?

 

Thanks!

Hakik Zaman

Hi Giacomo,

I have added a snippet using the installed Code Snippet Plugin:

add_filter( 'woo_variation_swatches_global_ajax_variation_threshold_max', 'woo_variation_swatches_global_ajax_variation_threshold_max_edit', 10, 2 );
function woo_variation_swatches_global_ajax_variation_threshold_max_edit( $size, $product ){
return 700;
}

Could you please check now? Please clear your caches like browser cache, caching plugin cache, and server-side cache before checking.

Hope to hear from you soon!

Thank You