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

non available products greyed out

Michael Stumm

Hi GetWooPlugins Team,

https://www.whatsupberlin.de/shop/duotone-slick-sls-wing/ – non available products should be “greyed out” as in that shop: https://br0fxrkj.myraidbox.de/produkt/bild-2-3×2/

What do I have to adjust?

BR, Michael.

Hakik Zaman

Hi Michael,

Thanks for reaching out to us. Please use the below code as a snippet using Code Snippets 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;
}

Then let me know if it resolves your issue or not. Hope to hear from you soon!

Thank You