쇼핑몰: #220 주문 쿠폰 기능 마크업 2차 완료

This commit is contained in:
whitedot
2013-06-12 17:20:12 +09:00
parent e40bf25779
commit 454cea0c05
6 changed files with 19 additions and 15 deletions

View File

@ -683,7 +683,7 @@ setTimeout("init_pay_button();",300);
<th scope="row">결제할인쿠폰</th>
<td>
<input type="hidden" name="od_cp_id" value="">
<button type="button" id="od_coupon_btn">쿠폰적용</button>
<button type="button" id="od_coupon_btn" class="btn_frmline">쿠폰적용</button>
</td>
</tr>
<?php } ?>
@ -692,7 +692,7 @@ setTimeout("init_pay_button();",300);
<th scope="row">배송비할인쿠폰</th>
<td>
<input type="hidden" name="sc_cp_id" value="">
<button type="button" id="sc_coupon_btn">쿠폰적용</button>
<button type="button" id="sc_coupon_btn" class="btn_frmline">쿠폰적용</button>
</td>
</tr>
<?php } ?>