[주] 이후 강좌수정내용의 업데이트가 안될수 있습니다.
본 강좌의 최신업데이트는 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>
<주> 위 강좌내용은 변경될 수 있습니다
변경된 내용이 본 강좌에 업데이트가 항상 되는 것은 아니므로
본문위 링크에서 변경된 내용을 확인 할 수 있습니다
게시글 목록
| 번호 | 제목 |
|---|---|
| 2400 | |
| 2394 | |
| 2363 | |
| 2362 | |
| 2351 | |
| 2350 | |
| 2348 | |
| 2347 | |
| 2336 | |
| 2326 | |
| 2324 | |
| 2323 | |
| 2318 | |
| 2306 | |
| 2305 | |
| 2299 | |
| 2295 | |
| 2293 | |
| 2283 | |
| 2279 | |
| 2266 | |
| 2254 | |
| 2248 | |
| 2232 | |
| 2231 | |
| 2204 | |
| 2184 | |
| 2183 | |
| 2181 | |
| 2179 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기