Hi gjh42,
I found the file: tpl_product_info_display
I looked at your source code and found the area you were speaking of:
<div id="productImagesWrapper">
<!--bof Main Product Image -->
<div id="productMainImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="javascript:popupWindow(\'http://www.futurelics.com/shop/index.php?main_page=popup_image&pID=229&zenid=a3f9feffa21946611974a0d306bcf986\')"><img src="images/fr-zbhk02.jpg" alt="Hinge Knot pendant 2" title=" Hinge Knot pendant 2 " width="175" height="153" /><br /><span class="imgLink"></span></a>');
//--></script>
<noscript>
<a href="[\http://www.futurelics.com/shop/index.php?main\_page=popup\_image&pID=229&zenid=a3f9feffa21946611974a0d306bcf986\[/SIZE\]](http://www.futurelics.com/shop/index.php?main_page=popup_image&pID=229&zenid=a3f9feffa21946611974a0d306bcf986)[SIZE=1]" target="_blank"><img src="images/fr-zbhk02.jpg" alt="Hinge Knot pendant 2" title=" Hinge Knot pendant 2 " width="175" height="153" /><br /><span class="imgLink"></span></a></noscript>
</div><!--eof Main Product Image-->
<!--bof Additional Product Images -->
<div id="productAdditionalImages">
<div class="additionalImages centeredContent back" style="width:100%;">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="javascript:popupWindow(\'http://www.futurelics.com/shop/index.php?main_page=popup_image_additional&pID=229&pic=0&products_image_large_additional=images/large/fr-zbhk02-1_LRG.jpg&zenid=a3f9feffa21946611974a0d306bcf986\')"><img src="images/fr-zbhk02-1.jpg" alt="Hinge Knot pendant 2" title=" Hinge Knot pendant 2 " width="175" height="131" /><br /></a>');
//--></script>
<noscript><a href="[\http://www.futurelics.com/shop/index.php?main\_page=popup\_image\_additional&pID=229&pic=0&products\_image\_large\_additional=images/large/fr-zbhk02-1\_LRG.jpg&zenid=a3f9feffa21946611974a0d306bcf986\[/SIZE\]](http://www.futurelics.com/shop/index.php?main_page=popup_image_additional&pID=229&pic=0&products_image_large_additional=images/large/fr-zbhk02-1_LRG.jpg&zenid=a3f9feffa21946611974a0d306bcf986)[SIZE=1]" target="_blank"><img src="images/fr-zbhk02-1.jpg" alt="Hinge Knot pendant 2" title=" Hinge Knot pendant 2 " width="175" height="131" /><br /><span class="imgLinkAdditional"></span></a></noscript></div>
</div>
<!--eof Additional Product Images -->
</div>
I found the sections in my code also:
<!--bof Main Product Image -->
<?php
if (zen_not_null($products_image)) {
?>
<?php
/**
* display the main product image
*/
require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
<?php
}
?>
<!--eof Main Product Image-->
and:
<!--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 -->
Can I ask 2 questions.
Firstly, what would I have to change my code to, to "wrap a div around it so that they are handled together"?
Secondly, I noticed that you have it placed under "product Name" tag. Should I place it there also?
Here is the page I am referring to:
http://www.xmanhosting.com.au/shop/index.php?main_page=product_info&products_id=3
Kind regards,
Anthony