Viewing 3 replies - 1 through 3 (of 3 total)
  • I was facing the same problem.

    – Find this file:
    \plugins\cloud-zoom-for-woocommerce\index.php

    – Simply add this code at the end of the jQuery ready function:

    $('form.variations_form').on( 'found_variation', function( event, variation ) {
    				addCloudZoom($productImages);
    			});

    ZAP

    (@michaelzap)

    @karzin: Thanks for posting how to resolve this!

    @devs: This should be included in updated versions of this plugin.

    Glad to help you 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Zoom in on Variation Image’ is closed to new replies.