쿠폰 할인금액 0원일 때 경고 스크립트 추가

This commit is contained in:
chicpro
2013-06-10 15:06:40 +09:00
parent ee8e0f9ba4
commit 0247efe01e
3 changed files with 16 additions and 0 deletions

View File

@ -42,6 +42,7 @@ $count = mysql_num_rows($result);
<li>
<input type="hidden" name="o_cp_id[]" value="<?php echo $row['cp_id']; ?>">
<input type="hidden" name="o_cp_amt[]" value="<?php echo $dc; ?>">
<input type="hidden" name="o_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
<span><?php echo get_text($row['cp_subject']); ?></span>
<span><?php echo number_format($dc); ?></span>
<span><button type="button" class="od_cp_apply">적용</button></span>