• It seems like when I go over 20 variations in a product the zoom only shows the featured image no matter what variation you select. Is there any info you can provide me about this? We have some products with around 36 variations. If there is a pro version or a different version that I should be using that has a cost that is fine. I just need a solution for this variation limit. Other than that it works great. Thank you.

    https://www.ads-software.com/plugins/yith-woocommerce-zoom-magnifier/

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

    (@yithemes)

    Hi! For the moment the plugin shows the gallery of the product and featured image for the variation selected.
    Thanks for your suggestion, we might consider adding it in a future update.

    Thread Starter fastforwardu

    (@fastforwardu)

    I’m not sure that you understand my issue. When variations exceed a certain amount your plug-in stops magnifying the image that matches the variation. It only magnifies the featured image.

    Any update on this? I’d love to know if there are any limitations like this in the plugin.

    Plugin Author YITHEMES

    (@yithemes)

    Can you supply an url where the problem occurs?

    Best regards

    @fastforwardu

    i have same issue as well did you manage to fix it and how did you

    cheers

    Plugin Author YITHEMES

    (@yithemes)

    You can fix temporarly the issue adding the following on your functions.php file inside the theme folder:

    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 );

    Best regards

    Same problem, tried the fix…it works!
    but now it takes some seconds to load the product page…is because it loads all variation images in a background process ?. I set my limit to 200, but i think i’ll ned to set it up to 500, is there any way to have a lazy loading?

    I seem to be having the same problem, but only on ipad.
    I only have a few extra product photos, and they work fine on pc (ie + chrome) & android, yet ios just remains stuck to the featured image.
    tips greatly appreciated

    eg url:

    Plugin Author YITHEMES

    (@yithemes)

    Hi all,
    i’m sorry but there isn’t a lazy loading for this, it’s just a temporary fix while waiting for an ad hoc solution.

    Best regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Limit on Variations?’ is closed to new replies.