Is ther any way to Change "authorize.net" to read "Credit Card Details". it confuses customers who have clue what authorize.net is.
Thanks in anticipation
Is ther any way to Change "authorize.net" to read "Credit Card Details". it confuses customers who have clue what authorize.net is.
Thanks in anticipation
Christy,
The text that is displayed there is from the file: authorizenet.php located in the language area you are working with... assuming it is english... /catalog/includes/languages/english/modules/payment/authorizenet.php
There you will find a bunch of 'define' statements that indicate text to display. Be careful though, these defines are used in various places. Once you change it here, it will be changed in all the places that reference it. For example.. if you change the Authorize.net to something different, that something different will show up in admin under payment modules (it won't be display authorize.net any longer)
hope I helped.
thanks ...I tried that but am getting this error
Call to undefined function: tep_get_configuration_key_value() in /public_html/checkout_shipping.php on line 18
This error didnt go away even after I uploaded the backup file
What could have happened?
the line that corresponds to that line is
// Reset $shipping if free shipping is on and weight is not 0
if (tep_get_configuration_key_value('MODULE_SHIPPING_ FREESHIPPER_STATUS') and $cart->show_weight()!=0) {
tep_session_unregister('shipping');
I didnt even touch that file
It appears that the error was due to some other mod that I attempted this am. It is working great now. Thanks a lot
Christy
found it...I was looking at the wrong file.
Bookmarks