전체목록';
?>
주문통합내역 목록
주의! 주문번호를 클릭하여 나오는 주문상세내역의 주소를 외부에서 조회가 가능한곳에 올리지 마십시오.
">주문번호 순 정렬 주문일시 |
">주문자 순 정렬/입금자
">회원ID
|
">건수 순 정렬 |
">주문합계 순 정렬 |
">주문취소 순 정렬 |
">DC 순 정렬 |
">입금합계 순 정렬 |
">입금취소 순 정렬 |
">미수금 순 정렬 |
결제수단 |
관리 |
| 상품명 |
판매가 |
수량 |
포인트 |
소계 |
상태 |
';
}
else
{
if ($row['od_temp_bank'] > 0 || $row['od_receipt_bank'] > 0)
{
//$s_receipt_way = "무통장입금";
$s_receipt_way = cut_str($row['od_bank_account'],8,"");
$s_br = "
";
}
if ($row['od_temp_card'] > 0 || $row['od_receipt_card'] > 0)
{
// 미수금이 없고 카드결제를 하지 않았다면 카드결제를 선택후 무통장 입금한 경우임
if ($row['misuamount'] <= 0 && $row['od_receipt_card'] == 0)
; // 화면 출력하지 않음
else
{
$s_receipt_way .= $s_br."카드";
if ($row['od_receipt_card'] == 0)
$s_receipt_way .= '(미승인)';
$s_br = '
';
}
}
}
if ($row['od_receipt_point'] > 0)
$s_receipt_way .= $s_br.'포인트';
$od_mobile = '';
if($row['od_mobile'])
$od_mobile = '(M)';
$tot_itemcount += $row['itemcount'];
$tot_orderamount += $row['orderamount'];
$tot_ordercancel += $row['ordercancel'];
$tot_dc_amount += $row['od_dc_amount'];
$tot_receiptamount += $row['receiptamount'];
$tot_receiptcancel += $row['receiptcancel'];
$tot_misu += $row['misu'];
?>
|
/
|
건 |
|
|
|
|
|
|
|
|
'.cut_str($row2['it_name'],35).'
';
// 옵션항목
$sql3 = " select *
from {$g4['shop_cart_table']}
where uq_id = '{$row['uq_id']}'
and it_id = '{$row2['it_id']}'
order by ct_num ";
$result3 = sql_query($sql3);
$rowspan = mysql_num_rows($result3) + 1;
for($j=0;$row3=sql_fetch_array($result3);$j++) {
if($row3['io_type'])
$ct_price = $row3['io_price'];
else
$ct_price = ($row3['ct_price'] + $row3['io_price']);
$sub_amount = $row3['ct_qty'] * $ct_price;
$sub_point = $row3['ct_qty'] * $row3['ct_point'];
?>
|
|
|
|
|
|
|
|
|
자료가 한건도 없습니다. | ';
?>
| 합 계
| 건 |
|
|
|
|
|
|
|