ComputrGrl Posted March 9, 2004 Posted March 9, 2004 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?
Mark Evans Posted March 9, 2004 Posted March 9, 2004 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)
ComputrGrl Posted March 9, 2004 Author Posted March 9, 2004 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?
Mark Evans Posted March 9, 2004 Posted March 9, 2004 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)
ComputrGrl Posted March 9, 2004 Author Posted March 9, 2004 Thank you very much, that will eliminate alot of issues!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.