include $_SERVER[DOCUMENT_ROOT] . "/backoffice/header.php"; include $_SERVER[DOCUMENT_ROOT] . "/module/shop/shop.lib.php"; include $_SERVER[DOCUMENT_ROOT] . "/module/category/category.lib.php"; if(!in_array("shop_order_manage",$_SESSION[$_SITE["DOMAIN"]]["ADMIN"]["AUTH"]) && $_SESSION[$_SITE["DOMAIN"]]["ADMIN"]["GRADE"]!="ROOT"): jsMsg("권한이 없습니다."); jsHistory("-1"); endif; //DB연결 $dblink = SetConn($_conf_db["main_db"]); $arrInfo = getOrderInfoAdmin(mysql_real_escape_string($_REQUEST["order_no"])); //검색날짜 설정 if(!$_REQUEST[s_date]){ $s_date = date("Y-m-d"); }else{ $s_date = mysql_real_escape_string($_REQUEST[s_date]); } if(!$_REQUEST[e_date]){ $e_date = date("Y-m-d"); }else{ $e_date = mysql_real_escape_string($_REQUEST[e_date]); } //DB해제 SetDisConn($dblink); ?> //주문번호 확인 => 주문번호가 있어야만 주문가능 if($arrInfo["total"] > 0){ ?>
| 사진 | 상품명 | 가격 | 적립금 | 수량 | 소계 | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| " target="_blank"> |
" target="_blank">
=stripslashes($arrInfo["good_list"][$i][g_name])?> =$arrInfo["good_list"][$i][g_opt_1]?" ".$arrInfo["good_list"][$i][g_opt_1]:""?>=$arrInfo["good_list"][$i][g_opt_1_price]?" +".number_format($arrInfo["good_list"][$i][g_opt_1_price]):""?> =$arrInfo["good_list"][$i][g_opt_2]?"| ".$arrInfo["good_list"][$i][g_opt_2]:""?>=$arrInfo["good_list"][$i][g_opt_2_price]?" +".number_format($arrInfo["good_list"][$i][g_opt_2_price]):""?> =$arrInfo["good_list"][$i][g_opt_3]?"| ".$arrInfo["good_list"][$i][g_opt_3]:""?>=$arrInfo["good_list"][$i][g_opt_3_price]?" +".number_format($arrInfo["good_list"][$i][g_opt_3_price]):""?> =$arrInfo["good_list"][$i][g_opt_4]?"| ".$arrInfo["good_list"][$i][g_opt_4]:""?>=$arrInfo["good_list"][$i][g_opt_4_price]?" +".number_format($arrInfo["good_list"][$i][g_opt_4_price]):""?> =$arrInfo["good_list"][$i][g_opt_5]?"| ".$arrInfo["good_list"][$i][g_opt_5]:""?>=$arrInfo["good_list"][$i][g_opt_5_price]?" +".number_format($arrInfo["good_list"][$i][g_opt_5_price]):""?> |
=number_format($arrInfo["good_list"][$i][g_price]+$optionPrice)?> | =number_format($arrInfo["good_list"][$i][g_point])?> |
=number_format($arrInfo["good_list"][$i][g_qty])?> | =number_format(($arrInfo["good_list"][$i][g_price]*$arrInfo["good_list"][$i][g_qty])+($optionPrice * $arrInfo["good_list"][$i][g_qty]))?> | ||||||
|
|||||||||||
| 구매 항목이 없습니다. | |||||||||||
| 주문번호 | =$arrInfo["list"][0]["order_no"]?> |
|---|---|
| 주문내역 | =$arrInfo["list"][0]["order_summary"]?> |
| 결제방법 | if ($arrInfo["list"][0]["charge_type"] == "1") { ?> =$_SITE["SHOP"]["PAY_TYPE_MOBILE"][$arrInfo["list"][0]["pay_type"]]?> } else { ?> =$_SITE["SHOP"]["PAY_TYPE"][$arrInfo["list"][0]["pay_type"]]?> } ?> |
| 입금계좌 | =$arrInfo["list"][0]["bank_type"]?> |
| 입금자명 | =$arrInfo["list"][0]["bank_name"]?> |
| 입금자예정일 | =$arrInfo["list"][0]["bank_date"]?> |
| 배송비 | |
| 주문가 | |
| 실결제 | |
| 주문하시는분 | =$arrInfo["list"][0]["order_name"]?> |
| 주소 | =$arrInfo["list"][0]["order_zip"]?> =$arrInfo["list"][0]["order_address"]?> =$arrInfo["list"][0]["order_address_ext"]?> |
| 전화번호 | =$arrInfo["list"][0]["order_phone"]?> |
| 핸드폰번호 | =$arrInfo["list"][0]["order_mobile"]?> |
| 이메일 | =$arrInfo["list"][0]["order_email"]?> |
| 받으실분 | =$arrInfo["list"][0]["ship_name"]?> |
| 받으실곳 | =$arrInfo["list"][0]["ship_zip"]?> =$arrInfo["list"][0]["ship_address"]?> =$arrInfo["list"][0]["ship_address_ext"]?> |
| 전화번호 | =$arrInfo["list"][0]["ship_phone"]?> |
| 핸드폰번호 | =$arrInfo["list"][0]["ship_mobile"]?> |
| 남기실 말씀 | =stripslashes($arrInfo["list"][0]["order_comment"])?> |
| 해당하는 주문내역이 없습니다. |