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

Problem with swatches

FULGER ADRIAN

Hello,

 

we have a problem, the plugin no longer works

You can test it here:

https://mayalashes.ro/produs/extensii-de-gene-infinity/ 

and select: B | 0.12 | 9mm

Thank you,

 

 

Golam Kibria

Hi FULGER,

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

Let me know if the issue is resolved.

Thank You