source: branches/version-2_13_0/data/Smarty/templates/sphone/shopping/multiple.tpl @ 23071

Revision 23071, 7.0 KB checked in by h_yoshimoto, 11 years ago (diff)

#2342 基本情報管理>SHOPマスターにてJSエラーで登録処理が動かなかったので一旦戻します

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2013 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
23<!--▼コンテンツここから -->
24<section id="undercolumn">
25
26    <h2 class="title"><!--{$tpl_title|h}--></h2>
27
28    <!--★インフォメーション★-->
29    <div class="information end">
30        <p>各商品のお届け先を選択してください。</p>
31        <p>※数量はカートの中の数量と合わせてください。</p>
32    </div>
33
34    <!--★ボタン★-->
35    <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
36        <div class="btn_area_top">
37            <a rel="external" href="javascript:void(0);" class="btn_sub addbtn" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->','new_deiv','600','640'); return false;">新しいお届け先を追加</a>
38        </div>
39    <!--{/if}-->
40
41    <!--▼フォームここから -->
42    <div class="form_area">
43        <form name="form1" id="form1" method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/multiple.php">
44            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
45            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
46            <input type="hidden" name="line_of_num" value="<!--{$arrForm.line_of_num.value}-->" />
47            <input type="hidden" name="mode" value="confirm" />
48
49            <!--{section name=line loop=$arrForm.line_of_num.value}-->
50                <!--{assign var=index value=$smarty.section.line.index}-->
51                <!--{assign var=key value="quantity"}-->
52                <!--{if $arrErr[$key][$index] != ''}-->
53                    <span class="attention"><!--{$arrErr[$key][$index]}--></span>
54                <!--{/if}-->
55                <div class="formBox">
56                    <!--▼商品 -->
57                    <div class="delivitemBox">
58                        <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrForm.main_list_image.value[$index]|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" alt="<!--{$arrForm.name.value[$index]|h}-->" class="photoL" />
59                        <div class="delivContents">
60
61                            <p>
62                                <em><!--{$arrForm.name.value[$index]|h}--></em><br />
63                                <!--{if $arrForm.classcategory_name1.value[$index] != ""}-->
64                                    <span class="mini"><!--{$arrForm.class_name1.value[$index]|h}-->:<!--{$arrForm.classcategory_name1.value[$index]|h}--></span><br />
65                                <!--{/if}-->
66                                <!--{if $arrForm.classcategory_name2.value[$index] != ""}-->
67                                    <span class="mini"><!--{$arrForm.class_name2.value[$index]|h}-->:<!--{$arrForm.classcategory_name2.value[$index]|h}--></span><br />
68                                <!--{/if}-->
69                                <!--{$arrForm.price.value[$index]|sfCalcIncTax|number_format}-->円
70                            </p>
71                            <ul>
72                                <li class="result"><span class="mini">数量</span></li>
73                                <li>
74                                    <input type="number" name="<!--{$key}-->[<!--{$index}-->]" class="cartin_quantity txt" value="<!--{$arrForm[$key].value[$index]|h}-->" max="<!--{9|str_repeat:$arrForm[$key].length}-->" style="" />
75                                </li>
76                            </ul>
77                        </div>
78                    </div>
79                    <!--▲商品 -->
80
81                    <div class="btn_area_btm">
82                        <input type="hidden" name="cart_no[<!--{$index}-->]" value="<!--{$index}-->" />
83                        <!--{assign var=key value="product_class_id"}-->
84                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
85                        <!--{assign var=key value="name"}-->
86                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
87                        <!--{assign var=key value="class_name1"}-->
88                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
89                        <!--{assign var=key value="class_name2"}-->
90                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
91                        <!--{assign var=key value="classcategory_name1"}-->
92                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
93                        <!--{assign var=key value="classcategory_name2"}-->
94                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
95                        <!--{assign var=key value="main_image"}-->
96                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
97                        <!--{assign var=key value="main_list_image"}-->
98                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
99                        <!--{assign var=key value="price"}-->
100                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
101                        <!--{assign var=key value="shipping"}-->
102                        <select name="<!--{$key}-->[<!--{$index}-->]" class="boxLong data-role-none"><!--{html_options options=$addrs selected=$arrForm[$key].value[$index]}--></select>
103                    </div>
104
105                </div><!-- /.formBox -->
106            <!--{/section}-->
107
108            <ul class="btn_btm">
109                <li><a rel="external" href="javascript:void(document.form1.submit());" class="btn">選択したお届け先に送る</a></li>
110                <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">戻る</a></li>
111            </ul>
112        </form>
113    </div><!-- /.form_area -->
114</section>
115
116<!--{include file= 'frontparts/search_area.tpl'}-->
117
118<!--▲コンテンツここまで -->
Note: See TracBrowser for help on using the repository browser.