Community Add-Ons

Maintainers: Geotex
Add file to this package
Top » Features

Remove Credit Card Numbers
for osCommerce Online Merchant v2.2

Use this routine if you are currently storing credit card numbers and ccv information in your database (you realy shouldn't, you know). It will work with plain numbers and if you have installed contrib 4359, Credit Card Number Encryption.It will replace all but the last four numbers with X's, counts the length so will work with all major cards. If you have ccv2 info, it will blank that field. When your customer views existing orders, they will see the last 4 digits of their card so they know which one they used.

Legend:  Download   Report
Expand All / Collapse All
Minor bug update valguss 9 Nov 2007  

Line 39 of admin/popup_zap_cc_info.php was causing problems with memory runout.

changed:
$newnum = substr($order['cc_number'], -4, $order['cc_number']);

to:
$newnum = substr($order['cc_number'], -4);

Update is included with package

Minor Tweak mthierfelder 7 Nov 2007  
1.11 olsonsp4c 16 Oct 2007  
Remove Credit Card Numbers 1.1 olsonsp4c 16 Oct 2007  
Remove Credit Card Numbers Geotex 13 Aug 2007