Add to Cart box on product pages
Apple Zen Template
Zen 1.3.8a
example page [click here]

What I was looking to do is move the add to cart box, button to the top of page just right of the product image. Have tried changing the location of
Code:
<!--bof Add to Cart Box -->
<?php
if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
  // do nothing
} else .......
<!--eof Add to Cart Box-->
tpl_document_general_info_display.php and tpl_document_product_info_display.php

doesnt seem to change the location of add to cart box, must be the wrong place to change?

any idea which page to make changes too?

thanks in advance for the help!