source: branches/comu-ver2/data/Smarty/templates/default/shopping/confirm.tpl @ 18325

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