Add the function below to your child theme functions.php file.
// removing the product image rollover function remove_product_zoom_support() { remove_theme_support( โwc-product-gallery-zoomโ ); } add_action( โwpโ, โremove_product_zoom_supportโ, 100 );