I created a copuon with AwoCoupon that you can use only once for each user and when you try to use it again, this message
WelcomeBiotex: Invalid coupon code. Try again.
and the language file line should be COM_VIRTUEMART_COUPON_CODE_INVALID = "Invalid coupon code. Please try again."
but adds in front of WelcomeBiotex that among other things I do not know where it takes
WelcomeBiotex: Invalid coupon code. Try again.
and the language file line should be COM_VIRTUEMART_COUPON_CODE_INVALID = "Invalid coupon code. Please try again."
but adds in front of WelcomeBiotex that among other things I do not know where it takes
The
problem is that this is not an invalid coupon but has already been used
by the same user and therefore can not be used again and I would like a
specific message to come out. How should I do?
thanks a lot
stefano