/**
* This is the main function which stores the order information in the database
*
* @author gday, soeren, many others!
* @param array $d The REQUEST/$vars array
* @return boolean
*/
function add( &$d ) {
此处即添加订单的地方。
在line993:
// Insert the main order information
$db->buildQuery( 'INSERT', '#__{vm}_orders', $fields );
$result = $db->query();
EasyCalcCheck Plus - Warning: The form was not found, because the template uses overrides. Please adjust the search string for the form in the file easycalccheckplus.php or delete the overrides in templates/yourtemplate/html!