fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Hello,

 

I tried using your plugin but it broke my layout. I’m displaying images and variations using the hooks under the main image. When i only have one image it works just fine but when i installed additionnal images it broke and displayed only the first variation.

 

Could you help ?

Hakik Zaman

Hi Vincent,

Thanks for reaching out to us. We are sorry for your inconvenience.

Can you please give us an exact link to check?

Hope to hear from you soon!

Thank You

Hakik Zaman

Hi Vincent,

Thanks for getting back to us. Can you please share the hook you are using to display images and variations?

BTW, our gallery plugin overrides the product page template. You can try your custom code using the following-

add_action( 'woo_variation_product_gallery_end', 'your_custom_function', 10,  1);

function your_custom_function( $product ){
   //Your custom code here
}

Hope to hear from you soon!

Thank You

Hello,

 

It worked like a charm. I just changed my hook used to display variations by yours (woo_variation_product_gallery_end).

 

Feel free to get this ticket in public as it can help people with this particular issue 🙂