Does anybody know what files I need to alter to change the layout of my product pages, I would like to move the options about the order button, and Put some graphic changes.
Does anybody know what files I need to alter to change the layout of my product pages, I would like to move the options about the order button, and Put some graphic changes.
Depends what you want to do exactly but you'll need to start with:
tpl_product_info_display.php
tpl_modules_main_product_image.php
tpl_modules_additional_images.php
main_product_image.php
etc.
I've just spent a bit of time rearranging the main product page:
http://www.solarfrenzy.com/solar-gar...-light-2-p-203
http://www.solarfrenzy.com/wind-up-r...adio-red-p-204
The main product info page is built by
/includes/templates/your_template/templates/tpl_product_info_display.php.
Elements are clearly marked by <!--bof xxxx--> and <!--eof xxxx--> comments, and their order can be changed by moving code blocks in the file. Fine tuning, and graphic styling, can be done with the stylesheet.
Thanks for all the info, worked perfectly.