Community Add-Ons

Add file to this package
Top » Payment Modules

Simple CVV & Issue
for osCommerce Online Merchant v2.2

This contribution adds a box for CVV and another for issue numbers on the checkout_process.php page.

Tested on Oscommerce 2.2 ms2 and with the ability of removing the Credit Card Number, CVV Number and Issue Number from your database.

Takes only 5 minutes to install and includes all the modified pages for those that are to lazy to install by hand.

Based on CVV for osC MR2 1.0 by Chris hubbard

Thanks Chris for all your work

Legend:  Download   Report
Expand All / Collapse All
cannot redeclare cc error visualmtb 6 Nov 2005  

Thanks for a great contribution, have found an error in my install. I kept getting Fatal error: Cannot redeclare class cc in /home/ajdown/public_html/store/includes/modules/payment/cc.php on line 13.

i can't figure why this occured. the only way i can fix this is by adding in includes/modules/payment/cc.php :

if ( class_exists('cc') ){
return;
}
before
class cc {.....

Credit Card Validation Update Richard Jordan 26 Feb 2005  
Simple CVV & Issue Richard Jordan 1 Mar 2004