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

Revision 19819, 13.8 KB checked in by yomoro, 13 years ago (diff)

#889 (スマートフォンでカート画面から先に進むと表示がおかしい) 不要な画像を削除

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