VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: lindapowers on March 07, 2013, 21:46:25 PM

Title: Save coupon?
Post by: lindapowers on March 07, 2013, 21:46:25 PM
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
Title: Re: Save coupon?
Post by: PRO on March 07, 2013, 22:10:45 PM
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
Title: Re: Save coupon?
Post by: lindapowers on March 08, 2013, 02:59:18 AM
Thanks Pro!