Works great except for variation image
-
The plugin works great but i can’t zoom in on a variation image.
It is always the featured image that gets zoomed in on.Here is my solution to make this work out
– 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); });
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Works great except for variation image’ is closed to new replies.