Reply 201674 to: image problem in variation

Avatar: Rose Tyler
Rose Tyler
Support staff
October 25, 2018 at 10:27

Hello,

This relates to new update of WooCommerce plugin. We will release new theme version soon.
As a temporary solution, you can add this code in xstore/framework/woo.php file:

add_filter( 'woocommerce_gallery_image_size', function( $size ) {
        return 'woocommerce_single';
} );

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.