Ian Lawther Posted September 28, 2011 Posted September 28, 2011 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
Guest Posted September 28, 2011 Posted September 28, 2011 Ian, in the /admin/includes/languages/english/invoice.php file you will find this line: define('ENTRY_PAYMENT_METHOD', 'Payment Method:'); Chris
Ian Lawther Posted September 28, 2011 Author Posted September 28, 2011 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"
Guest Posted September 28, 2011 Posted September 28, 2011 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
♥14steve14 Posted September 28, 2011 Posted September 28, 2011 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.