영카트 모바일에서
본문
수량 -1+
이렇게 하고 싶은데 숫자 앞에 글자가 안 들어 가내요
<li class="sit_opt_list">
<input type="hidden" name="io_type[<?php echo $it_id; ?>][]" value="0">
<input type="hidden" name="io_id[<?php echo $it_id; ?>][]" value="">
<input type="hidden" name="io_value[<?php echo $it_id; ?>][]" value="<?php echo $it['it_name']; ?>">
<input type="hidden" class="io_price" value="0">
<input type="hidden" class="io_stock" value="<?php echo $it['it_stock_qty']; ?>">
<div class="sit_opt_qty">
<input type="text" name="ct_qty[<?php echo $it_id; ?>][]" value="<?php echo $it['it_buy_min_qty']; ?>" class="frm_input" size="5">
<button type="button" class="sit_qty_plus">증가</button>
<button type="button" class="sit_qty_minus">감소</button>
</div>
</li>
답변 2
개발자도구(F12)를 누르시고
[+]
[-]
를 누르실때 스크립트 오류가 나오실거로 예상됩니다.
어떤 오류냐에 따라서
대응이 달라집니다.
보통 스크립트가 작동안하는경우, 스크립트 중간을 안 닫거나, 빠뜨린경우일수있습니다.
잘 찾으시고, 스크립트 오류인지 먼저 확인해보세요
어려우시면 URL을 올려보시면 많은분들이 찾아주실겁니다.
넣고싶은곳 앞에 <?php echo "<span>수량</span>"?>
넣어보시는건...?