Hi,
We're currently using both coupons and gift certificates in our store.
However, some customers are getting confused as to where they should input their code because both the coupon and gift certificate input fields are labelled "Redemption Code".
I've found the language area that controls this label here: includes/languages/english.php
However, the label for both input fields are controlled by the same language file:
// used for redeem code, redemption code, or redemption id
define('TEXT_GV_REDEEM','Redemption Code');
Is there a simple way to separate these? I'd like the Coupon area to still be referred to as a Redemption Code, and the Gift Certificate area to be referred to as a Gift Card Code.
Thanks again for your help,
Aaron


Reply With Quote
