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

No blur and mark on out of stock products

Gil Amar

Hello guys,

I’m using Kava theme with JetWooBuilder and downloaded your Pro plugin dur to Crocoblock recommendation…

I can’t find out how to make the blur and cross filter to work on out of stock product (I have checked the unshow out of stock products on woocommerce product setting) but still no luck.

link to product:

EZ-Tattoo Revolution – TatooMex

variation to test:

Hollow Round Liner -> Short Taper -> 12/0.35mm -> 18

No caching plugin enabled as it a staging site for development.

 

Regards,

Golam Kibria

Hi Gil,

Please check now.

I have added the following snippet to your site using the 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;
}

Is there anything else we can do for you?

Thank You