쿠폰 할인금액 0원일 때 경고 스크립트 추가
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user