선택옵션 +0원

선택옵션 +0원

QA

선택옵션 +0원

답변 2

본문

3696014386_1584349244.1691.png

 

위 +0원을 원래 가격 150,000원 으로 표기 하려면 어떻게 해야 할까요 ??

 

 

이 질문에 댓글 쓰기 :

답변 2

<?php echo display_price(get_price($it)); ?>

<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>

 

 

 

 

<span class="sit_opt_prc">+0원</span>

이부분 수정을 해도 반영이 안됩니다. ㅠㅠ

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