전체목록';
?>
주문내역 목록
주의! 주문번호를 클릭하여 나오는 주문상세내역의 주소를 외부에서 조회가 가능한곳에 올리지 마십시오.'); ?>
">주문번호 순 정렬 주문일시 |
">주문자 순 정렬
">회원ID 순 정렬
|
">건수 순 정렬 |
" class="order_sum">주문합계 순 정렬 |
">주문취소 순 정렬 |
">DC 순 정렬 |
" class="order_sum">입금합계 순 정렬 |
">입금취소 순 정렬 |
" class="order_outstanding">미수금 순 정렬 |
결제수단 |
관리 |
| 합 계
| 건 |
|
|
|
|
|
|
|
';
}
else
{
if ($lines[$i]['od_temp_bank'] > 0 || $lines[$i]['od_receipt_bank'] > 0)
{
//$s_receipt_way = "무통장입금";
$s_receipt_way = cut_str($lines[$i]['od_bank_account'],8,"");
$s_br = "
";
}
if ($lines[$i]['od_temp_card'] > 0 || $lines[$i]['od_receipt_card'] > 0)
{
// 미수금이 없고 카드결제를 하지 않았다면 카드결제를 선택후 무통장 입금한 경우임
if ($lines[$i]['misuamount'] <= 0 && $lines[$i]['od_receipt_card'] == 0)
; // 화면 출력하지 않음
else
{
$s_receipt_way .= $s_br."카드";
if ($lines[$i]['od_receipt_card'] == 0)
$s_receipt_way .= "(미승인)";
$s_br = "
";
}
}
}
if ($lines[$i]['od_receipt_point'] > 0)
$s_receipt_way .= $s_br."포인트";
$mb_nick = get_sideview($lines[$i]['mb_id'], $lines[$i]['od_name'], $lines[$i]['od_email'], '');
$od_cnt = 0;
if ($lines[$i]['mb_id'])
{
$sql2 = " select count(*) as cnt from {$g4['shop_order_table']} where mb_id = '{$lines[$i]['mb_id']}' ";
$row2 = sql_fetch($sql2);
$od_cnt = $row2['cnt'];
}
// 주문device
$od_mobile = '';
if($lines[$i]['od_mobile'])
$od_mobile = '(M)';
?>
주문일시
|
|
건 누적 건 |
|
|
|
|
|
|
|
|
자료가 없습니다. | ';
?>