echo apply_filters( 'woocommerce_single_product_image_html', sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s" rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image ), $post->ID );
should have been changed to data-rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image ), $post->ID );
Because the rel="[prettyphoto ....]" should have been data-rel="[prettyphoto ...]"
All following comments are shown for registered users only!
It looks like you're new here. If you want to get involved, click one of these buttons!