This is a discussion on Authorize Net AIM module (GPL) within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; For PCI compliance, you'll likely need to eliminate the entry of all CC information into the database. If you're on ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| ----------------------------------- Only one file and four lines to modify. catalog/checkout_process.php 1. Find 'cc_type' => $order->info['cc_type'], change to: 'cc_type' => '', 2. Find (right below on unmodded osc) 'cc_owner' => $order->info['cc_owner'], change to 'cc_owner' => '', 3. Find (right below on unmodded osc) 'cc_number' => $order->info['cc_number'], change to 'cc_number' => '', 4. Find (right below on unmodded osc) 'cc_expires' => $order->info['cc_expires'], change to 'cc_expires' => '', ---------------- That's it. This will ensure that your OSC system never sees the sensitive CC information. Authorize.net will still function properly. Zip file attached contains .txt with this same information. More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Authorize Net AIM module (GPL) | michael_s | New osCommerce Contributions | 0 | 04-08-2008 04:50 PM |
| Authorize Net AIM module (GPL) | michael_s | New osCommerce Contributions | 0 | 10-25-2007 03:11 PM |
| Authorize Net AIM module (GPL) | michael_s | New osCommerce Contributions | 0 | 07-06-2007 02:00 PM |
| Authorize Net AIM module (GPL) | michael_s | New osCommerce Contributions | 0 | 07-06-2007 10:04 AM |
| Authorize Net AIM module (GPL) | michael_s | New osCommerce Contributions | 0 | 02-03-2007 02:10 PM |