index.phtml 6.95 KB
{{> layout/simple-header}}
<div class="order-save-page yoho-page clearfix">
{{# orderSave}}
    <div class="order-edit"></div>
    <div class="order-pay">
        <div class="pay-wapper">
        <table>
            <thead>
                <tr>
                    <th style="width:40%;">
                        商品信息
                    </th>
                    <th style="width:10%;">单价(元)</th>
                    <th style="width:10%;">返YOHO币</th>
                    <th style="width:10%;">数量</th>
                    <th style="width:10%;">小计(元)</th>
                    <th style="width:20%;">商品总价(元)</th>
                </tr>
            </thead>
            <tbody>
                {{#each orderProducts}}
                <tr>
                    <td>
                        <div class="pay-pro">
                            <a class="pay-pro-icon" href="#"><img src="http://img04.static.yohobuy.com/thumb/2015/08/25/08/012622ad14f32470d56a0b1da5d533a7e2-0060x0060-2-goodsimg.jpg" /></a>
                            <p class="pay-pro-info">
                                <a href="#">Eight Guys 破洞束口牛仔裤</a>
                                <span>颜色:蓝色 尺码:L</span>
                            </p>
                        </div>
                    </td>
                    <td>{{price}}</td>
                    <td>{{coin}}</td>
                    <td>{{count}}</td>
                    <td></td>
                    <td></td>
                </tr>
                {{/each}}
            </tbody>
        </table>
        <!--YOHO-->
        <div class="play-content clearfix">
            <div class="play-left">
                <dl class="play-piao-pan pan">
                    <dt>索要发票</dt>
                    <dd>
                        <div class="play-pan">
                            <ul>
                                <li><label>发票抬头 :</label><input type="text" class="textbox" id="piaodesc" /></li>
                                <li><label>发票类型 :</label> <select class="dropdown" id="piaotype">
                                    <option value="-1">请选择</option>
                                </select> </li>
                            </ul>
                        </div>
                    </dd>
                </dl>
                <dl class="play-remark-pan pan">
                    <dt>添加备注信息</dt>
                    <dd>
                        <div class="play-pan">
                            <textarea class="textbox" id="notedesc"></textarea>
                            <p class="note">声明:备注中有关收货人信息、支付方式、配送方式、发票信息等购买要求一律以上面的选择为准,备注无效。</p>
                            <p>是否打印价格:
                                <input name="isPP" id="isPPY" type="radio" value="Y" checked="">
                                <label for="isPPY">是</label>
                                <input name="isPP" id="isPPN" type="radio" value="N">
                                <label for="isPPN">否</label>
                                (如:送朋友的商品可不打印价格哦!) 
                            </p>
                        </div>
                    </dd>
                </dl>
            </div>
            <div class="play-right">
                <ul class="play-total">
                    <li><label>发票抬头:</label>+¥<em>0.00</em></li>
                    <li><label>活动:</label>-¥<em>0.00</em></li>
                    <li class="red"><label>运费:</label>+¥<em>0.00</em></li>
                    <li><label>优惠券支付<a href="javascript:void(0);" to="play-juan-pan">[修改]</a>:</label>-¥<em>0.00</em></li>
                    <li><label>使用YOHO币<a href="javascript:void(0);" to="play-bi-pan">[修改]</a>:</label>-¥<em>0.00</em></li>
                </ul>
                <dl class="play-juan-pan pan">
                    <dt>使用优惠卷支付</dt>
                    <dd>
                        <div class="play-pan">
                            <p class="strong">请选择您要使用的优惠券: </p>
                            <p class="strong orange">(OUTLET商品除免邮券外不可使用优惠券)</p>
                            <p class="strong orange">(订单中使用优惠券将不赠送商品返还的YOHO币)</p>
                            <div class="play-juan">
                                <ul>
                                    <li>
                                        <input name="juangroup" type="radio" value="">
                                        <label>直接输入优惠码: </label>
                                        <input type="text" class="textbox" id="juancode" />
                                    </li>
                                    <li>
                                       <input name="juangroup" type="radio" value="">
                                        <label>YOHOXXXXXXX免费卷 </label> 
                                    </li>
                                </ul>
                               
                            </div>

                            <p class="errtip red"></p>
                            <div class="btn-group clearfix">
                                <input type="button" class="ok" value="确定" id="juansubmit"/>
                                <input type="button" class="cancel" value="取消"/>    
                            </div>
                        </div>
                    </dd>
                </dl>
                <dl class="play-bi-pan pan">
                    <dt>使用YOHO币支付</dt>
                    <dd>
                        <div class="play-pan">
                            <div class="strong">
                                使用YOHO币支付:
                                <input type="text" class="textbox" id="biprice" />
                                 
                            </div>
                            <p >
                                您目前有YOHO币 <em class="strong">100</em> 
                            </p>
                            <div class="btn-group clearfix">
                                <input type="button" class="ok" value="确定" id="bisubmit"/>
                                <input type="button" class="cancel" value="取消"/>    
                            </div>
                        </div>
                    </dd>
                </dl>
            </div>
        </div>    
        </div>
        
        <div class="to-play">
            <p>您需要实际支付金额:<em>0.00</em>元</p>
            <div class="btn-group clearfix">
                    <input type="button" class="submit" value="确定"/>
            </div>
        </div>
    </div>
{{/ orderSave}}
</div>
{{> layout/footer}}