VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: markholland8 on November 13, 2011, 14:42:23 PM

Title: Leave a comment Where is it
Post by: markholland8 on November 13, 2011, 14:42:23 PM
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
Title: Re: Leave a comment Where is it
Post by: PRO on November 13, 2011, 14:59:35 PM
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 ?>
Title: Re: Leave a comment Where is it
Post by: markholland8 on November 13, 2011, 16:20:01 PM
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
Title: Re: Leave a comment Where is it
Post by: PRO on November 14, 2011, 13:57:37 PM
http://forum.virtuemart.net/index.php?topic=92944.0