Hi
I'm a bit confused by the "save" in the checkout refering to the coupon.
Shouldn't it say "apply" or something like that?
Is using the general "save" for all virtuemart?
Regards
views/cart/default_coupon.php
Change
<?php echo JText::_('COM_VIRTUEMART_SAVE'); ?>
to <?php echo JText::_('COM_VIRTUEMART_SAVE_COUPON'); ?>
then add your own language string to your language overrides that you think is best for your users
http://forum.virtuemart.net/index.php?topic=92944.0
Thanks Pro!