Wallyr41 Posted May 3, 2007 Share Posted May 3, 2007 How do I remove a credit card that I do not offer, I read the contribs and it instucted that I go to "catalog/includes/classes/validation.php", I can't find this anywhere in the admin file. Please help this newbie. :'( Walt Quote Link to comment Share on other sites More sharing options...
dynamoeffects Posted May 4, 2007 Share Posted May 4, 2007 Open up catalog/includes/classes/cc_validation.php and delete the two lines of each card that you don't want to accept. For instance, if you don't want to accept American Express, delete these lines: } elseif (ereg('^3[47][0-9]{13}$', $this->cc_number)) { $this->cc_type = 'American Express'; Quote Please use the forums for support! I am happy to help you here, but I am unable to offer free technical support over instant messenger or e-mail. Link to comment Share on other sites More sharing options...
Wallyr41 Posted May 4, 2007 Author Share Posted May 4, 2007 Open up catalog/includes/classes/cc_validation.php and delete the two lines of each card that you don't want to accept. For instance, if you don't want to accept American Express, delete these lines: } elseif (ereg('^3[47][0-9]{13}$', $this->cc_number)) { $this->cc_type = 'American Express'; Thank you so much for the expert advice. I don't know why I couldn't get into this section before, brain dead or trying to hard, I suppose. Thanks again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.