Hi!
I want to completely remove the ""Notes and special requests" feature from my checkout.
How can I do that?
I tried to delete the notes shopping fields in Virtuemart but that does not work. The notefield keeps appearing.
Greetings,
Kris
<?php
$comment = JText::_('COM_VIRTUEMART_COMMENT_CART');
if ($comment == 'COM_VIRTUEMART_COMMENT_CART')
$comment = JText::_('COM_VIRTUEMART_COMMENT');
?>
<h3 class="shipping_h3"><?php echo $comment; ?></h3>
<!-- customer note box -->
<fieldset class="notes_checkout">
<div id="customer_note_input" ><textarea cols="30" rows="3" name="customer_note" id="customer_note_field"></textarea></div>
</fieldset>