source: branches/version-2_5-dev/data/Smarty/templates/default/shopping/multiple.tpl @ 19860

Revision 19860, 5.8 KB checked in by nanasess, 13 years ago (diff)

#843(複数配送先の指定)

  • とりあえず通常配送が通るように修正
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<!--▼CONTENTS-->
23<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery.fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
24<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery.fancybox/jquery.fancybox-1.3.4.pack.js"></script>
25<link rel="stylesheet" href="<!--{$smarty.const.URL_PATH}-->js/jquery.fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
26<script type="text/javascript">//<![CDATA[
27    $(document).ready(function() {
28        $("a.expansion").fancybox({
29        });
30    });
31//]]></script>
32<div id="under02column">
33    <div id="under02column_shopping">
34        <p class="flowarea">
35            <img src="<!--{$TPL_DIR}-->img/picture/img_flow_01.gif" width="700" height="36" alt="購入手続きの流れ" />
36        </p>
37        <h2 class="title"><!--{$tpl_title|h}--></h2>
38
39        <p>各商品のお届け先を選択してください。</p>
40        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
41            <p>一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。</p>
42        <!--{/if}-->
43        <p>※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p>
44
45        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
46            <p class="addbtn">
47                <a href="<!--{$smarty.const.URL_PATH}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.URL_PATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->','new_deiv','600','640'); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_add_address_on.gif','addition');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_add_address.gif','addition');"><img src="<!--{$TPL_DIR}-->img/button/btn_add_address.gif" width="160" height="22" alt="新しいお届け先を追加する" name="addition" id="addition" /></a>
48            </p>
49        <!--{/if}-->
50
51            <table summary="商品情報">
52                <tr>
53                    <th>削除</th>
54                    <th>商品写真</th>
55                    <th>商品名</th>
56                    <th>数量</th>
57                    <th>お届け先</th>
58                </tr>
59                <!--{foreach from=$items item=item }-->
60                    <tr style="<!--{if $item.error}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->">
61                        <td><a href="?" onclick="fnFormModeSubmit('form<!--{$key}-->', 'delete', 'cart_no', '<!--{$item.cart_no}-->'); return false;">削除</a>
62                        </td>
63                        <td class="phototd">
64                        <a
65                            <!--{if $item.main_image|strlen >= 1}-->
66                                href="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$item.main_image|sfNoImageMainList|h}-->"
67                                class="expansion"
68                                target="_blank"
69                            <!--{/if}-->
70                        >
71                            <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$item.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a>
72                        </td>
73                        <td><!--{* 商品名 *}--><strong><!--{$item.name|h}--></strong><br />
74                            <!--{if $item.classcategory_name1 != ""}-->
75                                <!--{$item.class_name1}-->:<!--{$item.classcategory_name1}--><br />
76                            <!--{/if}-->
77                            <!--{if $item.classcategory_name2 != ""}-->
78                                <!--{$item.class_name2}-->:<!--{$item.classcategory_name2}--><br />
79                            <!--{/if}-->
80                            <!--{$item.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
81                        </td>
82                        <td><input type="text" name="quantity" value="1" size="4" /></td>
83                        <td><select name="shipping"><!--{html_options options=$addrs}--></select></td>
84                     </tr>
85                  <!--{/foreach}-->
86            </table>
87
88            <div class="tblareabtn">
89                <a href="<!--{$smarty.const.URL_CART_TOP}-->" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back.gif',back03)">
90                    <img src="<!--{$TPL_DIR}-->img/button/btn_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a>
91                <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_address_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_address_select.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_address_select.gif" alt="選択したお届け先に送る" class="box190" name="send_button" id="send_button" />
92            </div>
93
94    </div>
95</div>
Note: See TracBrowser for help on using the repository browser.