-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
# skin file
$skins = $skin->skin ( array (
'frm' => 'FORM'
) , $skinfile ) ;
if ( !empty($_GET['ono'])) {
// ¹ß±Þ ¿©ºÎ È®ÀÎ
$o_cachinfo = $exe->qry_fetch(" from tbl_{$total[table]} where ordr_no = '{$_GET[ono]}' " , " numid , now_state " );
if ( !empty($o_cachinfo['numid']) && $o_cachinfo['now_state'] != '½Åû¿Ï·á' ) script_re( $total['cmnall'] . '&mode=modify&numid=' . $o_cachinfo['numid']);
$o_info = $exe->qry_fetch(" from tbl_{$config[ODR][1]} where numid = '{$_GET[ono]}' " , " * , date_format( write_date , '%Y%m%d%H%i%s' ) as trad_time " );
$amt_tot = intval($o_info['result_price']);
$amt_sup = !empty($amt_tot) ? ceil($amt_tot * 10 / 11) : 0 ;
$amt_tax = $amt_tot - $amt_sup ;
$info = array(
'ordr_idxx' => date('Ymd') . time() ,
'ordr_idxx_fix1' => !empty($o_cachinfo['numid']) ? 'readonly' : '' ,
'ordr_idxx_fix2' => !empty($o_cachinfo['numid']) ? 'none' : '' ,
'ordr_idxx_fix3' => !empty($o_cachinfo['numid']) ? '' : 'none' ,
'order_no' => $o_info['numid'] ,
'buyr_name' => $o_info['oname'] ,
'good_name' => str_replace( array( ',' , '&' , ';' , "\\" , '|' , '\'' , '"' , '<' ) , '' , $o_info['ordertitle'] ) ,
'buyr_mail' => $o_info['oemail'] ,
'buyr_tel1' => $o_info['ohp'] ,
'trad_time' => $o_info['trad_time'] ,
'id_info' => str_replace( '-' , '' , $o_info['apply_cashrp'] == 'Y' ? $o_info['apply_cashhp'] : $o_info['ohp'] ) ,
'amt_tot' => $amt_tot ,
'amt_sup' => $amt_sup ,
'amt_tax' => $amt_tax ,
'amt_svc' => 0
);
} else {
$info = array(
'ordr_idxx_fix3' => 'none'
);
}
$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee