rbarbour. My website is early1900photos.com.
First off, my CUSTOM_TEMPLATE is “freetemplate2”
I did not have a “/templates/tpl_product_info_display.php” in “/includes/templates/CUSTOM_TEMPLATE/”.
So instead of editing “/includes/templates/CUSTOM_TEMPLATE/templates/tpl_product_info_display.php”, I edited “/includes/templates/template_default/templates/tpl_product_info_display.php”.
This caused my images that were way down the page to move below the main image. I good place if they were closer together. Is that possible?
It also cause my discription, which used to be to the right of the main image, to move below the additional images. Although I liked it better next to the main image, this is not to bad.
My goal is to have the images grouped closer as they now are and I would like to get the attributes and the "add to cart" button either to the right of the main image or somewhere close, where ever there is room.
I know this is asking a lot of you so let me put it this way, can you help me do these things in the most convenient way for you? Give me your opinion. I've made a lot of progress but this vast amount of room where everything is spread out is probably the most important to get tidied up.
first things first
copy tpl_product_info_display.php file to your CUSTOM_TEMPLATE folder and restore the file in the template_default folder
Whenever making alterations use the proper over-ride structure
I am a little crammed for time but will take a look at your site as soon as I can!
I will follow your instructions, master.
For all your kind help the last thing I want to do is pressure or hurry you. All I ask is that you do come back![]()
I performed the desired tasks. Now my product page is blank![]()
Yes I restored. And then I copied the file to my CUSTOM_TEMPLATE which is "freetemplate2". My page is now working again and the new file in CUSTOM_TEMPLATE seems to have no effect.
open your
/includes/templates/CUSTOM_TEMPLATE/templates/tpl_product_info_display.php
find:
move it below:Code:<!--bof Additional Product Images --> CONTENTS_WITHIN <!--eof Additional Product Images -->
you do not need the extra div >Code:<!--bof Main Product Image --> CONTENTS_WITHIN <!--eof Main Product Image-->