• Hi I am using WooCommerce Variation Swatches and Photos plugin to swap images in to the view port all works fine except when I roll over the image to zoom it reverts back to the main default image i have tried add in the following in to my functions file taken from another post but it has no effect, Thanks in advance Alistair

    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    return 50; // set your own limit
    }

    add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );

    you can view here : https://www.mastercraftrugs.co.uk/product/darius/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi Alistair,
    i think that the way the ‘WooCommerce Variation Swatches and Photos’ pligin changes the product images is not compatibile with the custom image managed by the plugin Zoom Magnifier.
    Hence the code you provided above cannot solve this issue.

    Really wish this was compatible with Variation and Swatches. Any prospect of Zoom Magnifier updating in the future to have it work with Variation and Swatches?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Loading Wrong IMage on Zoom’ is closed to new replies.