source: branches/version-2_12-dev/data/Smarty/templates/mobile/shopping/multiple.tpl @ 22798

Revision 22798, 5.5 KB checked in by m_uehara, 11 years ago (diff)

#2226 2_12-devにマージ

  • 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
RevLine 
[19917]1<!--{*
2 * This file is part of EC-CUBE
3 *
[22206]4 * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
[19917]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
[21537]23<!--{strip}-->
24    各商品のお届け先を選択してください。<br>
25    ※数量の合計は、カゴの中の数量と合わせてください。<br>
26    <br>
[19917]27
[21537]28    <form method="post" action="?">
29        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->">
30        <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
31        <input type="hidden" name="line_of_num" value="<!--{$arrForm.line_of_num.value}-->">
32        <input type="hidden" name="mode" value="confirm">
33        <!--{section name=line loop=$arrForm.line_of_num.value}-->
34            <!--{assign var=index value=$smarty.section.line.index}-->
35            <input type="hidden" name="cart_no[<!--{$index}-->]" value="<!--{$index}-->">
36            <!--{assign var=key value="product_class_id"}-->
[22798]37            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->">
[21537]38            <!--{assign var=key value="name"}-->
[22798]39            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->">
[21537]40            <!--{assign var=key value="class_name1"}-->
[22798]41            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->">
[21537]42            <!--{assign var=key value="class_name2"}-->
[22798]43            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->">
[21537]44            <!--{assign var=key value="classcategory_name1"}-->
[22798]45            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->">
[21537]46            <!--{assign var=key value="classcategory_name2"}-->
[22798]47            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->">
[21537]48            <!--{assign var=key value="main_image"}-->
[22798]49            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->">
[21537]50            <!--{assign var=key value="main_list_image"}-->
[22798]51            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->">
[21537]52            <!--{assign var=key value="price"}-->
[22798]53            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->">
[20670]54
[21537]55            <!--{* 商品名 *}-->◎<!--{$arrForm.name.value[$index]|h}--><br>
[22798]56            <!--{* 規格名1 *}--><!--{if $arrForm.classcategory_name1.value[$index] != ""}--><!--{$arrForm.class_name1.value[$index]|h}-->:<!--{$arrForm.classcategory_name1.value[$index]|h}--><br><!--{/if}-->
57            <!--{* 規格名2 *}--><!--{if $arrForm.classcategory_name2.value[$index] != ""}--><!--{$arrForm.class_name2.value[$index]|h}-->:<!--{$arrForm.classcategory_name2.value[$index]|h}--><br><!--{/if}-->
[21537]58            <!--{* 販売価格 *}-->
[21545]59            <!--{$arrForm.price.value[$index]|sfCalcIncTax|number_format}-->円<br>
[20670]60
[21537]61            <!--{assign var=key value="quantity"}-->
62            <!--{if $arrErr[$key][$index] != ''}-->
63                <font color="#FF0000"><!--{$arrErr[$key][$index]}--></font>
64            <!--{/if}-->
[22798]65            数量:<input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" size="4">
[21537]66            <br>
[20614]67
[21537]68            <!--{assign var=key value="shipping"}-->
69            <!--{if strlen($arrErr[$key][$index]) >= 1}-->
70                <font color="#FF0000"><!--{$arrErr[$key][$index]}--></font>
71            <!--{/if}-->
72            お届け先:<br>
73            <select name="<!--{$key}-->[<!--{$index}-->]">
74                <!--{html_options options=$addrs selected=$arrForm[$key].value[$index]}-->
75            </select>
76            <br>
77            <br>
78        <!--{/section}-->
79        <center><input type="submit" value="選択したお届け先に送る"></center>
80    </form>
[19917]81
[21537]82    <br>
83    <hr>
[20614]84
[21537]85    <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
86        <form method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php">
87        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->">
88            <input type="hidden" name="ParentPage" value="<!--{$smarty.const.MULTIPLE_URLPATH}-->">
89            一覧にご希望の住所が無い場合は、お届け先を新規登録してください。<br>
90            ※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。<br><br>
91            <center><input type="submit" value="新規登録"></center>
92        </form>
93    <!--{/if}-->
[19917]94
[20614]95
[21537]96    <form action="<!--{$smarty.const.SHOPPING_URL}-->" method="get">
97        <center><input type="submit" name="return" value="戻る"></center>
98    </form>
99<!--{/strip}-->
Note: See TracBrowser for help on using the repository browser.