When i click on the image on the VM category page it take me to the detail page. I would like it to open the image to open on the same page just like before I install esport template.
Thank you!
<!--<a title="<?php echo $product->link ?>" rel="vm-additional-images" href="<?php echo $product->link; ?>">-->
<?php echo $product->images[0]->displayMediaThumb('class="browseProductImage"', true); ?>
<!--</a>-->
<a title="<?php echo $product->link ?>" rel="vm-additional-images" href="<?php echo $product->link; ?>">
<?php echo $product->images[0]->displayMediaThumb('class="browseProductImage"', false); ?>
</a>