Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing "Payment Method" text on incoice


Ian Lawther

Recommended Posts

Posted

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

Posted

Ian,

 

in the /admin/includes/languages/english/invoice.php file you will find this line:

 

define('ENTRY_PAYMENT_METHOD', 'Payment Method:');

 

 

 

Chris

Posted

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"

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...