
Originally Posted by
monkeypeach
Where did you put it to get directly under the main image? Save me the hassle ;)
I tried to put the addtional images directly under the primary image and it doesn't look too good. I put mine at the top like this, CLICK HERE, If you want to do that, you place the code like this: (note, code in RED is the code to move around, and is always "sandwiched between an <!--eof blah blah-->and a <!--bof blah blah-->)
Code:
<!--eof Prev/Next top position-->
<!--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 -->
<!--bof Main Product Image -->
However, if you insist on putting the additional images below the primary image, you would do it like this:
Code:
<!--eof Main Product Image-->
<!--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 -->
<!--bof Product Name-->
Hope that helps
Bookmarks