source: branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/multiple.tpl @ 21140

Revision 21140, 6.5 KB checked in by kajiwara, 13 years ago (diff)

複数配送の文言修正

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