This module requires the mcrypt PHP functions. It is not possible to enable it until this has been added by your server administrator.
"; } else { require CC_ROOT_DIR.CC_DS.'modules'.CC_DS.'status.inc.php'; $cache = new cache("config.".$moduleName); $cache->clearCache(); //$module = fetchDbConfig($moduleName); // Uncomment this is you wish to merge old config with new $module = array(); // Comment this out if you don't want the old config to merge with new $msg = writeDbConf($_POST['module'], $moduleName, $module); } } $module = fetchDbConfig($moduleName); ?>Manual Credit Card Capture
This modules captures the customers credit card information and securely encrypts it in the database for processing later. The credit card information can be viewed by vewing the customers order.