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
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 ?>
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
http://forum.virtuemart.net/index.php?topic=92944.0