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
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 {.....
Thanks to everyone who has used my Oscommerce Contribution and taken the time to let me know how you got on with it. This update addresses the problem that credit card companies keep changing the number sequences on their cards.
This 1 replacement file aims to fix that but I make no assurances that every card will validate correctly. You can see how the validation works from this file and add in your own.
The file in question is cc_validation.php and is found in catalog/includes/classes/
This update comes directly from the CCCVV_ISSUE_START Selectable with card blacklist contribution which though I admit is probably better than my contribution is far more difficult to install in my opinion.
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