Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modifying Text in checkout process


Guest

Recommended Posts

Posted

I would like to Modify the checkout page. I am using authorize.net. I do not want it to say authorize.net when they enter their cc info. I want it to say Visa/Mastercard or something to that nature. I searched through quite a few files looking for this. Can anyone please direct me to where that text is? Thank you!

Posted

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

 

You'll find it in includes/languages/english/modules/payment/authorize.net

 

Vger

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

 

You'll find it in includes/languages/english/modules/payment/authorize.net

 

Vger

 

Thank you

Archived

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

×
×
  • Create New...