관리자 주문상세 부분취소 기능 추가

This commit is contained in:
chicpro
2013-09-16 17:20:06 +09:00
parent 51a2c5d329
commit ed6ae4643d
6 changed files with 373 additions and 4 deletions

View File

@ -809,14 +809,14 @@ function get_intall_file()
<tbody>
<?php if($oc_cnt > 0) { ?>
<tr>
<th scope="row">결제할인쿠폰</th>
<th scope="row">주문할인쿠폰</th>
<td>
<input type="hidden" name="od_cp_id" value="">
<button type="button" id="od_coupon_btn" class="btn_frmline">쿠폰적용</button>
</td>
</tr>
<tr>
<th scope="row">결제할인금액</th>
<th scope="row">주문할인금액</th>
<td><span id="od_cp_price">0</span>원</td>
</tr>
<?php } ?>