ํฐ์คํ ๋ฆฌ ๋ทฐ
์น ์ฝ๋ฉ/cafe24 - PC๋์์ธ
[์นดํ24์ผํ๋ชฐ] ์ฅ๋ฐ๊ตฌ๋ ๋ด๊ธฐ ํ์ธ ๋ ์ด์ดํ์ ์ํ์ต์ ํ์ํ
nopinokio 2015. 4. 7. 18:46[์นดํ24์ผํ๋ชฐ] ์ฅ๋ฐ๊ตฌ๋ ๋ด๊ธฐ ํ์ธ ๋ ์ด์ดํ์ ์ํ์ต์ ํ์ํ
<
style
type
=
"text/css"
>
/**
์ต์คํ๋ก์ด๊ณ์ด์ ๋ธ๋ผ์ฐ์ ธ์์ ajax๋ก ๊ฐ์ ธ์จ ํ์ด์ง์ ์ธ๋ถ cssํธ์ถ ๋งํฌ๊ฐ ์๋ํ์ง ์์์ ์ง์ css๋ฅผ ์ ๋ ฅํฉ๋๋ค.
๋์์ธ ์์ ์์๋ ํ์ธ ํด์ฃผ์ธ์.
*/
.xans-product-basketoption { position:fixed; top:50%; left:50%; z-index:1000; width:420px; margin:-149px 0 0 -211px; font-family:Verdana, "๋์", Dotum, sans-serif; }
.xans-product-basketoption h1 { height:35px; padding:0 35px 0 19px; color:#fff; font-size:14px; line-height:35px; background:#495164; }
.xans-product-basketoption .content { overflow:auto; overflow-x:hidden; height:174px; padding:20px 25px; border-right:1px solid #757575; border-left:1px solid #757575; background:#fff; }
.xans-product-basketoption .close { position:absolute; right:20px; top:10px; }
.xans-product-basketoption .close img { cursor:pointer; }
.xans-product-basketoption .btnArea { padding:9px 0; border:1px solid #757575; border-top:1px solid #d7d5d5; text-align:center; background:#fbfafa; }
.xans-product-basketoption .btnArea img:first-child { margin:0 1px 0 0; }
.xans-product-basketoption .content p { padding:0 0 4px; color:#2e2e2e; }
.xans-product-basketoption .content p strong { color:#495164; }
.xans-product-basketoption table { border:1px solid #d7d5d5; color:#353535; font-size:11px; }
.xans-product-basketoption table th { padding:13px 0 11px; border-left:1px solid #e9e9e9; font-weight:normal; vertical-align:middle; background:#fbfafa; }
.xans-product-basketoption table th:first-child { border-left:0; }
.xans-product-basketoption table td { padding:12px 9px 9px; border-top:1px solid #e9e9e9; line-height:1.5; text-align:center; vertical-align:middle; }
.xans-product-basketoption table td.left { text-align:left; }
.xans-product-basketoption table td.quantity input { width:40px; padding:2px; border:1px solid #d5d5d5; font-size:12px; color:#353535; font-family:Verdana, "๋์", Dotum, sans-serif; text-align:center; background:none; }
</
style
>
<!-- ์ฐธ๊ณ : ๋ด์ํ๊ด๋ฆฌ ์ ์ฉ ๋ณ์๊ฐ ํฌํจ๋์ด ์์ต๋๋ค. ๋ด์ํ๊ด๋ฆฌ ์ด์ธ์ ๊ณณ์์ ์ฌ์ฉํ๋ฉด ์ผ๋ถ ๋ณ์๊ฐ ์ ์๋์ํ์ง ์์ ์ ์์ต๋๋ค. -->
<
div
module
=
"Product_BasketOption"
>
{$form.delvtype}
<
h1
>์ฅ๋ฐ๊ตฌ๋ ๋ด๊ธฐ</
h1
>
<
div
class
=
"content"
>
<
p
>์ํ๋ช : <
strong
>{$name}</
strong
></
p
>
<
table
border
=
"1"
summary
=
""
>
<
caption
>์ํ ์ต์ ์ ๋ ฅ</
caption
>
<
colgroup
>
<
col
style
=
"width:40px;"
/>
<
col
style
=
"width:auto;"
/>
<
col
style
=
"width:60px;"
/>
</
colgroup
>
<
thead
>
<
tr
>
<
th
scope
=
"col"
>์ ํ</
th
>
<
th
scope
=
"col"
>์ต์ </
th
>
<
th
scope
=
"col"
>์๋</
th
>
</
tr
>
</
thead
>
<
tbody
>
<
tr
module
=
"Product_OptionList"
>
<
td
>{$form.check}</
td
>
<
td
class
=
"left"
>{$option_name}</
td
>
<
td
class
=
"quantity"
>{$form.quantity}</
td
>
</
tr
>
</
tbody
>
</
table
>
</
div
>
<
div
class
=
"btnArea"
>
<
a
href
=
"#none"
onclick
=
"{$action_basket}"
><
img
src
=
"http://img.echosting.cafe24.com/skin/base_ko_KR/product/btn_add_basket.gif"
alt
=
"์ฅ๋ฐ๊ตฌ๋๋ด๊ธฐ"
/></
a
>
<
a
href
=
"#none"
onclick
=
"{$action_buy}"
><
img
src
=
"http://img.echosting.cafe24.com/skin/base_ko_KR/product/btn_buy_now.gif"
alt
=
"๋ฐ๋ก๊ตฌ๋งคํ๊ธฐ"
/></
a
>
</
div
>
<
div
class
=
"close"
><
a
onclick
=
"$('.xans-product-basketoption').hide();"
><
img
src
=
"http://img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close.png"
alt
=
"๋ซ๊ธฐ"
/></
a
></
div
>
</
div
>
๋ณ์๋ช | ์ค๋ช |
---|---|
{$name} | ์ํ๋ช |
{$option_name} | ์กฐํฉํ ์ต์ ๋ด์ฉ(๋ฐ๋ณต) |
{$form.check} | ์ต์ ์ ํ ์ฒดํฌ ๋ฐ์ค(๋ฐ๋ณต) |
{$form.quantity} | ๊ฐ ์ต์ ๋ณ ๊ตฌ๋งค ์๋(๋ฐ๋ณต) |
{$action_basket} | ์ฅ๋ฐ๊ตฌ๋ ๋ฃ๊ธฐ ์ก์ |
{$action_buy} | ๋ฐ๋ก๊ตฌ๋งค ์ก์ |
'์น ์ฝ๋ฉ > cafe24 - PC๋์์ธ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[์นดํ24์ผํ๋ชฐ] ์ํ๋น๊ต (0) | 2015.04.07 |
---|---|
[์นดํ24์ผํ๋ชฐ] ์ต์ ๋ฏธ๋ฆฌ๋ณด๊ธฐ ๋ ์ด์ดํ์ (0) | 2015.04.07 |
[์นดํ24์ผํ๋ชฐ] ์ฅ๋ฐ๊ตฌ๋ ๋ด๊ธฐ ํ์ธ ๋ ์ด์ด์ดํ์ (0) | 2015.04.07 |
[์นดํ24์ผํ๋ชฐ] ์ด๋ฏธ์ง ํ๋๋ณด๊ธฐ ํ์ ์ํ์์ธํ (0) | 2015.04.07 |
[์นดํ24์ผํ๋ชฐ] ์ํ๋ถ๋ฅ (0) | 2015.04.07 |
๊ณต์ ํ๊ธฐ ๋งํฌ
๋๊ธ
๊ณต์ง์ฌํญ
์ต๊ทผ์ ์ฌ๋ผ์จ ๊ธ
์ต๊ทผ์ ๋ฌ๋ฆฐ ๋๊ธ
- Total
- Today
- Yesterday
๋งํฌ
- W3Schools (W3์ค์ฟจ)
- ์ํ์ฝ๋ฉ
- ์จ์๋ก๊ทธ
- ์น์ ์ฌ๋ํ๋ ์ฌ๋๋ค
- ์์ฏ๋ท์ปด
- Create a new fiddle - JSFiddle
- ThemeForest
- dribbble(๋์์ธ๊ด๋ จ)
- XDSoft plugins(์ ์ด์ฟผ๋ฆฌ ํ๋ฌ๊ทธ์ธ์์ค)
- Free jQuery Plugins and Tutori…
- comfytube: relax (์ฌ์ฆ์์ )
- ์ข์ถฉ์ฐ๋ ์นํผ๋ธ๋ฆฌ์ ์ผ๊ธฐ
- Sensio Arbor
- ์น๋์์ธ ํฌํ ์ต
- ๊ทธ๋ ๊ณ ๊ทธ๋ฐ ์ด์ผ๊ธฐ
- ๊ณต๊ตฐ ๊ณต๊ฐ
- Itnamu์ ํผ์๋๊ธฐ
- ์นํผ๋ธ๋ฆฌ์ ์ ์๋ฐ์คํฌ๋ฆฝํธ&HTML
TAG
- ๋ก๋ฉ์ด๋ฏธ์ง
- ์นดํ24์ผํ๋ชฐ ๋ชจ๋ฐ์ผ
- Ajax๋ก๋ฉ
- ์ ์ด์ฟผ๋ฆฌ ๋ก๋ฉ
- ์ฌ๋ฆฌ๋ธ์ 6์ ์ธ์ผ
- ๋ฅํฐ์ง
- ํ ์คํธ์์์ฒดํฌ
- Ajax
- ์ด๋ฐ๋์ผ์ด
- jquery๋ก๋ฉ
- ์นดํ24์ผํ๋ชฐ ์คํจ
- ์นดํ24๋ชจ๋ฐ์ผ
- ๋ผ๋์ค๋ฒํผ์ฒดํฌ
- 6์ ์ธ์ผ
- Mac
- ์ฌ๋ฆฌ๋ธ์
- ์นดํ24 ๋ชจ๋ฐ์ผ
- ์กฐํ๋ก๋ฉ
- ์ฌ๋ฆฌ๋ธ์ ์ธ์ผ
- ์นดํ24 ์คํจ
- ์นดํ24
- ์นดํ24์ผํ๋ชฐ๋ชจ๋ฐ์ผ
- ๊ตฌ๊ธ์ง๋
- ํด๋ฆฌ์ค
- ์ ๋ ํธ๋ฐ์ค์ฒดํฌ
- ์นดํ24์ผํ๋ชฐ
- ์นดํ24๋ชจ๋ฐ์ผ์นดํ
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
๊ธ ๋ณด๊ดํจ