theme/basic/skin/shop에서 수량 증감시....

🙏SIR UI/UX 디자인 의뢰(~7/31)
theme/basic/skin/shop에서 수량 증감시....

QA

theme/basic/skin/shop에서 수량 증감시....

답변 2

본문

itemform.skin.php에서 

아래코드 부분에서 감소 증가 글자를 삭제하니 올바른 방법으로 사용해주세요. 라고 에러가 뜨는데  삭제하면 안되나요?


                                    <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

확인해보니 증가, 삭제를 삭제했다고 에러가 나진 않습니다.

다만 올바른 방법으로 에러가 나는건 자바스크립트가 에러가 날때 입니다.

다른 작업을 하시면서 에러가 나시는거 같습니다.

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 38
© SIRSOFT
현재 페이지 제일 처음으로