News:

Looking for documentation? Take a look on our wiki

Main Menu

Leave a comment Where is it

Started by markholland8, November 13, 2011, 14:42:23 PM

Previous topic - Next topic

markholland8

Hi All,

does anyone know where the "Leave a Comment" file is (the one that shoes in the cart) as i can not find it and iv looked with firbug.

Thanks Mark

PRO

http://forum.virtuemart.net/index.php?topic=90935.0

views/cart/tpl/default.php



<?php // Leave A Comment Field ?>
      <div class="customer-comment marginbottom15">
         <span class="comment"><?php echo JText::_('COM_VIRTUEMART_COMMENT'); ?></span><br />
         <textarea class="customer-comment" name="customer_comment" cols="50" rows="4"><?php echo $this->cart->customer_comment; ?></textarea>
      </div>
      <?php // Leave A Comment Field END ?>

markholland8

Hi,

I had a look at this but i want to change the "Leave a Comment" to "Additional Information" and you cant do this here.

Thanks