Hi,
I'm very green to this stuff.
I was trying to remove amex from the credit card portion of the cart. So I edited "includes/classes/cc_validation.php"
and simply deleted the credit card we did not want to accept.
} elseif (ereg('^3[47][0-9]{13}$', $this->cc_number)) {
$this->cc_type = 'Amex';
Then I found "/includes/languages/english.php"
and found:
define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'The first four digits of the number entered are: %s<br>If that number is correct, we do not accept that type of credit card.<br>If it is wrong, please try again.');
and change to"
define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'The first four digits of the number entered are: %s If that number is correct, we do not accept that type of credit card. If it is wrong, please try again.');
After this we have notice confirmation email are not coming from orders. And as I was looking around admin I notice the stuff was missing from the payment modules portion. (refer to image below):
http://img834.imageshack.us/img834/7207/unled1ewg.jpg or attachment.
In this image you can see that Paypal and a whole bunch of other stuff is missing.
Can any kind soul out there help me rectify both issues?
Hickaway





LinkBack URL
About LinkBacks





Reply With Quote



Bookmarks