테스트 사이트 - 개발 중인 베타 버전입니다

선택옵션 +0원 채택완료

SodaSalt 5년 전 조회 3,419

 

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

 

 

댓글을 작성하려면 로그인이 필요합니다.

답변 2개

채택된 답변
+20 포인트

파일 열어 보시면 +0원이라고 적혀 있습니다..

이부분을 바꿔주세요.

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

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

로그인 후 평가할 수 있습니다

답변에 대한 댓글 2개

S
SodaSalt
5년 전
제로나라님 답변 감사합니다. 좀더 자세히좀 부탁 드려도 될까요 ??


<?php echo display_price(get_price($it)); ?>
<input type="hidden" id="it_price" value="<?php echo get_price($it); ?>">
S
SodaSalt
5년 전
<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>

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

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인