mountainscenes Posted January 19, 2006 Posted January 19, 2006 Hello! I am only using the coupon feature of this contrib. On the checkout_payment page, I wish to edit the text in the redeem box to read "Discount Code", rather than "Gift Vouchers/Discount Coupons". Can anyone tell me which file I need to edit? I can't seem to find it. Thanks in advance! Quote
mountainscenes Posted January 19, 2006 Author Posted January 19, 2006 (edited) Hello! I am only using the coupon feature of this contrib. On the checkout_payment page, I wish to edit the text in the redeem box to read "Discount Code", rather than "Gift Vouchers/Discount Coupons". Can anyone tell me which file I need to edit? I can't seem to find it. Thanks in advance! This is the actual code I want to change (speicifically "><b>Gift Vouchers/Discount Coupons</b></). I just don't know where it's located: <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"><td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr><td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> <td colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="moduleRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" > <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> <td class="main"><b>Gift Vouchers/Discount Coupons</b></td><td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> </tr> <tr> Can anyone help? Edited January 19, 2006 by mountainscenes Quote
♥akmac Posted January 19, 2006 Posted January 19, 2006 This is the actual code I want to change (speicifically "><b>Gift Vouchers/Discount Coupons</b></). I just don't know where it's located: <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"><td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr><td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> <td colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="moduleRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" > <td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> <td class="main"><b>Gift Vouchers/Discount Coupons</b></td><td width="10"><img src="images/pixel_trans.gif" border="0" alt="" width="10" height="1"></td> </tr> <tr> Can anyone help? In includes/languages/english/modules/order_total/ot_coupon.php edit: define('MODULE_ORDER_TOTAL_COUPON_HEADER', 'Gift Certificates/Discount Coupons'); Quote Quidquid latine dictum sit, profundum viditur.
mountainscenes Posted January 20, 2006 Author Posted January 20, 2006 In includes/languages/english/modules/order_total/ot_coupon.php edit: define('MODULE_ORDER_TOTAL_COUPON_HEADER', 'Gift Certificates/Discount Coupons'); Thanks - I can't believe how much time I have spent looking for this! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.