쇼핑몰관리자; #230 쇼핑몰관리 상품입력 상품배송비 마크업 완료
This commit is contained in:
@ -185,6 +185,7 @@ $pg_anchor ='<ul class="anchor">
|
||||
<colgroup>
|
||||
<col class="grid_3">
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -749,6 +750,7 @@ $(function(){
|
||||
<colgroup>
|
||||
<col class="grid_3">
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -819,7 +821,7 @@ $(function(){
|
||||
<th scope="row"><label for="it_stock_qty">재고수량</label></th>
|
||||
<td>
|
||||
<?php echo help("<b>주문관리에서 상품별 상태 변경에 따라 자동으로 재고를 가감합니다.</b> 재고는 규격/색상별이 아닌, 상품별로만 관리됩니다."); ?>
|
||||
<input type="text" name="it_stock_qty" value="<?php echo $it['it_stock_qty']; ?>" id="it_stock_qty" class="frm_input" size="8"> 개</span>
|
||||
<input type="text" name="it_stock_qty" value="<?php echo $it['it_stock_qty']; ?>" id="it_stock_qty" class="frm_input" size="8"> 개
|
||||
</td>
|
||||
<td class="group_setting">
|
||||
<input type="checkbox" name="chk_ca_it_stock_qty" value="1" id="chk_ca_it_stock_qty">
|
||||
@ -835,12 +837,13 @@ $(function(){
|
||||
<section id="anc_sitfrm_sendcost" class="cbox">
|
||||
<h2>배송비</h2>
|
||||
<?php echo $pg_anchor; ?>
|
||||
<p><?php echo help('쇼핑몰설정 > 배송비유형 설정에서 <strong>개별배송비</strong>로 설정해야만 아래 설정이 적용됩니다.'); ?></p>
|
||||
<div>
|
||||
<p>쇼핑몰설정 > 배송비유형 설정에서 <strong>개별배송비</strong>로 설정해야만 아래 설정이 적용됩니다.</p>
|
||||
|
||||
<table class="frm_tbl">
|
||||
<colgroup>
|
||||
<col class="grid_3">
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -854,6 +857,12 @@ $(function(){
|
||||
<option value="3"<?php echo get_selected('3', $it['it_sc_type']); ?>>수량별 부과</option>
|
||||
</select>
|
||||
</td>
|
||||
<td rowspan="4" id="sc_grp" class="group_setting">
|
||||
<input type="checkbox" name="chk_ca_it_sendcost" value="1" id="chk_ca_it_sendcost">
|
||||
<label for="chk_ca_it_sendcost">분류적용</label>
|
||||
<input type="checkbox" name="chk_all_it_sendcost" value="1" id="chk_all_it_sendcost">
|
||||
<label for="chk_all_it_sendcost">전체적용</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="it_sc_method">배송비 결제</label></th>
|
||||
@ -887,6 +896,7 @@ $(function(){
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
<?php
|
||||
@ -906,23 +916,19 @@ $(function(){
|
||||
if(type == "1") {
|
||||
$("#sc_con_minimum").show();
|
||||
$("#sc_con_qty").hide();
|
||||
$("#sc_grp").attr('rowspan','4');
|
||||
} else if(type == "3") {
|
||||
$("#sc_con_minimum").hide();
|
||||
$("#sc_con_qty").show();
|
||||
$("#sc_grp").attr('rowspan','4');
|
||||
} else {
|
||||
$("#sc_con_minimum").hide();
|
||||
$("#sc_con_qty").hide();
|
||||
$("#sc_grp").attr('rowspan','3');
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
<div>
|
||||
<input type="checkbox" name="chk_ca_it_sendcost" value="1" id="chk_ca_it_sendcost">
|
||||
<label for="chk_ca_it_sendcost">분류적용</label>
|
||||
<input type="checkbox" name="chk_all_it_sendcost" value="1" id="chk_all_it_sendcost">
|
||||
<label for="chk_all_it_sendcost">전체적용</label>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="anc_sitfrm_img" class="cbox">
|
||||
@ -1293,6 +1299,7 @@ $(function(){
|
||||
<colgroup>
|
||||
<col class="grid_3">
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user