
Hi Carl,
If you want to have default functionality of WooCommerce slider, zoom and lightbox you need to add the following code in your functions.php:
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );