add a message to display with the order - remove ?
/index.php/component/virtuemart/cart/confirm?Itemid=0
http://forum.virtuemart.net/index.php?topic=90935.0
views/cart/tmpl/default.php
remove
<?php // Leave A Comment Field ?>
<div class="customer-comment marginbottom15">
<span class="comment"><?php echo JText::_ ('COM_VIRTUEMART_COMMENT_CART'); ?></span><br/>
<textarea class="customer-comment" name="customer_comment" cols="60" rows="1"><?php echo $this->cart->customer_comment; ?></textarea>
</div>
<?php // Leave A Comment Field END ?>