Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Credit Cards


Wallyr41

Recommended Posts

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

Link to comment
Share on other sites

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';

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

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...