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

Revision 21629, 5.6 KB checked in by Seasoft, 12 years ago (diff)

#1439 (「お届け先の指定」に戻った際に、選択した状態を引き継いでいない)

  • 実装誤りの修正

#1672 (非会員購入時「お届け先の複数指定」から戻るボタンで遷移すると追加したお届け先が削除される)

  • 実装誤りの修正

#1675 (「お届け先の複数指定」画面での入力内容が復元されない)
#1315 (複数のお届け先関連のキー情報が怪しい)

  • 根本的な解決ではありませんが、とりあえず会員に関しては other_deliv_id を使うようにした。

#1613 (typo修正・ソース整形・ソースコメントの改善)

  • 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/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24
25<!--{strip}-->
26    <form method="post" action="<!--{$smarty.const.MOBILE_SHOPPING_PAYMENT_URLPATH}-->">
27        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->">
28        <input type="hidden" name="mode" value="confirm">
29        <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
30        <!--{assign var=key value="deliv_id"}-->
31        <input type="hidden" name="<!--{$key}-->" value="<!--{$arrForm[$key].value}-->">
32        ■お支払方法 <font color="#FF0000">*</font><br>
33        <!--{assign var=key value="payment_id"}-->
34        <!--{if $arrErr[$key] != ""}-->
35            <font color="#FF0000"><!--{$arrErr[$key]}--></font>
36        <!--{/if}-->
37        <!--{section name=cnt loop=$arrPayment}-->
38            <input type="radio" name="<!--{$key}-->" value="<!--{$arrPayment[cnt].payment_id}-->" <!--{$arrPayment[cnt].payment_id|sfGetChecked:$arrForm[$key].value}-->>
39            <!--{$arrPayment[cnt].payment_method|h}-->
40            <br>
41        <!--{/section}-->
42        <br>
43
44        <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
45            ■お届け時間の指定<br>
46            <!--{foreach item=shippingItem name=shippingItem from=$arrShipping}-->
47                <!--{assign var=index value=$shippingItem.shipping_id}-->
48
49                <!--{if $is_multiple}-->
50                    ▼<!--{$shippingItem.shipping_name01}--><!--{$shippingItem.shipping_name02}-->
51                    <!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01}--><!--{$shippingItem.shipping_addr02}--><br>
52                <!--{/if}-->
53
54                <!--★お届け日★-->
55                <!--{assign var=key value="deliv_date`$index`"}-->
56                <font color="#FF0000"><!--{$arrErr[$key]}--></font>
57                お届け日:<br>
58                <!--{if !$arrDelivDate}-->
59                    ご指定頂けません。
60                <!--{else}-->
61                    <select name="<!--{$key}-->">
62                        <option value="" selected="">指定なし</option>
63                        <!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
64                    </select>
65                <!--{/if}-->
66                <br>
67                <!--★お届け時間★-->
68                <!--{assign var=key value="deliv_time_id`$index`"}-->
69                <font color="#FF0000"><!--{$arrErr[$key]}--></font>
70                お届け時間:<br>
71                <select name="<!--{$key}-->" id="<!--{$key}-->">
72                    <option value="" selected="">指定なし</option>
73                    <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
74                </select>
75                <br>
76                <br>
77            <!--{/foreach}-->
78        <!--{/if}-->
79
80        ■その他お問い合わせ<br>
81        <!--{assign var=key value="message"}-->
82        <!--{if $arrErr[$key] != ""}-->
83            <font color="#FF0000"><!--{$arrErr[$key]}--></font>
84        <!--{/if}-->
85        <textarea cols="20" rows="2" name="<!--{$key}-->"><!--{$arrForm[$key].value|h}--></textarea>
86        <br>
87        <br>
88
89        <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
90            ■ポイント使用の指定<br>
91            1ポイントを<!--{$smarty.const.POINT_VALUE}-->円として使用する事ができます。<br>
92            <br>
93            <!--{$name01|h}--> <!--{$name02|h}-->様の、現在の所持ポイントは「<font color="#FF0000"><!--{$tpl_user_point|number_format|default:0}-->Pt</font>」です。<br>
94            <br>
95            今回ご購入合計金額:<font color="#FF0000"><!--{$arrPrices.subtotal|number_format}-->円</font><br>
96            (送料、手数料を含みません。)<br>
97            <br>
98            <input type="radio" name="point_check" value="1" <!--{$arrForm.point_check.value|sfGetChecked:1}-->>ポイントを使用する<br>
99            <!--{assign var=key value="use_point"}-->
100            <!--{if $arrErr[$key] != ""}-->
101                <font color="#FF0000"><!--{$arrErr[$key]}--></font>
102            <!--{/if}-->
103            <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|default:$tpl_user_point}-->" maxlength="<!--{$arrForm[$key].length}-->" size="6">&nbsp;ポイントを使用する。<br>
104            <input type="radio" name="point_check" value="2" <!--{$arrForm.point_check.value|sfGetChecked:2}-->>ポイントを使用しない<br>
105            <br>
106        <!--{/if}-->
107
108        <center><input type="submit" value="次へ"></center>
109    </form>
110
111    <form action="?mode=return" method="get">
112        <input type="hidden" name="mode" value="return">
113        <center><input type="submit" value="戻る"></center>
114    </form>
115<!--{/strip}-->
Note: See TracBrowser for help on using the repository browser.