쇼핑몰: 개인결제, 주문서 작성 스타일 보완

This commit is contained in:
whitedot
2014-04-04 14:51:43 +09:00
parent 9b312b1b4c
commit 0c06ce9d3b
10 changed files with 102 additions and 54 deletions

View File

@ -378,6 +378,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
#sit_opt_added {margin:0;padding:0;border:1px solid #e9e9e9;border-bottom:0;background:#fff;list-style:none} #sit_opt_added {margin:0;padding:0;border:1px solid #e9e9e9;border-bottom:0;background:#fff;list-style:none}
#sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9} #sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9}
#sit_opt_added li div {margin:5px 0 0;text-align:right} #sit_opt_added li div {margin:5px 0 0;text-align:right}
#sit_opt_added button {margin:0 0 0 1px}
#sod_bsk_list {position:relative} #sod_bsk_list {position:relative}
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none} #sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:99px;padding:20px;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#f2f5f9;overflow-y:scroll;overflow-x:none}
@ -423,6 +424,9 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
#sod_frm p#sod_frm_pt {margin:10px 0 5px} #sod_frm p#sod_frm_pt {margin:10px 0 5px}
#sod_frm #sod_frm_pt_alert {margin:0 0 10px} #sod_frm #sod_frm_pt_alert {margin:0 0 10px}
#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}
#sod_frm_pay {position:relative} #sod_frm_pay {position:relative}
#sod_frm_pay h2 {margin:0 0 10px} #sod_frm_pay h2 {margin:0 0 10px}
#sod_frm_pay .tbl_wrap th {width:auto !important;font-weight:bold;text-align:center !important} #sod_frm_pay .tbl_wrap th {width:auto !important;font-weight:bold;text-align:center !important}
@ -437,6 +441,8 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
#sod_frm_escrow {margin:30px 0 0} #sod_frm_escrow {margin:30px 0 0}
#display_pay_process {padding:20px;text-align:center}
/* 배송지 목록 */ /* 배송지 목록 */
#sod_addr .td_mng button {margin:0;padding:0;border:0;background:transparent} #sod_addr .td_mng button {margin:0;padding:0;border:0;background:transparent}
@ -513,6 +519,8 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
#sod_fin_cancelfrm {display:none;margin:10px 0 0} #sod_fin_cancelfrm {display:none;margin:10px 0 0}
#sod_fin_cancelfrm .frm_input {background:#fff} #sod_fin_cancelfrm .frm_input {background:#fff}
#sod_fin_test {padding:10px}
/* 주문상세내역 중 현금영수증 발급 */ /* 주문상세내역 중 현금영수증 발급 */
#scash {} #scash {}
#scash section {padding:10px 0} #scash section {padding:10px 0}

View File

@ -392,6 +392,8 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
#sod_fin_cancelfrm {display:none;margin:10px 0 0} #sod_fin_cancelfrm {display:none;margin:10px 0 0}
#sod_fin_cancelfrm .frm_input {background:#fff} #sod_fin_cancelfrm .frm_input {background:#fff}
#sod_fin_test {padding:10px}
/* 주문내역 include */ /* 주문내역 include */
#sod_inquiry {} #sod_inquiry {}
#sod_inquiry ul {margin:0;padding:0;list-style:none} #sod_inquiry ul {margin:0;padding:0;list-style:none}

View File

