You need to enable WooCommerce 3.x support in theme. Open functions.php theme file and search for:
add_theme_support( 'woocommerce' );
Add after:
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
Now your code should look like this:
Save file and upload to your server.
Comments
0 comments
Please sign in to leave a comment.