
Originally Posted by
attroll
Ok, I found my problem. They were displaying but I did not see them because they were displayed at the bottom of the page under the product description. I did not see them because I thought they would be on the top of the page. My product description we a very long one and once I scrolled the page up I saw the additional images.
This is really why a link to the page causing issues can quickly solve problems 

Originally Posted by
attroll
I have another question but don't know if I should start a new thread or ask here. So here goes.
Is there a way to change it so that my additional will display in a different location? Maybe like right under the primary image?
Copy the file
\includes\templates\template_default\templates\tpl_product_info_display.php
to
\includes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php
where "YOUR_TEMPLATE" is the name of your current template
Open this file and find the code section
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 -->
and move it to where you want it.