fbpx
Want To Add Extra Images Per Product Variation? Download This Free Plugin

problem options variation swatch

Bonjour, en ajoutant l’ensemble de mes variations, je constate que l’option pour masquer les variations ne fonctionne pas, j’ai essayé avec les autres options, mais ce n’est pas pris en charge.

j’ai vider mon cache, le probleme vient du fait qu’il y a trop de variation ?

Bien a vous

https://uncontrolled.fr/produit/t-shirt-100-coton-unc-basic/

Golam Kibria

Hi Thibault,
It seems that your products have many variations.
Please add 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;
}

Let me know if this helps resolve the issue.
Note: If you have a child theme, add the snippet to its functions.php file.

Thank You

Golam Kibria

Hi Thibault,

Download link for the Code Snippets plugin:

Thank You

Hi Golam,

Thank you for your reply, I’m grateful for the code snippet, it works correctly!

Thank you very much!