Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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!

Posted (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 by mountainscenes
Posted
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');

Quidquid latine dictum sit, profundum viditur.

Posted
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!

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...