Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

payment method information in invoice


younmever

Recommended Posts

Hello forum members,

 

I have installed one of the Authorize.net payment module, and I just noticed that the payment method information in invoice and packing list is Authorize.net instead Credit card.

 

<td class="main"><b><?php echo ENTRY_PAYMENT_METHOD; ?></b></td

<td class="main"><?php echo $order->info['payment_method']; ?></td>

 

I guess I have to change something in this code in invoice.php.

 

Could any one of you guys help me out, please?

 

Thank you very much

Link to comment
Share on other sites

Take a look in catalog/includes/languages/english/modules/payment/authorizenet.php

 

The first code line:

 

define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE', 'Authorize.net');

 

Change 'Authorize.net' to whatever you want, for example: 'Credit Card'

 

See if this helps... note: It may not change for orders already processed, but should on any future orders.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...