VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: badvoicila on February 22, 2013, 19:47:57 PM

Title: add a message to display with the order - remove
Post by: badvoicila on February 22, 2013, 19:47:57 PM
add a message to display with the order - remove ?

/index.php/component/virtuemart/cart/confirm?Itemid=0
Title: Re: add a message to display with the order - remove
Post by: PRO on February 22, 2013, 20:14:21 PM
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 ?>