Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing the value for MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE


devashanti

Recommended Posts

Posted

I don't have ssl and use Authorizenet instead. Authorizenet lets you set up you payment page so it looks like it is part of your own website and I have done this, but on my checkout page the payment method is named authorizenet.net.

 

This kind of defeats the effort to set up my Authorizenet payment page to look like my own website and it is confusing to most customers who don;t have a clue what Authorizenet.net is. All they need to know is that they can pay with a credit card, so I want the text to say "Pay with Credit Card" instead of "authorizenet.net".

 

Unfortunately, I can't find where the global variable for that text is located. I found these two lines in the ..\includes\modules\payment\authorizenet.php file seem to be these variable values I need to change, but I cannot figure out where these global variable values are set.

 

$this->title = MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE;

$this->description = MODULE_PAYMENT_AUTHORIZENET_TEXT_DESCRIPTION;

 

Can anyone help me out?

Archived

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

×
×
  • Create New...