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

주문가격 <div id="sit_tot_price"></div> 수정

· 3년 전 · 1543

[주] 이후 강좌수정내용의 업데이트가 안될수 있습니다.

본 강좌의 최신업데이트는 https://www.happyjung.com/lecture/3078 에서 확인가능합니다.

가급적 동일한 내용을 유지하려고 노력하지만, 우선 작업은 위 링크입니다.

 

 

/ skin / shop / basic / item.form.skin 의 내용중에서
<div id="sit_tot_price"></div> 여기에 가격을 계산해서 보여주는 역할을 합니다.


위의 내용을 제어하는 것은 
js / shop.override.js  의   price_calculate  함수를 통해서 계산된 값이 표시됩니다
    if (typeof price_calculate === "function") {
   ...
    }   //end if check function


pc 스타일시트
/ skin / shop / basic / style.css 내용중
<style>
#sit_tot_price {font-size:1.167em;line-height:45px;font-weight:bold;text-align:right}
#sit_tot_price:after {display:block;visibility:hidden;clear:both;content:""}
#sit_tot_price span {float:left}
#sit_tot_price strong {font-size:1.5em;margin-left:15px}

.sit_tot_price {font-weight:bold;padding-bottom:10px;line-height:25px;font-size:1.167em;text-align:right}
.sit_tot_price strong {font-size: 1.5em;margin-left:15px}
.sit_tot_price span {float:left}
</style>


mobile 스타일시트
/ mobile / skin / shop / basic / style.css 내용중
<style>
#sit_tot_price {margin:10px 0;line-height:20px}
#sit_tot_price {text-align:right}
#sit_tot_price span {float:left}
#sit_tot_price strong {font-size:1.25em;color:#000}
</style>

 

 

<주> 위 강좌내용은 변경될 수 있습니다

변경된 내용이 본 강좌에 업데이트가 항상 되는 것은 아니므로

본문위 링크에서 변경된 내용을 확인 할 수 있습니다

댓글 작성

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

로그인하기

게시글 목록

번호 제목
2503
2501
2497
2495
2491
2490
2489
2486
2484
2483
2481
2476
2475
2474
2472
2469
2467
2466
2465
2464
2463
2460
2459
2456
2449
2446
2441
2420
2419
2417