Hi Haredo
I have just positioned my additional images next to the main image - I done this by altering the includes?templates>MYTEMPLATE>templates>tpl_product_info_display.php file
Towards the bottom there is a piece of coding that reads
<!--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 -->
I cut the coding and pasted it after
<!--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-->
I saved then uploaded - this has now given me the desired look.
There is one slight issue however - if you look at the following page you will see that as i have 2 addiditional images the layout is a little off
http://zainabscollection.com/index.php?main_page=product_info&cPath=1&products_id=22
not too sure if anyone can help
thanks