I would like to change the text that appears next to Payment Method on the invoice. CAn someone let me know how I navigate to it.
Thanks,
Ian Lawther
Latest News: (loading..)
Changing "Payment Method" text on incoice
Started by Ian Lawther, Sep 28 2011 02:15 PM
4 replies to this topic
#-19
Posted 28 September 2011 - 02:15 PM
#-18
Posted 28 September 2011 - 02:18 PM
Ian,
in the /admin/includes/languages/english/invoice.php file you will find this line:
define('ENTRY_PAYMENT_METHOD', 'Payment Method:');
Chris
in the /admin/includes/languages/english/invoice.php file you will find this line:
define('ENTRY_PAYMENT_METHOD', 'Payment Method:');
Chris
#-17
Posted 28 September 2011 - 02:27 PM
Thanks. That leads me to the actual text "Payment Method". What I'm looking for is the place the text that is next to is is stored (in my case "Paypal"
#-16
Posted 28 September 2011 - 02:38 PM
Ian,
Sorry for the confusion. That text is DYNAMIC, depending on which payment method was chosen.
You will find the call in /admin/invoice.php around line 82 as:
<tr>
<td class="main"><strong><?php echo ENTRY_PAYMENT_METHOD; ?></strong></td>
<td class="main"><?php echo $order->info['payment_method']; ?></td>
</tr>
Chris
Sorry for the confusion. That text is DYNAMIC, depending on which payment method was chosen.
You will find the call in /admin/invoice.php around line 82 as:
<tr>
<td class="main"><strong><?php echo ENTRY_PAYMENT_METHOD; ?></strong></td>
<td class="main"><?php echo $order->info['payment_method']; ?></td>
</tr>
Chris
#-15
Posted 28 September 2011 - 03:03 PM
have a look in your includes/languages/english/modules/payment and select the payment method. Open the file and see if the text you want to alter is there.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.









