This is a discussion on List Credit Cards Accepted - with Authorize.net module within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I was looking for a way to list what kind of credit cards we accept on the checkout page (not ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I was looking for a way to list what kind of credit cards we accept on the checkout page (not just info boxes). With the authorize.net module, on the checkout page, it would say something like, "Here is the acceptable types of payment: Authorize.net" Well, the average Joe doesn't know what Authorize.net is. In fact, we had someone call in and say, "I want to use my credit card and the only option I have is this authorize.net thing." I didn't find a contribution or way to change this, so I made one. This is a pretty simple way to list (in text form) what credit cards you accept in the authorize.net payment module. Any improvements are welcomed: Open /catalog/includes/languages/english/modules/payment/authorizenet.php Find Code: define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE', 'Authorize.net');
Change (leave the apostrophes) 'Authoriz.net' to whatver text you want - I put 'Credit Cards - VISA, MASTERCARD, DISCOVER ONLY' so it now looks like this: Code: define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE', 'Credit Cards - VISA, MASTERCARD, DISCOVER ONLY');
Hope this helps! |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Discover Cards returned Declined using Authorize.net | mrgtih2 | osCMax v2 Installation issues | 0 | 10-19-2006 11:01 AM |
| Error prosessing credit card message with authorize.net | sstrycker | osCommerce 2.2 Modification Help | 0 | 05-11-2006 11:13 PM |
| Credit Card via Authorize.net | lem | osCMax v2 Installation issues | 1 | 07-18-2005 11:43 AM |
| credit card info doesn't show in authorize.net module | gmartini42 | osCMax v1.7 Discussion | 1 | 02-15-2005 08:55 PM |
| Authorize.net cc error processing your credit card | _debra | osCommerce 2.2 Modification Help | 3 | 09-20-2003 01:03 PM |