Quote Originally Posted by maggiesmom1 View Post
Okay - I solved the problem about displaying additional images at all, but now I need to know how to move them up. If you look here:

http://www.butternugsquash.com/store...roducts_id=669

you'll see the 3 add'l images way down at the bottom. I'd like them to be directly underneath the main product image. I'd also like to move the product description to where the "Please Choose: Download 1; Download 2" box is and move that box either down below or eliminate it altogether.

Can anyone help a poor, ignorant store owner?
Open up includes/templates/cherry_zen/templates/tpl_product_info_display.php

This controls the product page. You'll see that its very nicely segmented, so you can look for the sections you want to move (additional images and product description), and just cut and paste them where you want it.