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.
More...





LinkBack URL
About LinkBacks








Reply With Quote
Bookmarks