
Originally Posted by
superprg
You have to make changes in this file
\includes\templates\template_default\templates\tpl_document_product_info_display .php
San
That's not correct.
1. Don't change the file in the "template_default" area. Change it in your customized-template folder instead, perhaps copying it "from" the template_default folder if you don't already have it.
2. It's not "tpl_document_product_info_display.php". If you look at the URL in question, you'll see that this is not a "document" product-type, but a general "product" product-type. Thus, the filename is "tpl_product_info_display.php"
3. The question was "how to".
You need to locate the section that starts with and ends with these tags:
HTML Code:
<!--bof Add to Cart Box -->
.....
<!--eof Add to Cart Box-->
... and relocate that section up or down in the file to the place where you want it to appear.
In the question posed above, you would move it so the "add to cart" section came after the "product price block" section, which ends with:
HTML Code:
<!--eof Product Price block -->