dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-11 09:25:26 +09:00
parent 6e4772c86d
commit 84105835be

View File

@ -28,7 +28,7 @@
<select name="onetime_sub" id="onetime_sub">
<?php for ($i = 1; $i < $this->service->getCoupon(); $i++) { ?>
<option value="<?= $i ?>"><?= $i ?>개</option>
<? php } ?>
<?php } ?>
</select> (개별 서버에 할당된 남은 쿠폰 수량 : <?= $this->service->getCoupon() ?>)
<!--<input type="text" name="onetime_sub" id="onetime_sub"/> (개별 서버에 할당된 남은 쿠폰 수량 : <?= $service['coupon'] ?>)
<br>* 도메인 쿠폰 사용시 반드시 숫자로만 갯수를 입력하세요 (* 3 구매시 작성 예제 : <font color=red><b>3</b></font>)-->