Contributions

Payment Modules (Category Index)
Search: 

Credit Card with CVV2

This is the normal credit card module from oscommerce, only added the cvv2 field, and also fixed for php5.03 version.

Expand All / Collapse All

Blank admin order details fix 16 Oct 2011

You have to do is edit $sql_data_array in catalog/checkout_process.php from:

FInd:

/*

'cc_type' => $order->info['cc_type'],
'cc_owner' => $order->info['cc_owner'],
'cc_number' => $order->info['cc_number'],
'cc_expires' => $order->info['cc_expires'],
'cc_cvv2' => $order->info['cc_cvv2'], //CVV2

*/


and replace:


'cc_type' => $_POST['cc_type'],
'cc_owner' => $_POST['cc_owner'],
'cc_number' => $_POST['cc_number'],
'cc_expires' => $_POST['cc_expires'],
'cc_cvv2' => $_POST['cc_cvv2'], //CVV2

That's it.
Thank you.

Image Files Update Error 29 Oct 2010
Credit Card with CVV2 version 2.31 29 Oct 2010
Credit Card with CCV2 v2.3 1 Oct 2010
Credit Card with CVV2 v3 28 Jun 2010
Credit Card with CVV2 v2.1 corrected 27 Apr 2010
Credit Card with CVV2 version 2.1 24 Apr 2010
Credit Card with CVV2 for RC2a for PHP >5.3 bug fix 3 Dec 2009
Credit Card with CVV2 for RC2a updated for PHP >5.3 8 Oct 2009
Credit Card with CVV2 for RC2a 22 Jul 2009
Credit Card with CVV2 for RC2a 26 Aug 2008
Credit Card with CVV2 v. RC2a corrected 8 Aug 2008
Credit Card with CVV2 Version v2.2RC2a 22 Feb 2008
cvv2 with admin control 14 Aug 2007
cvv2 with Admin control 13 Aug 2007
cc.php for php5 3 May 2007
Generic text 18 Sep 2006
Credit Card with CVV2 (english readme) 7 Sep 2006
Credit Card CVV2 in french german ans espanol 2 Oct 2005
It did not write the CVV2 to DB... 30 Aug 2005
Fix cvv2 output 19 Aug 2005
CVV2 with full details 11 Jul 2005
CVV2 error checking Jim Johnston 1 Jun 2005
Credit Card with CVV2 Bogdan Adam 23 Feb 2005

Note: Contributions are used at own risk.