shm Posted April 27, 2006 Posted April 27, 2006 is there any way I can change the text on the payment page so it says, "Enter your MC/Visa credit card information" instead of "Authorize.net"?
aZORAble Posted April 27, 2006 Posted April 27, 2006 yep, its quite simple really, open authorizenet.php which is found in: catalog/includes/languages/english/modules/payment/ and find: define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE', 'Authorize.net'); and replace with: define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE', 'Enter your MC/Visa credit card information'); Hope that helps :)
demi Posted April 27, 2006 Posted April 27, 2006 yep, its quite simple really, open authorizenet.php which is found in: catalog/includes/languages/english/modules/payment/ and find: define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE', 'Authorize.net'); and replace with: define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE', 'Enter your MC/Visa credit card information'); Hope that helps :) I want to add another payment module but cannot, please let me know how to achieve this
ozcsys Posted April 27, 2006 Posted April 27, 2006 I want to add another payment module but cannot,please let me know how to achieve this Look in the contribution section under payment modules, if the one you want is already made they you can just download it and follow the instructions. If you want one that does not exist then you will need to modify and existing module or create one yourself. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
demi Posted April 28, 2006 Posted April 28, 2006 Look in the contribution section under payment modules, if the one you want is already made they you can just download it and follow the instructions. If you want one that does not exist then you will need to modify and existing module or create one yourself. Ok, th eone I want exists , infact it is in : /docs/includes/modules/payment of my web site. but when I go to admin console and payement forms there 10 forms showing up but thi sparticular one doesnot show . What can I do to show that one so that I can install.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.