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

Revision 19802, 14.0 KB checked in by Seasoft, 13 years ago (diff)

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部改修

  • 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<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery.fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
23<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery.fancybox/jquery.fancybox-1.3.4.pack.js"></script>
24<link rel="stylesheet" href="<!--{$smarty.const.URL_PATH}-->js/jquery.fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
25<script type="text/javascript">//<![CDATA[
26    var send = true;
27
28    function fnCheckSubmit() {
29        if(send) {
30            send = false;
31            return true;
32        } else {
33            alert("只今、処理中です。しばらくお待ち下さい。");
34            return false;
35        }
36    }
37
38    $(document).ready(function() {
39        $("a.expansion").fancybox({
40        });
41    });
42//]]></script>
43
44<!--▼CONTENTS-->
45<div id="under02column">
46    <div id="under02column_shopping">
47        <p class="flowarea"><img src="<!--{$TPL_DIR}-->img/picture/img_flow_03.gif" width="700" height="36" alt="購入手続きの流れ" /></p>
48        <h2 class="title"><!--{$tpl_title|h}--></h2>
49
50        <p>下記ご注文内容で送信してもよろしいでしょうか?<br />
51            よろしければ、「<!--{if $payment_type != ""}-->次へ<!--{else}-->ご注文完了ページへ<!--{/if}-->」ボタンをクリックしてください。</p>
52
53        <form name="form1" id="form1" method="post" action="?">
54            <input type="hidden" name="mode" value="confirm" />
55            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
56
57            <div class="tblareabtn">
58                <a href="./payment.php" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back.gif',back03)"><img src="<!--{$TPL_DIR}-->img/button/btn_back.gif" width="150" height="30" alt="戻る" border="0" name="back03-top" id="back03-top" /></a>&nbsp;
59                <!--{if $payment_type != ""}-->
60                <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_next_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_next.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_next.gif" alt="次へ" class="box150" name="next-top" id="next-top" />
61                <!--{else}-->
62                <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_order_complete_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_order_complete.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_order_complete.gif" alt="ご注文完了ページへ" class="box150" name="next-top" id="next-top" />                <!--{/if}-->
63            </div>
64
65            <table summary="ご注文内容確認">
66                <tr>
67                    <th>商品写真</th>
68                    <th>商品名</th>
69                    <th>単価</th>
70                    <th>数量</th>
71                    <th>小計</th>
72                </tr>
73                <!--{foreach from=$cartItems item=item}-->
74                <tr>
75                    <td class="phototd">
76                        <a
77                            <!--{if $item.productsClass.main_image|strlen >= 1}-->
78                                href="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->"
79                                class="expansion"
80                                target="_blank"
81                            <!--{/if}-->
82                        >
83                            <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a>
84                    </td>
85                    <td>
86                        <ul>
87                            <li><strong><!--{$item.productsClass.name|h}--></strong></li>
88                            <!--{if $item.productsClass.classcategory_name1 != ""}-->
89                            <li><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--></li>
90                            <!--{/if}-->
91                            <!--{if $item.productsClass.classcategory_name2 != ""}-->
92                            <li><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--></li>
93                            <!--{/if}-->
94                        </ul>
95                 </td>
96                 <td class="pricetd">
97                     <!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
98                 </td>
99                 <td><!--{$item.quantity|number_format}--></td>
100                 <td class="pricetd"><!--{$item.total_inctax|number_format}-->円</td>
101             </tr>
102             <!--{/foreach}-->
103                <tr>
104                    <th colspan="4" class="resulttd">小計</th>
105                    <td class="pricetd"><!--{$tpl_total_inctax[$cartKey]|number_format}-->円</td>
106                </tr>
107                <!--{if $smarty.const.USE_POINT !== false}-->
108                    <tr>
109                        <th colspan="4" class="resulttd">値引き(ポイントご使用時)</th>
110                        <td class="pricetd">
111                        <!--{assign var=discount value=`$arrData.use_point*$smarty.const.POINT_VALUE`}-->
112                         -<!--{$discount|number_format|default:0}-->円</td>
113                    </tr>
114                <!--{/if}-->
115                <tr>
116                    <th colspan="4" class="resulttd">送料</th>
117                    <td class="pricetd"><!--{$arrData.deliv_fee|number_format}-->円</td>
118                </tr>
119                <tr>
120                    <th colspan="4" class="resulttd">手数料</th>
121                    <td class="pricetd"><!--{$arrData.charge|number_format}-->円</td>
122                </tr>
123                <tr>
124                    <th colspan="4" class="resulttd">合計</th>
125                    <td class="pricetd"><em><!--{$arrData.payment_total|number_format}-->円</em></td>
126                </tr>
127            </table>
128
129            <!--{* ログイン済みの会員のみ *}-->
130            <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
131                <table summary="ポイント確認" class="delivname">
132                    <tr>
133                        <th>ご注文前のポイント</th>
134                        <td><!--{$tpl_user_point|number_format|default:0}-->Pt</td>
135                    </tr>
136                    <tr>
137                        <th>ご使用ポイント</th>
138                        <td>-<!--{$arrData.use_point|number_format|default:0}-->Pt</td>
139                    </tr>
140                    <!--{if $arrData.birth_point > 0}-->
141                    <tr>
142                        <th>お誕生月ポイント</th>
143                        <td>+<!--{$arrData.birth_point|number_format|default:0}-->Pt</td>
144                    </tr>
145                    <!--{/if}-->
146                    <tr>
147                        <th>今回加算予定のポイント</th>
148                        <td>+<!--{$arrData.add_point|number_format|default:0}-->Pt</td>
149                    </tr>
150                    <tr>
151                    <!--{assign var=total_point value=`$tpl_user_point-$arrData.use_point+$arrData.add_point`}-->
152                        <th>加算後のポイント</th>
153                        <td><!--{$total_point|number_format}-->Pt</td>
154                    </tr>
155                </table>
156            <!--{/if}-->
157            <!--{* ログイン済みの会員のみ *}-->
158
159            <!--お届け先ここから-->
160            <!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}-->
161            <!--{if $cartdown != "2"}-->
162            <table summary="お届け先確認" class="delivname">
163                <thead>
164                    <tr>
165                        <th colspan="2">▼お届け先</th>
166                    </tr>
167                </thead>
168                <tbody>
169                    <!--{* 別のお届け先が選択されている場合 *}-->
170                    <!--{if $arrData.deliv_check >= 1}-->
171                        <tr>
172                            <th>お名前</th>
173                            <td><!--{$arrData.deliv_name01|h}--> <!--{$arrData.deliv_name02|h}--></td>
174                        </tr>
175                        <tr>
176                            <th>お名前(フリガナ)</th>
177                            <td><!--{$arrData.deliv_kana01|h}--> <!--{$arrData.deliv_kana02|h}--></td>
178                        </tr>
179                        <tr>
180                            <th>郵便番号</th>
181                            <td>〒<!--{$arrData.deliv_zip01|h}-->-<!--{$arrData.deliv_zip02|h}--></td>
182                        </tr>
183                        <tr>
184                            <th>住所</th>
185                            <td><!--{$arrPref[$arrData.deliv_pref]}--><!--{$arrData.deliv_addr01|h}--><!--{$arrData.deliv_addr02|h}--></td>
186                        </tr>
187                        <tr>
188                            <th>電話番号</th>
189                            <td><!--{$arrData.deliv_tel01}-->-<!--{$arrData.deliv_tel02}-->-<!--{$arrData.deliv_tel03}--></td>
190                        </tr>
191                    <!--{else}-->
192                        <tr>
193                            <th>お名前</th>
194                            <td><!--{$arrData.order_name01|h}--> <!--{$arrData.order_name02|h}--></td>
195                        </tr>
196                        <tr>
197                            <th>お名前(フリガナ)</th>
198                            <td><!--{$arrData.order_kana01|h}--> <!--{$arrData.order_kana02|h}--></td>
199                        </tr>
200                        <tr>
201                            <th>郵便番号</th>
202                            <td>〒<!--{$arrData.order_zip01|h}-->-<!--{$arrData.order_zip02|h}--></td>
203                        </tr>
204                        <tr>
205                            <th>住所</th>
206                            <td><!--{$arrPref[$arrData.order_pref]}--><!--{$arrData.order_addr01|h}--><!--{$arrData.order_addr02|h}--></td>
207                        </tr>
208                        <tr>
209                            <th>電話番号</th>
210                            <td><!--{$arrData.order_tel01}-->-<!--{$arrData.order_tel02}-->-<!--{$arrData.order_tel03}--></td>
211                        </tr>
212                    <!--{/if}-->
213                </tbody>
214            </table>
215            <!--{/if}-->
216            <!--お届け先ここまで-->
217
218            <table summary="お支払方法・お届け日時の指定・その他お問い合わせ" class="delivname">
219                <thead>
220                <tr>
221                    <th colspan="2">▼お支払方法・お届け日時の指定・その他お問い合わせ</th>
222                </tr>
223                </thead>
224                <tbody>
225                <tr>
226                    <th>お支払方法</th>
227                    <td><!--{$arrData.payment_method|h}--></td>
228                </tr>
229                <!--{* 販売方法判定(ダウンロード販売のみの場合はお届け日、時間を表示しない) *}-->
230                <!--{if $cartdown != "2"}-->
231                <tr>
232                    <th>お届け日</th>
233                    <td><!--{$arrData.deliv_date|default:"指定なし"|h}--></td>
234                </tr>
235                <tr>
236                    <th>お届け時間</th>
237                    <td><!--{$arrData.deliv_time|default:"指定なし"|h}--></td>
238                </tr>
239                <!--{/if}-->
240                <tr>
241                    <th>その他お問い合わせ</th>
242                    <td><!--{$arrData.message|h|nl2br}--></td>
243                </tr>
244                </tbody>
245            </table>
246
247            <!--{if 'sfTSPrintOrderBox'|function_exists}-->
248                <!--{'sfTSPrintOrderBox'|call_user_func}-->
249            <!--{/if}-->
250
251            <div class="tblareabtn">
252                <a href="./payment.php" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back.gif',back03)"><img src="<!--{$TPL_DIR}-->img/button/btn_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a>&nbsp;
253                <!--{if $payment_type != ""}-->
254                <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_next_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_next.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_next.gif" alt="次へ" class="box150" name="next" id="next" />
255                <!--{else}-->
256                <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_order_complete_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_order_complete.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_order_complete.gif" alt="ご注文完了ページへ" class="box150" name="next" id="next" />
257                <!--{/if}-->
258            </div>
259        </form>
260    </div>
261</div>
262<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.