theme/basic/skin/shop에서 수량 증감시.... 채택완료
itemform.skin.php에서
아래코드 부분에서 감소 증가 글자를 삭제하니 올바른 방법으로 사용해주세요. 라고 에러가 뜨는데 삭제하면 안되나요?
Copy
<div class="opt_count">
<label for="ct_qty_<?php echo $i; ?>" class="sound_only">수량</label>
<button type="button" class="sit_qty_minus"><i class="fa fa-minus" aria-hidden="true"></i><span class="sound_only">감소</span></button>
<input type="text" name="ct_qty[<?php echo $it_id; ?>][]" value="<?php echo $it['it_buy_min_qty']; ?>" id="ct_qty_<?php echo $i; ?>" class="num_input" size="5">
<button type="button" class="sit_qty_plus"><i class="fa fa-plus" aria-hidden="true"></i><span class="sound_only">증가</span></button>
<span class="sit_opt_prc">+0원</span>
</div>
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인