![]() |
Detailed images - just thumbnails
Hi
Just getting going with x-cart so be gentle. I am using the detailed images mod and have set it to show thumbnails below the main image with jquery colorbox popups. What I want to do is remove the link 'view detailed images (5)' between them so the image thumbnail links just sit under the main image. I've been scouring the various .tpl files involved but can't figure out how to get rid of it. can anyone help? thanks |
Re: Detailed images - just thumbnails
It's this line
Code:
<a href="popup_image.php?type=D&id={$product.productid}" onclick="javascript: setTimeout(function() {ldelim}imagesPreviewShow('dpi', dpimages, dpioptions);{rdelim}, 200); return false;" target="_blank">{$lng.lbl_view_detailed_images|substitute:"counter":$images_counter}</a> skin/common_files/modules/Detailed_Product_Images/popup_image.tpl |
Re: Detailed images - just thumbnails
many thanks for that, I'd been searching for ages!
just as some extra info for anyone following this thread wanting to do the same. I was using colorbox popups option (starting with one of the chromo templates) so the code line above that you need to remove/comment out is located in: /common_files/modules/Detailed_Product_Images/colorbox_image.tpl |
All times are GMT -8. The time now is 05:13 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.