Do you need to get rid of the "Copy to Cart" button on the quotation page?
If you're using Not2Order and you're not offering any direct orders on your website, you might want to get rid of this button.
For newer versions:
look in app/design/frontend/base/default/template/qquoteadv/quote.phtml and remove:
<button type="button" onclick="<?php echo $action; ?>" title="<?php echo $this->__('Move to Shopping cart') ?>"
class="button btn-update" ><span><span><?php echo $this->__('Move to Shopping cart') ?></span></span></button>
for older versions:
Please comment out
tfoot[0].appendChild($('c2qBtn'));
by adding to forward slashes in front of this line in app\design\frontend\base\default\template\qquoteadv\checkout_quotebtn.phtml
See attached screenshot.