@ -359,13 +359,13 @@ ob_end_clean();
<table> <table>
<tbody> <tbody>
<tr> <tr>
<th scope="row"><label for="od_name">이름</label></th> <th scope="row"><label for="od_name">이름<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="od_name" value="<?php echo $member['mb_name']; ?>" id="od_name" required class="frm_input required" maxlength="20"></td> <td><input type="text" name="od_name" value="<?php echo $member['mb_name']; ?>" id="od_name" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
<?php if (!$is_member) { // 비회원이면 ?> <?php if (!$is_member) { // 비회원이면 ?>
<tr> <tr>
<th scope="row"><label for="od_pwd">비밀번호</label></th> <th scope="row"><label for="od_pwd">비밀번호<strong class="sound_only"> 필수</strong></label></th>
<td> <td>
<input type="password" name="od_pwd" id="od_pwd" required class="frm_input required" maxlength="20"> <input type="password" name="od_pwd" id="od_pwd" required class="frm_input required" maxlength="20">
영,숫자 3~20자 (주문서 조회시 필요) 영,숫자 3~20자 (주문서 조회시 필요)
@ -374,7 +374,7 @@ ob_end_clean();
<?php } ?> <?php } ?>
<tr> <tr>
<th scope="row"><label for="od_tel">전화번호</label></th> <th scope="row"><label for="od_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="od_tel" value="<?php echo $member['mb_tel']; ?>" id="od_tel" required class="frm_input required" maxlength="20"></td> <td><input type="text" name="od_tel" value="<?php echo $member['mb_tel']; ?>" id="od_tel" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
<tr> <tr>
@ -402,7 +402,7 @@ ob_end_clean();
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="od_email">E-mail</label></th> <th scope="row"><label for="od_email">E-mail<strong class="sound_only"> 필수</strong></label></th>
<td><input type="email" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" maxlength="100"></td> <td><input type="email" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" maxlength="100"></td>
</tr> </tr>
@ -499,11 +499,11 @@ ob_end_clean();
} }
?> ?>
<tr> <tr>
<th scope="row"><label for="od_b_name">이름</label></th> <th scope="row"><label for="od_b_name">이름<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20"></td> <td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="od_b_tel">전화번호</label></th> <th scope="row"><label for="od_b_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="od_b_tel" id="od_b_tel" required class="frm_input required" maxlength="20"></td> <td><input type="text" name="od_b_tel" id="od_b_tel" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
<tr> <tr>

View File

@ -180,21 +180,39 @@ require './settle_kcp.inc.php';
preg_match("/(\s[^\s]+\s)/", $pp['pp_bank_account'], $matchs); preg_match("/(\s[^\s]+\s)/", $pp['pp_bank_account'], $matchs);
$deposit_no = trim($matchs[1]); $deposit_no = trim($matchs[1]);
?> ?>
<fieldset>
<legend>모의입금처리</legend>
<p>관리자가 가상계좌 테스트를 한 경우에만 보입니다.</p> <p>관리자가 가상계좌 테스트를 한 경우에만 보입니다.</p>
<div class="tbl_frm01 tbl_wrap">
<form method="post" action="http://devadmin.kcp.co.kr/Modules/Noti/TEST_Vcnt_Noti_Proc.jsp" target="_blank"> <form method="post" action="http://devadmin.kcp.co.kr/Modules/Noti/TEST_Vcnt_Noti_Proc.jsp" target="_blank">
<label for="e_trade_no">KCP 거래번호</label> <table>
<input type="text" name="e_trade_no" value="<?php echo $pp['pp_tno']; ?>"><br /> <caption>모의입금처리</caption>
<label for="deposit_no">입금계좌</label> <colgroup>
<input type="text" name="deposit_no" value="<?php echo $deposit_no; ?>"><br /> <col class="grid_3">
<label for="req_name">입금자명</label> <col>
<input type="text" name="req_name" value="<?php echo $pp['pp_deposit_name']; ?>"><br /> </colgroup>
<label for="noti_url">입금통보 URL</label> <tbody>
<input type="text" name="noti_url" value="<?php echo G5_SHOP_URL; ?>/settle_kcp_common.php"><br /><br /> <tr>
<input type="submit" value="입금통보 테스트"> <th scope="col"><label for="e_trade_no">KCP 거래번호</label></th>
<td><input type="text" name="e_trade_no" value="<?php echo $pp['pp_tno']; ?>"></td>
</tr>
<tr>
<th scope="col"><label for="deposit_no">입금계좌</label></th>
<td><input type="text" name="deposit_no" value="<?php echo $deposit_no; ?>"></td>
</tr>
<tr>
<th scope="col"><label for="req_name">입금자명</label></th>
<td><input type="text" name="req_name" value="<?php echo $pp['pp_deposit_name']; ?>"></td>
</tr>
<tr>
<th scope="col"><label for="noti_url">입금통보 URL</label></th>
<td><input type="text" name="noti_url" value="<?php echo G5_SHOP_URL; ?>/settle_kcp_common.php"></td>
</tr>
</tbody>
</table>
<div id="sod_fin_test" class="btn_confirm">
<input type="submit" value="입금통보 테스트" class="btn_submit">
</div>
</form> </form>
</fieldset> </div>
<?php } ?> <?php } ?>
</div> </div>

