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

Revision 19713, 14.3 KB checked in by nanasess, 13 years ago (diff)
  • #748(モバイルのデザイン管理機能)
    • dtb_pagelayout, dtb_bloc, dtb_blocposition のデータを追加
    • dtb_blocposition.filename を削除
    • dtb_bloc.filename を device_type_id と filename のユニークキーへ変更
  • #787(スマートフォン対応)
    • data/install.php のモバイル関連の定数を data/class/SC_Initial.php へ移動
    • テンプレート, PHPファイル追加
  • #832 SC_Helper_PageLayout#sfGetPageLayout()) の呼び出しを1ヶ所に集約
  • #820 フラグ, マスタIDの値を定数にする
    • mtb_target の値を定数化
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="<!--{$TPL_DIR}-->jquery.fancybox/jquery.mousewheel-3.0.2.pack.js"></script>
23<script type="text/javascript" src="<!--{$TPL_DIR}-->jquery.fancybox/jquery.fancybox-1.3.1.pack.js"></script>
24<link rel="stylesheet" href="<!--{$TPL_DIR}-->jquery.fancybox/jquery.fancybox-1.3.1.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|escape}--></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|escape}-->"
79                                class="expansion"
80                                target="_blank"
81                            <!--{/if}-->
82                        >
83                            <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|escape}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|escape}-->" /></a>
84                    </td>
85                    <td>
86                        <ul>
87                            <li><strong><!--{$item.productsClass.name|escape}--></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                 <!--{if $item.productsClass.price02 != ""}-->
98                     <!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
99                 <!--{else}-->
100                     <!--{$item.productsClass.price01|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
101                 <!--{/if}-->
102                 </td>
103                 <td><!--{$item.quantity|number_format}--></td>
104                 <td class="pricetd"><!--{$item.total_inctax|number_format}-->円</td>
105             </tr>
106             <!--{/foreach}-->
107                <tr>
108                    <th colspan="4" class="resulttd">小計</th>
109                    <td class="pricetd"><!--{$tpl_total_inctax[$cartKey]|number_format}-->円</td>
110                </tr>
111                <!--{if $smarty.const.USE_POINT !== false}-->
112                    <tr>
113                        <th colspan="4" class="resulttd">値引き(ポイントご使用時)</th>
114                        <td class="pricetd">
115                        <!--{assign var=discount value=`$arrData.use_point*$smarty.const.POINT_VALUE`}-->
116                         -<!--{$discount|number_format|default:0}-->円</td>
117                    </tr>
118                <!--{/if}-->
119                <tr>
120                    <th colspan="4" class="resulttd">送料</th>
121                    <td class="pricetd"><!--{$arrData.deliv_fee|number_format}-->円</td>
122                </tr>
123                <tr>
124                    <th colspan="4" class="resulttd">手数料</th>
125                    <td class="pricetd"><!--{$arrData.charge|number_format}-->円</td>
126                </tr>
127                <tr>
128                    <th colspan="4" class="resulttd">合計</th>
129                    <td class="pricetd"><em><!--{$arrData.payment_total|number_format}-->円</em></td>
130                </tr>
131            </table>
132
133            <!--{* ログイン済みの会員のみ *}-->
134            <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
135                <table summary="ポイント確認" class="delivname">
136                    <tr>
137                        <th>ご注文前のポイント</th>
138                        <td><!--{$tpl_user_point|number_format|default:0}-->Pt</td>
139                    </tr>
140                    <tr>
141                        <th>ご使用ポイント</th>
142                        <td>-<!--{$arrData.use_point|number_format|default:0}-->Pt</td>
143                    </tr>
144                    <!--{if $arrData.birth_point > 0}-->
145                    <tr>
146                        <th>お誕生月ポイント</th>
147                        <td>+<!--{$arrData.birth_point|number_format|default:0}-->Pt</td>
148                    </tr>
149                    <!--{/if}-->
150                    <tr>
151                        <th>今回加算予定のポイント</th>
152                        <td>+<!--{$arrData.add_point|number_format|default:0}-->Pt</td>
153                    </tr>
154                    <tr>
155                    <!--{assign var=total_point value=`$tpl_user_point-$arrData.use_point+$arrData.add_point`}-->
156                        <th>加算後のポイント</th>
157                        <td><!--{$total_point|number_format}-->Pt</td>
158                    </tr>
159                </table>
160            <!--{/if}-->
161            <!--{* ログイン済みの会員のみ *}-->
162
163            <!--お届け先ここから-->
164            <!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}-->
165            <!--{if $cartdown != "2"}-->
166            <table summary="お届け先確認" class="delivname">
167                <thead>
168                    <tr>
169                        <th colspan="2">▼お届け先</th>
170                    </tr>
171                </thead>
172                <tbody>
173                    <!--{* 別のお届け先が選択されている場合 *}-->
174                    <!--{if $arrData.deliv_check >= 1}-->
175                        <tr>
176                            <th>お名前</th>
177                            <td><!--{$arrData.deliv_name01|escape}--> <!--{$arrData.deliv_name02|escape}--></td>
178                        </tr>
179                        <tr>
180                            <th>お名前(フリガナ)</th>
181                            <td><!--{$arrData.deliv_kana01|escape}--> <!--{$arrData.deliv_kana02|escape}--></td>
182                        </tr>
183                        <tr>
184                            <th>郵便番号</th>
185                            <td>〒<!--{$arrData.deliv_zip01|escape}-->-<!--{$arrData.deliv_zip02|escape}--></td>
186                        </tr>
187                        <tr>
188                            <th>住所</th>
189                            <td><!--{$arrPref[$arrData.deliv_pref]}--><!--{$arrData.deliv_addr01|escape}--><!--{$arrData.deliv_addr02|escape}--></td>
190                        </tr>
191                        <tr>
192                            <th>電話番号</th>
193                            <td><!--{$arrData.deliv_tel01}-->-<!--{$arrData.deliv_tel02}-->-<!--{$arrData.deliv_tel03}--></td>
194                        </tr>
195                    <!--{else}-->
196                        <tr>
197                            <th>お名前</th>
198                            <td><!--{$arrData.order_name01|escape}--> <!--{$arrData.order_name02|escape}--></td>
199                        </tr>
200                        <tr>
201                            <th>お名前(フリガナ)</th>
202                            <td><!--{$arrData.order_kana01|escape}--> <!--{$arrData.order_kana02|escape}--></td>
203                        </tr>
204                        <tr>
205                            <th>郵便番号</th>
206                            <td>〒<!--{$arrData.order_zip01|escape}-->-<!--{$arrData.order_zip02|escape}--></td>
207                        </tr>
208                        <tr>
209                            <th>住所</th>
210                            <td><!--{$arrPref[$arrData.order_pref]}--><!--{$arrData.order_addr01|escape}--><!--{$arrData.order_addr02|escape}--></td>
211                        </tr>
212                        <tr>
213                            <th>電話番号</th>
214                            <td><!--{$arrData.order_tel01}-->-<!--{$arrData.order_tel02}-->-<!--{$arrData.order_tel03}--></td>
215                        </tr>
216                    <!--{/if}-->
217                </tbody>
218            </table>
219            <!--{/if}-->
220            <!--お届け先ここまで-->
221
222            <table summary="お支払方法・お届け日時の指定・その他お問い合わせ" class="delivname">
223                <thead>
224                <tr>
225                    <th colspan="2">▼お支払方法・お届け日時の指定・その他お問い合わせ</th>
226                </tr>
227                </thead>
228                <tbody>
229                <tr>
230                    <th>お支払方法</th>
231                    <td><!--{$arrData.payment_method|escape}--></td>
232                </tr>
233                <!--{* 販売方法判定(ダウンロード販売のみの場合はお届け日、時間を表示しない) *}-->
234                <!--{if $cartdown != "2"}-->
235                <tr>
236                    <th>お届け日</th>
237                    <td><!--{$arrData.deliv_date|escape|default:"指定なし"}--></td>
238                </tr>
239                <tr>
240                    <th>お届け時間</th>
241                    <td><!--{$arrData.deliv_time|escape|default:"指定なし"}--></td>
242                </tr>
243                <!--{/if}-->
244                <tr>
245                    <th>その他お問い合わせ</th>
246                    <td><!--{$arrData.message|escape|nl2br}--></td>
247                </tr>
248                </tbody>
249            </table>
250
251            <!--{if 'sfTSPrintOrderBox'|function_exists}-->
252                <!--{'sfTSPrintOrderBox'|call_user_func}-->
253            <!--{/if}-->
254
255            <div class="tblareabtn">
256                <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;
257                <!--{if $payment_type != ""}-->
258                <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" />
259                <!--{else}-->
260                <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" />
261                <!--{/if}-->
262            </div>
263        </form>
264    </div>
265</div>
266<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.