Hi,
The issue is link to your template or some plugin you have installed.
When you have such kind of issue, please open the "console" of your browser, you will see errors and more precisely, javascript errors
js-395b0.js:8 - Uncaught ReferenceError: jQuery is not defined
js-efe24.js:6 - Uncaught ReferenceError: jQuery is not defined
279-hublot-classic-fusion-carbon-gold-rubber-strap:219 - Uncaught ReferenceError: jQuery is not defined
279-hublot-classic-fusion-carbon-gold-rubber-strap:698 - Uncaught ReferenceError: $JVAS is not defined
As you can see, jquery is not include anymore in your website.
And it's not something related to HikaShop or his configuration because we have our own jquery library and for the four errors you can see in the console, none are in HikaShop.
But the fact that there is javascript error stop the rest of the javascript processing and could affect things ; like the gallery which is provided by your template.
The product page you're currently using is not the default HikaShop product page, it's something which has been override by your template ; so the best will be to contact your template provider.
Here the code that we could find in a product page :
<div class="col-sm-6 col-md-4">
<div id="hikashop_product_image_main" class="hikashop_global_image_div shop-content-item" style="">
<div class=" shop-slider-container">
<ul id="hikashop_main_image_div" class="hikashop_main_image_div gallery product-slider owl-carousel" data-thumb=".product-slider-pager-">
<li class="item" rel="zoom"><img id="hikashop_main_image" title="" alt="" src="/images/com_hikashop/upload/hublot-501-pm-1680-rx.jpg"><a class="zoom-item" rel="prettyPhoto[pp_gal]" href="/images/com_hikashop/upload/hublot-501-pm-1680-rx.jpg" title=""></a></li> </ul>
<!-- End slide -->
<div class="bottom-border"></div>
<div id="hikashop_small_image_div" class="shop-slider-pager owl-carousel product-slider-pager-">
</div>
<!-- End Thumb -->
</div>
</div>
The image is right there but due to the template modification, the image is hidden, the "shop-slider-container" is 0px height so it is not visible.
And we do not have any "shop-slider-container" in HikaShop. So I won't be able to help you for that.
Regards,