Is there any way to implement the WooCommerce image gallery zoom / lightbox feature with the Hypermarket theme? As seen here: https://docs.woocommerce.com/document/adding-product-images-and-galleries/#section-15
Simply adding this code to the functions did not work (I assume because Hypermarket does not implement it in the template parts)
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
It would be a great feature to zoom on product images, currently they are a bit small for a close up view. Thanks!