Enable the product gallery in WooCommerce theme
To enable the product gallery in your theme, you can declare support like this.
add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' );