• Hello,

    Zoom image is loading/showing different image if I add more then 30 variations.

    Hello, I have checked with your free version of “YITH zoom magnifier plugin”,but with the free plugin i am facing a problem with the variable products, the slider functionality is not working for variable products & also if i click on the thumbnail image it is not changing the main image instead opening in a pop-up.

    How to fix this.

    Thank You

Viewing 1 replies (of 1 total)
  • Hi,
    please try the following code, add it to the functions.php file located in your theme folder:

    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    return 100;//max number of variations used
    }
    add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );
Viewing 1 replies (of 1 total)
  • The topic ‘Loading differnt image on mouse hover & galerry not working for variable produts’ is closed to new replies.