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

Revision 19983, 8.8 KB checked in by Seasoft, 13 years ago (diff)

#834(パスに関わるパラメータ名が不適切)

  • TPL_DIR -> TPL_URLPATH
  • Property svn:eol-style set to LF
  • 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-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<div id="under02column">
24    <div id="under02column_shopping">
25        <p class="flowarea">
26            <img src="<!--{$TPL_URLPATH}-->img/picture/img_flow_02.gif" width="700" height="36" alt="購入手続きの流れ" />
27        </p>
28        <h2 class="title"><!--{$tpl_title|h}--></h2>
29
30        <form name="form1" id="form1" method="post" action="?">
31            <input type="hidden" name="mode" value="confirm" />
32            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
33            <div class="payarea">
34                <h3>お支払方法の指定</h3>
35                <p>お支払方法をご選択ください。</p>
36
37                <!--{assign var=key value="payment_id"}-->
38                <!--{if $arrErr[$key] != ""}-->
39                <p class="attention"><!--{$arrErr[$key]}--></p>
40                <!--{/if}-->
41                <table summary="お支払方法選択">
42                    <tr>
43                        <th>選択</th>
44                        <th colspan="<!--{if !$img_show}-->2<!--{else}-->3<!--{/if}-->">お支払方法</th>
45                    </tr>
46                    <!--{section name=cnt loop=$arrPayment}-->
47                    <tr>
48                        <td class="centertd"><input type="radio" id="pay_<!--{$smarty.section.cnt.iteration}-->" name="<!--{$key}-->"  value="<!--{$arrPayment[cnt].payment_id}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" <!--{$arrPayment[cnt].payment_id|sfGetChecked:$arrForm[$key].value}--> />
49                        </td>
50                        <td>
51                            <label for="pay_<!--{$smarty.section.cnt.iteration}-->"><!--{$arrPayment[cnt].payment_method|h}--><!--{if $arrPayment[cnt].note != ""}--><!--{/if}--></label>
52                        </td>
53                        <!--{if $img_show}-->
54                            <td>
55                                <!--{if $arrPayment[cnt].payment_image != ""}-->
56                                    <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrPayment[cnt].payment_image}-->" />
57                                <!--{/if}-->
58                            </td>
59                        <!--{/if}-->
60                    </tr>
61                    <!--{/section}-->
62                </table>
63            </div>
64
65            <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
66            <div class="payarea02">
67                <h3>お届け時間の指定</h3>
68                <p>ご希望の方は、お届け時間を選択してください。</p>
69                <!--{foreach item=shippingItem name=shippingItem from=$shipping}-->
70                <!--{assign var=index value=$smarty.foreach.shippingItem.index}-->
71                <div>
72                    <!--★お届け日★-->
73                    <!--{assign var=key value="deliv_date`$index`"}-->
74                    <span class="attention"><!--{$arrErr[$key]}--></span>
75                    <em>お届け日:</em>
76                    <!--{if !$arrDelivDate}-->
77                        ご指定頂けません。
78                    <!--{else}-->
79                        <select name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->">
80                            <option value="" selected="">指定なし</option>
81                            <!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
82                        </select>
83                    <!--{/if}-->
84                    <!--★お届け時間★-->
85                    <!--{assign var=key value="deliv_time_id`$index`"}-->
86                    <span class="attention"><!--{$arrErr[$key]}--></span>
87                    <em>お届け時間:</em>
88                    <select name="<!--{$key}-->" id="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->">
89                        <option value="" selected="">指定なし</option>
90                        <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
91                    </select>
92                    <!--{if $isMultiple}-->
93                        &nbsp;<!--{$shippingItem.shipping_name01}--><!--{$shippingItem.shipping_name02}-->
94                        &nbsp;<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01}--><!--{$shippingItem.shipping_addr02}-->
95                    <!--{/if}-->
96                 </div>
97                 <!--{/foreach}-->
98            </div>
99            <!--{/if}-->
100
101            <div class="payarea02">
102                <h3>その他お問い合わせ</h3>
103                <p>その他お問い合わせ事項がございましたら、こちらにご入力ください。</p>
104                <div>
105                    <!--★その他お問い合わせ事項★-->
106                    <!--{assign var=key value="message"}-->
107                    <span class="attention"><!--{$arrErr[$key]}--></span>
108                    <textarea name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" cols="80" rows="8" class="area660" wrap="head"><!--{$arrForm[$key].value|h}--></textarea>
109                    <span class="attention"> (<!--{$smarty.const.LTEXT_LEN}-->文字まで)</span>
110                </div>
111            </div>
112
113            <!-- ▼ポイント使用 ここから -->
114            <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
115                <div class="pointarea">
116                    <h3>ポイント使用の指定</h3>
117
118                        <p><span class="attention">1ポイントを1円</span>として使用する事ができます。<br />
119                            使用する場合は、「ポイントを使用する」にチェックを入れた後、使用するポイントをご記入ください。</p>
120                    <div>
121                        <p><!--{$objCustomer->getValue('name01')|h}--> <!--{$objCustomer->getValue('name02')|h}-->様の、現在の所持ポイントは「<em><!--{$tpl_user_point|default:0}-->Pt</em>」です。</p>
122                        <p>今回ご購入合計金額:<span class="price"><!--{$arrData.subtotal|number_format}-->円</span> <span class="attention">(送料、手数料を含みません。)</span></p>
123                        <ul>
124                            <li><input type="radio" id="point_on" name="point_check" value="1" <!--{$arrForm.point_check.value|sfGetChecked:1}--> onclick="fnCheckInputPoint();" /><label for="point_on">ポイントを使用する</label></li>
125                             <!--{assign var=key value="use_point"}-->
126
127                             <li class="underline">今回のお買い物で、<input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|default:$tpl_user_point}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="6" class="box60" />&nbsp;ポイントを使用する。<span class="attention"><!--{$arrErr[$key]}--></span></li>
128                             <li><input type="radio" id="point_off" name="point_check" value="2" <!--{$arrForm.point_check.value|sfGetChecked:2}--> onclick="fnCheckInputPoint();" /><label for="point_off">ポイントを使用しない</label></li>
129                        </ul>
130                    </div>
131                </div>
132            <!--{/if}-->
133            <!-- ▲ポイント使用 ここまで -->
134
135            <div class="tblareabtn">
136                <a href="<!--{$tpl_back_url|h}-->" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back_on.gif','back03')" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back.gif','back03')">
137                    <img src="<!--{$TPL_URLPATH}-->img/button/btn_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a>&nbsp;
138                <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next.gif',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_next.gif" class="box150" alt="次へ" name="next" id="next" />
139            </div>
140        </form>
141    </div>
142</div>
143<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.