0) { $po_point = $row['ct_point'] * $row['ct_qty']; $po_content = "$cart_title3 {$tmp_row['od_id']} ({$row['ct_id']}) $cart_title4"; insert_point($tmp_row['mb_id'], $po_point, $po_content, "@delivery", $tmp_row['mb_id'], "{$tmp_row['od_id']},{$row['uq_id']},{$row['ct_id']}"); } sql_query("update {$g4['shop_cart_table']} set ct_point_use = '1' where ct_id = '{$row['ct_id']}' "); } } //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ // 주문서 정보 //------------------------------------------------------------------------------ $sql = " select * from {$g4['shop_order_table']} where od_id = '$od_id' "; $od = sql_fetch($sql); if (!$od['od_id']) { alert($alt_msg1); } if ($od['mb_id'] == "") { $od['mb_id'] = $mb_guest; } //------------------------------------------------------------------------------ $qstr = "sort1=$sort1&sort2=$sort2&sel_field=$sel_field&search=$search&page=$page"; // PG사를 KCP 사용하면서 테스트 상점아이디라면 if ($default['de_card_test']) { // 로그인 아이디 / 비번 // 일반 : test1234 / test12345 // 에스크로 : escrow / escrow913 $g4['shop_cardpg']['kcp'] = "http://testadmin8.kcp.co.kr"; } $sql = " select ct_id, it_id, it_name, ct_qty, ct_option, ct_price, ct_point, ct_status, ct_time, ct_point_use, ct_stock_use, io_type, io_price, ct_num from {$g4['shop_cart_table']} where uq_id = '{$od['uq_id']}' order by ct_id "; $result = sql_query($sql); $lines = array(); $total_order = 0; for($i=0; $row=sql_fetch_array($result); $i++) { $lines[$i] = $row; if($row['io_type']) $total_price = $row['io_price'] * $row['ct_qty']; else $total_price = ($row['ct_price'] + $row['io_price']) * $row['ct_qty']; $lines[$i]['price'] = $total_price; $total_order += $total_price; } $pg_anchor = '
'; ?>주문일시 () / 주문총액 원
희망배송일은 () 입니다.
모바일 쇼핑몰의 주문입니다.
| 주문번호 | 결제방법 | 주문총액 | 포인트결제 | 총결제액 | DC | 환불액 | 주문취소 |
|---|---|---|---|---|---|---|---|
| 원 | 원 |
현재 열람 중인 주문에 대한 내용을 메모하는곳입니다.
입금, 배송 내역을 메일로 발송할 경우 함께 기록됩니다.