BIN
shop/img/loading.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -16,5 +16,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<a href="javascript:history.go(-1);" class="btn01">취소</a> <a href="javascript:history.go(-1);" class="btn01">취소</a>
</div> </div>
<div id="display_pay_process" style="display:none"> <div id="display_pay_process" style="display:none">
<p>결제 진행 중입니다. 잠시만 기다려 주세요.</p> <img src="<?php echo G5_URL; ?>/shop/img/loading.gif" alt="">
<span>주문완료 중입니다. 잠시만 기다려 주십시오.</span>
</div> </div>

View File

@ -7,22 +7,22 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<h2>에스크로 안내</h2> <h2>에스크로 안내</h2>
<form name="escrow_foot" method="post" action="http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp"> <form name="escrow_foot" method="post" action="http://admin.kcp.co.kr/Modules/escrow/kcp_pop.jsp">
<input type="hidden" name="site_cd" value="SR<?php echo $default['de_kcp_mid']; ?>"> <input type="hidden" name="site_cd" value="SR<?php echo $default['de_kcp_mid']; ?>">
<table border="0" cellspacing="0" cellpadding="0"> <table>
<tr> <tr>
<td align='center'><img src="<?php echo G5_SHOP_URL; ?>/img/marks_escrow/escrow_foot.gif" width="290" height="92" border="0" usemap="#Map"></td> <td><img src="<?php echo G5_SHOP_URL; ?>/img/marks_escrow/escrow_foot.gif" width="290" height="92" border="0" usemap="#Map"></td>
</tr> </tr>
<tr> <tr>
<td style='line-height:150%;'> <td>
<br>
<strong>에스크로(escrow) 제도란?</strong> <strong>에스크로(escrow) 제도란?</strong>
<br>상거래 시에, 판매자와 구매자의 사이에 신뢰할 수 있는 중립적인 제삼자(여기서는 <a href='http://kcp.co.kr' target='_blank'>KCP</a>)가 중개하여 <p>
상거래 시에, 판매자와 구매자의 사이에 신뢰할 수 있는 중립적인 제삼자(여기서는 <a href='http://kcp.co.kr' target='_blank'>KCP</a>)가 중개하여
금전 또는 물품을 거래를 하도록 하는 것, 또는 그러한 서비스를 말한다. 거래의 안전성을 확보하기 위해 이용된다. 금전 또는 물품을 거래를 하도록 하는 것, 또는 그러한 서비스를 말한다. 거래의 안전성을 확보하기 위해 이용된다.
(2006.4.1 전자상거래 소비자보호법에 따른 의무 시행) (2006.4.1 전자상거래 소비자보호법에 따른 의무 시행)
<br><br> </p>
<p>
현금 거래에만 해당(에스크로 결제를 선택했을 경우에만 해당)되며, 현금 거래에만 해당(에스크로 결제를 선택했을 경우에만 해당)되며,
신용카드로 구매하는 거래, 배송이 필요하지 않은 재화 등을 구매하는 거래(컨텐츠 등)에는 해당되지 않는다. 신용카드로 구매하는 거래, 배송이 필요하지 않은 재화 등을 구매하는 거래(컨텐츠 등)에는 해당되지 않는다.
<br> </p>
<br>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -7,5 +7,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<a href="javascript:history.go(-1);" class="btn01">취소</a> <a href="javascript:history.go(-1);" class="btn01">취소</a>
</div> </div>
<div id="display_pay_process" style="display:none"> <div id="display_pay_process" style="display:none">
<p>결제 진행 중입니다. 잠시만 기다려 주세요.</p> <img src="<?php echo G5_URL; ?>/shop/img/loading.gif" alt="">
<span>주문완료 중입니다. 잠시만 기다려 주십시오.</span>
</div> </div>

View File

