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 a.ct_id, a.it_id, a.ct_qty, a.ct_amount, a.ct_point, a.ct_status, a.ct_time, a.ct_point_use, a.ct_stock_use, a.it_opt1, a.it_opt2, a.it_opt3, a.it_opt4, a.it_opt5, a.it_opt6, b.it_name from {$g4['shop_cart_table']} a, {$g4['shop_item_table']} b where a.uq_id = '{$od['uq_id']}' and a.it_id = b.it_id order by a.ct_id "; $result = sql_query($sql); $pg_anchor = '
'; ?>주문일시 () / 주문총액 원
희망배송일은 () 입니다.
| 주문번호 | 결제방법 | 주문총액 | 포인트결제 | 총결제액 | DC | 환불액 | 주문취소 |
|---|---|---|---|---|---|---|---|
| 원 | 원 |
현재 열람 중인 주문에 대한 내용을 메모하는곳입니다.
입금, 배송 내역을 메일로 발송할 경우 함께 기록됩니다.