-
Hi,
in my shop I’d like to have multiple images for my product variations (front+back+closeup). By default this does not work with WooCommerce. They offer this plugin to make it possible: https://docs.woocommerce.com/document/woocommerce-additional-variation-images/
After installing the plugin, the new gallery images do not show up on the product. It does not seem to work together with your plugin.
They are using these hooks:
apply_filters( ‘wc_additional_variation_images_get_first_image’, boolean ) – Used to determine whether the first variation image should be used.
apply_filters( ‘wc_additional_variation_images_gallery_images_class’, string ) – Used to add additional classnames to the HTML container tag that wraps all of the variation images
apply_filters( ‘wc_additional_variation_images_main_images_class’, string ) – Used to add additional classnames to the HTML container tag that wraps the main image of the current active variation.
apply_filters( ‘wc_additional_variation_images_custom_swap’, boolean )
apply_filters( ‘wc_additional_variation_images_custom_original_swap’, boolean )
apply_filters( ‘wc_additional_variation_images_custom_reset_swap’, boolean ) – Used in case you want to use custom Javascript-powered logic to change the default image changing behaviour.Do you think, you can make the plugin show the additional images?
Kind regards
WooCommerce Additional Variation Images and DHWC Page
This topic is: not resolved