@ -286,7 +286,7 @@ require_once('./'.$default['de_pg_service'].'/orderform.1.php');
<table> <table>
<tbody> <tbody>
<tr> <tr>
<th scope="row"><label for="od_name">이름</label></th> <th scope="row"><label for="od_name">이름<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="od_name" value="<?php echo $member['mb_name']; ?>" id="od_name" required class="frm_input required" maxlength="20"></td> <td><input type="text" name="od_name" value="<?php echo $member['mb_name']; ?>" id="od_name" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
@ -301,7 +301,7 @@ require_once('./'.$default['de_pg_service'].'/orderform.1.php');
<?php } ?> <?php } ?>
<tr> <tr>
<th scope="row"><label for="od_tel">전화번호</label></th> <th scope="row"><label for="od_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="od_tel" value="<?php echo $member['mb_tel']; ?>" id="od_tel" required class="frm_input required" maxlength="20"></td> <td><input type="text" name="od_tel" value="<?php echo $member['mb_tel']; ?>" id="od_tel" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
<tr> <tr>
@ -329,7 +329,7 @@ require_once('./'.$default['de_pg_service'].'/orderform.1.php');
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="od_email">E-mail</label></th> <th scope="row"><label for="od_email">E-mail<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" size="35" maxlength="100"></td> <td><input type="text" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" size="35" maxlength="100"></td>
</tr> </tr>
@ -426,11 +426,11 @@ require_once('./'.$default['de_pg_service'].'/orderform.1.php');
</tr> </tr>
<?php } ?> <?php } ?>
<tr> <tr>
<th scope="row"><label for="od_b_name">이름</label></th> <th scope="row"><label for="od_b_name">이름<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20"></td> <td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
<tr> <tr>
<th scope="row"><label for="od_b_tel">전화번호</label></th> <th scope="row"><label for="od_b_tel">전화번호<strong class="sound_only"> 필수</strong></label></th>
<td><input type="text" name="od_b_tel" id="od_b_tel" required class="frm_input required" maxlength="20"></td> <td><input type="text" name="od_b_tel" id="od_b_tel" required class="frm_input required" maxlength="20"></td>
</tr> </tr>
<tr> <tr>

View File

@ -184,21 +184,39 @@ include_once('./_head.php');
preg_match("/(\s[^\s]+\s)/", $pp['pp_bank_account'], $matchs); preg_match("/(\s[^\s]+\s)/", $pp['pp_bank_account'], $matchs);
$deposit_no = trim($matchs[1]); $deposit_no = trim($matchs[1]);
?> ?>
<fieldset> <div class="tbl_frm01 tbl_wrap">
<legend>모의입금처리</legend>
<p>관리자가 가상계좌 테스트를 한 경우에만 보입니다.</p>
<form method="post" action="http://devadmin.kcp.co.kr/Modules/Noti/TEST_Vcnt_Noti_Proc.jsp" target="_blank"> <form method="post" action="http://devadmin.kcp.co.kr/Modules/Noti/TEST_Vcnt_Noti_Proc.jsp" target="_blank">
<label for="e_trade_no">KCP 거래번호</label> <p>관리자가 가상계좌 테스트를 한 경우에만 보입니다.</p>
<input type="text" name="e_trade_no" value="<?php echo $pp['pp_tno']; ?>" size="80"><br /> <table>
<label for="deposit_no">입금계좌</label> <caption>모의입금처리</caption>
<input type="text" name="deposit_no" value="<?php echo $deposit_no; ?>" size="80"><br /> <colgroup>
<label for="req_name">입금자명</label> <col class="grid_3">
<input type="text" name="req_name" value="<?php echo $pp['pp_deposit_name']; ?>" size="80"><br /> <col>
<label for="noti_url">입금통보 URL</label> </colgroup>
<input type="text" name="noti_url" value="<?php echo G5_SHOP_URL; ?>/settle_kcp_common.php" size="80"><br /><br /> <tbody>
<input type="submit" value="입금통보 테스트"> <tr>
<th scope="col"><label for="e_trade_no">KCP 거래번호</label></th>
<td><input type="text" name="e_trade_no" value="<?php echo $pp['pp_tno']; ?>" size="80"></td>
</tr>
<tr>
<th scope="col"><label for="deposit_no">입금계좌</label></th>
<td><input type="text" name="deposit_no" value="<?php echo $deposit_no; ?>" size="80"></td>
</tr>
<tr>
<th scope="col"><label for="req_name">입금자명</label></th>
<td><input type="text" name="req_name" value="<?php echo $pp['pp_deposit_name']; ?>" size="80"></td>
</tr>
<tr>
<th scope="col"><label for="noti_url">입금통보 URL</label></th>
<td><input type="text" name="noti_url" value="<?php echo G5_SHOP_URL; ?>/settle_kcp_common.php" size="80"></td>
</tr>
</tbody>
</table>
<div id="sod_fin_test" class="btn_confirm">
<input type="submit" value="입금통보 테스트" class="btn_submit">
</div>
</form> </form>
</fieldset> </div>
<?php } ?> <?php } ?>
</div> </div>