News:

Support the VirtueMart project and become a member

Main Menu

add a message to display with the order - remove

Started by badvoicila, February 22, 2013, 19:47:57 PM

Previous topic - Next topic

badvoicila

add a message to display with the order - remove ?

/index.php/component/virtuemart/cart/confirm?Itemid=0

PRO

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 ?>