μ›Ή μ½”λ”©/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}λ°”λ‘œκ΅¬λ§€ μ•‘μ…˜