• Hi..
    in the Quick View, I want so see all images for a product. But it shows only one image even i click and check lightbox

    please help me to fix it

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    try to add this code on your theme functions.php

    add_action( 'yith_wcqv_product_image', 'yith_wcqv_add_image_thumbnails', 1 );
    function yith_wcqv_add_image_thumbnails(){
        add_action( 'woocommerce_product_thumbnails', 'woocommerce_show_product_thumbnails', 20 );
    }

    Let me know, regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Not showing all image in the gallery for a product’ is closed to new replies.