As you can see here:
http://www.chipfast.com/z/index.php?...&products_id=4
the box needs to be moved to the bottom, which file do I need to tackle to fix this problem?
Thanks!
:)
As you can see here:
http://www.chipfast.com/z/index.php?...&products_id=4
the box needs to be moved to the bottom, which file do I need to tackle to fix this problem?
Thanks!
:)
The display order is controlled in /includes/templates/your_template/templates/tpl_product_info_display.php.
The various elements are contained between <!--bof xxxxx-->
and <!--eof xxxxx--> comments, and can be moved around as units.
For fine styling, look at the class/id tags in the code and edit them in the stylesheet.
Thanks a ton man!