
Originally Posted by
PUREchocolatetruffle
I have IH2 and Lightbox installed and have succeeded in getting additionel images on my product pages.
However, I only want those additionel images shown in "Gallery" view and otherwise hidden. Is this possible ?
Any advice much welcome.
Kim, founder of PUREchocolatetruffles.co.uk
If you remove the code below from your template it will remove additional images from showing on the product page. However, how are you planning to let your customers know that you have additional images if they don't click on the first image in your gallery.
PHP Code:
<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
Bookmarks