News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Save coupon?

Started by lindapowers, March 07, 2013, 21:46:25 PM

Previous topic - Next topic

lindapowers

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

PRO

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

lindapowers