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

Revision 20536, 15.8 KB checked in by Seasoft, 13 years ago (diff)

#624(軽微な表示乱れを修正)

  • <th>の表示乱れを修正
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • 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.ROOT_URLPATH}-->js/jquery.facebox/facebox.js"></script>
23<link rel="stylesheet" type="text/css" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/facebox.css" media="screen" />
24<script type="text/javascript">//<![CDATA[
25var send = true;
26
27function fnCheckSubmit() {
28    if(send) {
29        send = false;
30        return true;
31    } else {
32        alert("只今、処理中です。しばらくお待ち下さい。");
33        return false;
34    }
35}
36
37$(document).ready(function() {
38    $('a.expansion').facebox({
39        loadingImage : '<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/loading.gif',
40        closeImage   : '<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/closelabel.png'
41    });
42});
43//]]></script>
44
45<!--CONTENTS-->
46<div id="undercolumn">
47    <div id="undercolumn_shopping">
48        <p class="flow_area"><img src="<!--{$TPL_URLPATH}-->img/picture/img_flow_03.jpg" alt="購入手続きの流れ" /></p>
49        <h2 class="title"><!--{$tpl_title|h}--></h2>
50
51        <p class="information">下記ご注文内容で送信してもよろしいでしょうか?<br />
52            よろしければ、「<!--{if $use_module}-->次へ<!--{else}-->ご注文完了ページへ<!--{/if}-->」ボタンをクリックしてください。</p>
53
54        <form name="form1" id="form1" method="post" action="?">
55        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
56        <input type="hidden" name="mode" value="confirm" />
57        <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
58
59        <div class="btn_area">
60            <ul>
61                <li>
62                    <a href="./payment.php" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_back_on.jpg',back03-top)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_back.jpg',back03-top)"><img src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" border="0" name="back03-top" id="back03-top" /></a>
63                </li>
64                    <!--{if $use_module}-->
65                <li>
66                    <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="次へ" name="next-top" id="next-top" />
67                </li>
68                    <!--{else}-->
69                <li>
70                    <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_order_complete_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg" alt="ご注文完了ページへ" name="next-top" id="next-top" />
71                </li>
72                <!--{/if}-->
73            </ul>
74        </div>
75
76        <table summary="ご注文内容確認">
77            <colgroup width="10%"></colgroup>
78            <colgroup width="40%"></colgroup>
79            <colgroup width="20%"></colgroup>
80            <colgroup width="10%"></colgroup>
81            <colgroup width="20%"></colgroup>
82            <tr>
83                <th scope="col">商品写真</th>
84                <th scope="col">商品名</th>
85                <th scope="col">単価</th>
86                <th scope="col">数量</th>
87                <th scope="col">小計</th>
88            </tr>
89            <!--{foreach from=$arrCartItems item=item}-->
90                <tr>
91                    <td class="alignC">
92                        <a
93                            <!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank"
94                            <!--{/if}-->
95                        >
96                            <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a>
97                    </td>
98                    <td>
99                        <ul>
100                            <li><strong><!--{$item.productsClass.name|h}--></strong></li>
101                            <!--{if $item.productsClass.classcategory_name1 != ""}-->
102                            <li><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--></li>
103                            <!--{/if}-->
104                            <!--{if $item.productsClass.classcategory_name2 != ""}-->
105                            <li><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--></li>
106                            <!--{/if}-->
107                        </ul>
108                    </td>
109                    <td class="alignR">
110                        <!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
111                    </td>
112                    <td class="alignR"><!--{$item.quantity|number_format}--></td>
113                    <td class="alignR"><!--{$item.total_inctax|number_format}-->円</td>
114                </tr>
115            <!--{/foreach}-->
116            <tr>
117                <th colspan="4" class="alignR" scope="row">小計</th>
118                <td class="alignR"><!--{$tpl_total_inctax[$cartKey]|number_format}-->円</td>
119            </tr>
120            <!--{if $smarty.const.USE_POINT !== false}-->
121                <tr>
122                    <th colspan="4" class="alignR" scope="row">値引き(ポイントご使用時)</th>
123                    <td class="alignR">
124                        <!--{assign var=discount value=`$arrForm.use_point*$smarty.const.POINT_VALUE`}-->
125                        -<!--{$discount|number_format|default:0}-->円</td>
126                </tr>
127            <!--{/if}-->
128            <tr>
129                <th colspan="4" class="alignR" scope="row">送料</th>
130                <td class="alignR"><!--{$arrForm.deliv_fee|number_format}-->円</td>
131            </tr>
132            <tr>
133                <th colspan="4" class="alignR" scope="row">手数料</th>
134                <td class="alignR"><!--{$arrForm.charge|number_format}-->円</td>
135            </tr>
136            <tr>
137                <th colspan="4" class="alignR" scope="row">合計</th>
138                <td class="alignR"><span class="price"><!--{$arrForm.payment_total|number_format}-->円</span></td>
139            </tr>
140        </table>
141
142        <!--{* ログイン済みの会員のみ *}-->
143        <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
144            <table summary="ポイント確認" class="delivname">
145            <colgroup width="30%"></colgroup>
146            <colgroup width="70%"></colgroup>
147                <tr>
148                    <th scope="row">ご注文前のポイント</th>
149                    <td><!--{$tpl_user_point|number_format|default:0}-->Pt</td>
150                </tr>
151                <tr>
152                    <th scope="row">ご使用ポイント</th>
153                    <td>-<!--{$arrForm.use_point|number_format|default:0}-->Pt</td>
154                </tr>
155                <!--{if $arrForm.birth_point > 0}-->
156                <tr>
157                    <th scope="row">お誕生月ポイント</th>
158                    <td>+<!--{$arrForm.birth_point|number_format|default:0}-->Pt</td>
159                </tr>
160                <!--{/if}-->
161                <tr>
162                    <th scope="row">今回加算予定のポイント</th>
163                    <td>+<!--{$arrForm.add_point|number_format|default:0}-->Pt</td>
164                </tr>
165                <tr>
166                <!--{assign var=total_point value=`$tpl_user_point-$arrForm.use_point+$arrForm.add_point`}-->
167                    <th scope="row">加算後のポイント</th>
168                    <td><!--{$total_point|number_format}-->Pt</td>
169                </tr>
170            </table>
171        <!--{/if}-->
172        <!--{* ログイン済みの会員のみ *}-->
173
174        <!--お届け先ここから-->
175        <!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}-->
176        <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
177        <!--{foreach item=shippingItem from=$arrShipping name=shippingItem}-->
178        <h3>お届け先<!--{if $is_multiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h3>
179        <!--{if $is_multiple}-->
180            <table summary="ご注文内容確認">
181                <colgroup width="30%"></colgroup>
182                <colgroup width="70%"></colgroup>
183                <tr>
184                    <th scope="col">商品写真</th>
185                    <th scope="col">商品名</th>
186                    <th scope="col">単価</th>
187                    <th scope="col">数量</th>
188                    <!--{* XXX 購入小計と誤差が出るためコメントアウト
189                    <th scope="col">小計</th>
190                    *}-->
191                </tr>
192                <!--{foreach item=item from=$shippingItem.shipment_item}-->
193                    <tr>
194                        <td class="alignC">
195                            <a
196                                <!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank"
197                                <!--{/if}-->
198                            >
199                                <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a>
200                        </td>
201                        <td><!--{* 商品名 *}--><strong><!--{$item.productsClass.name|h}--></strong><br />
202                            <!--{if $item.productsClass.classcategory_name1 != ""}-->
203                                <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br />
204                            <!--{/if}-->
205                            <!--{if $item.productsClass.classcategory_name2 != ""}-->
206                                <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}-->
207                            <!--{/if}-->
208                        </td>
209                        <td class="alignR">
210                            <!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
211                        </td>
212                        <td id="quantity"><!--{$item.quantity}--></td>
213                        <!--{* XXX 購入小計と誤差が出るためコメントアウト
214                        <td class="alignR"><!--{$item.total_inctax|number_format}-->円</td>
215                        *}-->
216                    </tr>
217                <!--{/foreach}-->
218            </table>
219        <!--{/if}-->
220
221        <table summary="お届け先確認" class="delivname">
222            <colgroup width="30%"></colgroup>
223            <colgroup width="70%"></colgroup>
224            <tbody>
225                <tr>
226                    <th scope="row">お名前</th>
227                    <td><!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--></td>
228                </tr>
229                <tr>
230                    <th scope="row">お名前(フリガナ)</th>
231                    <td><!--{$shippingItem.shipping_kana01|h}--> <!--{$shippingItem.shipping_kana02|h}--></td>
232                </tr>
233                <tr>
234                    <th scope="row">郵便番号</th>
235                    <td>〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--></td>
236                </tr>
237                <tr>
238                    <th scope="row">住所</th>
239                    <td><!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--></td>
240                </tr>
241                <tr>
242                    <th scope="row">電話番号</th>
243                    <td><!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--></td>
244                </tr>
245            <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
246                <tr>
247                    <th scope="row">お届け日</th>
248                    <td><!--{$shippingItem.shipping_date|default:"指定なし"|h}--></td>
249                </tr>
250                <tr>
251                    <th scope="row">お届け時間</th>
252                    <td><!--{$shippingItem.shipping_time|default:"指定なし"|h}--></td>
253                </tr>
254            <!--{/if}-->
255            </tbody>
256        </table>
257        <!--{/foreach}-->
258        <!--{/if}-->
259        <!--お届け先ここまで-->
260
261        <h3>配送方法・お支払方法・その他お問い合わせ</h3>
262        <table summary="配送方法・お支払方法・その他お問い合わせ" class="delivname">
263            <colgroup width="30%"></colgroup>
264            <colgroup width="70%"></colgroup>
265            <tbody>
266            <tr>
267                <th scope="row">配送方法</th>
268                <td><!--{$arrDeliv[$arrForm.deliv_id]|h}--></td>
269            </tr>
270            <tr>
271                <th scope="row">お支払方法</th>
272                <td><!--{$arrForm.payment_method|h}--></td>
273            </tr>
274            <tr>
275                <th scope="row">その他お問い合わせ</th>
276                <td><!--{$arrForm.message|h|nl2br}--></td>
277            </tr>
278            </tbody>
279        </table>
280
281        <div class="btn_area">
282            <ul>
283                <li>
284                    <a href="./payment.php" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_back_on.jpg','back<!--{$key}-->');" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_back.jpg','back<!--{$key}-->');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" name="back<!--{$key}-->" /></a>&nbsp;
285                </li>
286                <!--{if $use_module}-->
287                <li>
288                    <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="次へ" name="next" id="next" />
289                </li>
290                <!--{else}-->
291                <li>
292                    <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_order_complete_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg" alt="ご注文完了ページへ"  name="next" id="next" />
293                </li>
294                <!--{/if}-->
295        </ul>
296
297        </div>
298        </form>
299    </div>
300</div>
301<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.