Instead of having 2 different sections for each product (the description and the detailed product images) I would like to have just one section that houses all the data.
For instance, from the thumbnails page you would see the thumbnail image. When you click to the individual product page you would see one box with the product description and the detailed product image next to one another.
The default seems to be putting the thumbnail on the thumbnail page as well as in the product description box. Then below the product description there is another box with all the "Detailed image" images. This looks cluttered to me, and I'd rather the custom see the real product image right away instead of seeing the thumbnail again, and then having to scroll down.
Note: My Webmaster Mode stopped working so it's a bit harder for me to identify which templates to edit. I looked under /customer/main/product.tpl and it looks like the only detailed image code is
{if $active_modules.Detailed_Product_Images ne ""}
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}
But that included file doesn't look like the right one to edit
