Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Accepted Credit Cards


ComputrGrl

Recommended Posts

Posted

On my site, I have it posted that I only accept VISA, MC and AMEX, not discover...but people can still order with a Discover card...is there a way to not accept this card?

Posted

Yes there is :)

 

If you are using MS-2 find the file cc_validation.php and remove the following 2 lines near the top.

 

} elseif (ereg('^6011[0-9]{12}$', $this->cc_number)) {
$this->cc_type = 'Discover';

Mark Evans

osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops)

 

---------------------------------------

Software is like sex: It's better when it's free. (Linus Torvalds)

Posted

Thanks for the response.....except I am using MS2 but cannot find the cc_validation.php file....do you know where I can find it?

Posted

yep :)

 

catalog/includes/classes

 

HTH

Mark Evans

osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops)

 

---------------------------------------

Software is like sex: It's better when it's free. (Linus Torvalds)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...