Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2012
    Posts
    10
    Plugin Contributions
    0

    Default Changing the word "Redemption Code" for Gift Certificates, but not Coupons

    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

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Changing the word "Redemption Code" for Gift Certificates, but not Coupons

    If you were to check in the Tools ... Developers Tool Kit ... and enter in the bottom input box:
    TEXT_GV_REDEEM

    and select Catalog ... and click Search ... you will see everywhere that is used ...

    If you just want to change it for the ot_gv ... you could edit the language file for that Order Total module ...
    Code:
      define('MODULE_ORDER_TOTAL_GV_TEXT_ENTER_CODE', TEXT_GV_REDEEM);
    and change what is being used in the define ...
    Code:
      define('MODULE_ORDER_TOTAL_GV_TEXT_ENTER_CODE', 'Fred was here!');
    and now you are just changing that one thing ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. v139h Setting a specific Redemption Code for Gift Certificates
    By AvaAdorn in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 6 Jun 2015, 11:43 PM
  2. v151 Gift certificates, not sending email with a redemption code
    By attroll in forum General Questions
    Replies: 13
    Last Post: 8 Mar 2014, 04:55 PM
  3. Replies: 24
    Last Post: 17 Dec 2008, 06:33 PM
  4. How to Change "Redemption Code" to "Coupon Code" & "GV Code"
    By dmfelder in forum Basic Configuration
    Replies: 5
    Last Post: 16 Apr 2008, 05:50 PM
  5. Sent out several Gift Certificates in a batch, and they get "Invalid code" message??
    By Aussiebod in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 27 Feb 2008, 08:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg