Public
Ticket #161945
Hi Vo Le Bao,
Thanks for reaching out to us. You have a high number variation for the example product.
Please add the following snippet using a plugin called Code Snippets:
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 add the above snippet using your current child theme’s functions.php file.
Note: It is recommended to add the Custom Code to the child theme’s functions.php file, to avoid any data loss while updating the Parent Theme.
Hope to hear from you soon.
Thank You
Disabled Attribute style: Blur without cross
Vo Le Bao Ngoc
Disabled Attribute style Blur with cross not working with elementor ( i use theme hello elementor )