• Resolved fromb

    (@fromb)


    Hello, how can I disable the variation gallery? As soon as my product becomes a variable product, the product gallery thumbnails disapear.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @fromb,

    Thanks for reaching us. Hope you are doing great today.

    If you want to show the variation images on variation select, you must need to add the variation images in the single product variation settings. Check this screenshot.

    However, if you want to display the default product featured image and gallery images alongside the product variation, you must purchase the PRO version of the plugin.

    If you want to completely disable the product variations, we have a hook to do that. If you are interested, we can share it with you.

    Looking forward to your reply.

    Have a great day!

    Thread Starter fromb

    (@fromb)

    Of course I’m interested, that was the reason I posted here ??

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @fromb,

    Add the following code to the bottom of the functions.php file of your current theme. This code will disable the variation image functionalities. The featured image and the default gallery images will be shown if product variation is selected.

    add_filter( 'sp_woo_gallery_slider_use_slug_attr', '__return_false' );

    Please clear the browser cache after applying the code. Let us know if that works for you or not.

    Have a great day!

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi?@fromb,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘disable Variation Gallery’ is closed to new replies.