X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Detailed images - just thumbnails (https://forum.x-cart.com/showthread.php?t=59616)

Bishmos 06-03-2011 03:15 AM

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

cflsystems 06-03-2011 05:09 AM

Re: Detailed images - just thumbnails
 
It's this line
Code:

  <a href="popup_image.php?type=D&amp;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>
in this file
skin/common_files/modules/Detailed_Product_Images/popup_image.tpl

Bishmos 06-03-2011 06:08 AM

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.