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

Blur with cross Not working

Blur with cross Not working.

you can test here:

https://shopsasshoes.com/product-page/dream/

Select the color “Mushroom Snake” (5th color, looks cream/white)

When this color is selected we expected to t see the blur wtih cross out on size 4, 4.5, 5 and 5.5 as well as on a few widths but it does not happen.

if you continue and select:

Select size “5.5”

Select Width “narrow”.

you will see a woocomemrce message saying that the product is not available.

Please help to make the “Blur with cross” work properly.

Hakik Zaman

Hi Robert,

Thanks for reaching out to us. You have 90+ variations for this product: https://shopsasshoes.com/product-page/dream/

Initially, our plugins Cross and Blur feature will work for up to 90 variations. To extend the threshold please add the following code 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 whether it resolves your issue or not.

Thank You