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

Blur with cross: Not working

Angel Alicea

Blur with cross: Not working. I dont see the red “X” on the color I dont have I only see “Sorry, no products matched your selection. Please choose a different combination.”Screenshot 2024-06-21 at 8.34.35 PM.png

Golam Kibria

Hi Angel,

Please add the following snippet to your child theme’s functions.php file

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;
}

You can also use the Code Snippets plugin to add it.

Let me know if this helps resolve the issue.

Thank You

Angel Alicea

This code worked. Now the “CLEAR” option has disappeared.

Golam Kibria

Hi Angel,

The code has nothing to do with the clear button.

You can check this by removing the snippet (it must be something else).

Anyway, please give us temporary admin access to your site.

We will investigate the issue for you.

You can use this plugin to create a passwordless login link and share it with us here.

Hope to hear from you soon.

Thank You