source: branches/version-2_13_0/data/Smarty/templates/default/shopping/confirm.tpl @ 23168

Revision 23168, 17.0 KB checked in by m_uehara, 11 years ago (diff)

#2348 r23142, r23154 - r23156, r23160 - r23162 をマージ

  • 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-2013 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
23<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/facebox.js"></script>
24<link rel="stylesheet" type="text/css" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/facebox.css" media="screen" />
25<script type="text/javascript">//<![CDATA[
26    var sent = false;
27
28    function fnCheckSubmit() {
29        if (sent) {
30            alert("只今、処理中です。しばらくお待ち下さい。");
31            return false;
32        }
33        sent = true;
34        return true;
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">
63                            <img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" />
64                        </a>
65                    </li>
66                        <!--{if $use_module}-->
67                    <li>
68                        <input type="image" onclick="return fnCheckSubmit();" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="次へ" name="next-top" id="next-top" />
69                    </li>
70                        <!--{else}-->
71                    <li>
72                        <input type="image" onclick="return fnCheckSubmit();" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg" alt="ご注文完了ページへ" name="next-top" id="next-top" />
73                    </li>
74                    <!--{/if}-->
75                </ul>
76            </div>
77
78            <table summary="ご注文内容確認">
79                <col width="10%" />
80                <col width="40%" />
81                <col width="20%" />
82                <col width="10%" />
83                <col width="20%" />
84                <tr>
85                    <th scope="col">商品写真</th>
86                    <th scope="col">商品名</th>
87                    <th scope="col">単価</th>
88                    <th scope="col">数量</th>
89                    <th scope="col">小計</th>
90                </tr>
91                <!--{foreach from=$arrCartItems item=item}-->
92                    <tr>
93                        <td class="alignC">
94                            <a
95                                <!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank"
96                                <!--{/if}-->
97                            >
98                                <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65px;" alt="<!--{$item.productsClass.name|h}-->" /></a>
99                        </td>
100                        <td>
101                            <ul>
102                                <li><strong><!--{$item.productsClass.name|h}--></strong></li>
103                                <!--{if $item.productsClass.classcategory_name1 != ""}-->
104                                <li><!--{$item.productsClass.class_name1|h}-->:<!--{$item.productsClass.classcategory_name1|h}--></li>
105                                <!--{/if}-->
106                                <!--{if $item.productsClass.classcategory_name2 != ""}-->
107                                <li><!--{$item.productsClass.class_name2|h}-->:<!--{$item.productsClass.classcategory_name2|h}--></li>
108                                <!--{/if}-->
109                            </ul>
110                        </td>
111                        <td class="alignR">
112                            <!--{$item.price_inctax|number_format}-->円
113                        </td>
114                        <td class="alignR"><!--{$item.quantity|number_format}--></td>
115                        <td class="alignR"><!--{$item.total_inctax|number_format}-->円</td>
116                    </tr>
117                <!--{/foreach}-->
118                <tr>
119                    <th colspan="4" class="alignR" scope="row">小計</th>
120                    <td class="alignR"><!--{$tpl_total_inctax[$cartKey]|number_format}-->円</td>
121                </tr>
122                <!--{if $smarty.const.USE_POINT !== false}-->
123                    <!--{if $arrForm.use_point > 0}-->
124                    <tr>
125                        <th colspan="4" class="alignR" scope="row">値引き(ポイントご使用時)</th>
126                        <td class="alignR">
127                            <!--{assign var=discount value=`$arrForm.use_point*$smarty.const.POINT_VALUE`}-->
128                            -<!--{$discount|number_format|default:0}-->円</td>
129                    </tr>
130                    <!--{/if}-->
131                <!--{/if}-->
132                <tr>
133                    <th colspan="4" class="alignR" scope="row">送料</th>
134                    <td class="alignR"><!--{$arrForm.deliv_fee|number_format}-->円</td>
135                </tr>
136                <tr>
137                    <th colspan="4" class="alignR" scope="row">手数料</th>
138                    <td class="alignR"><!--{$arrForm.charge|number_format}-->円</td>
139                </tr>
140                <tr>
141                    <th colspan="4" class="alignR" scope="row">合計</th>
142                    <td class="alignR"><span class="price"><!--{$arrForm.payment_total|number_format}-->円</span></td>
143                </tr>
144            </table>
145
146            <!--{* ログイン済みの会員のみ *}-->
147            <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
148                <table summary="ポイント確認" class="delivname">
149                <col width="30%" />
150                <col width="70%" />
151                    <tr>
152                        <th scope="row">ご注文前のポイント</th>
153                        <td><!--{$tpl_user_point|number_format|default:0}-->Pt</td>
154                    </tr>
155                    <tr>
156                        <th scope="row">ご使用ポイント</th>
157                        <td>-<!--{$arrForm.use_point|number_format|default:0}-->Pt</td>
158                    </tr>
159                    <!--{if $arrForm.birth_point > 0}-->
160                    <tr>
161                        <th scope="row">お誕生月ポイント</th>
162                        <td>+<!--{$arrForm.birth_point|number_format|default:0}-->Pt</td>
163                    </tr>
164                    <!--{/if}-->
165                    <tr>
166                        <th scope="row">今回加算予定のポイント</th>
167                        <td>+<!--{$arrForm.add_point|number_format|default:0}-->Pt</td>
168                    </tr>
169                    <tr>
170                    <!--{assign var=total_point value=`$tpl_user_point-$arrForm.use_point+$arrForm.add_point`}-->
171                        <th scope="row">加算後のポイント</th>
172                        <td><!--{$total_point|number_format}-->Pt</td>
173                    </tr>
174                </table>
175            <!--{/if}-->
176            <!--{* ログイン済みの会員のみ *}-->
177
178            <!--{* ▼注文者 *}-->
179            <h3>ご注文者</h3>
180            <table summary="ご注文者" class="customer">
181                <col width="30%" />
182                <col width="70%" />
183                <tbody>
184                <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/form_personal_confirm.tpl" flgFields=2 emailMobile=false prefix="order_"}-->
185                </tbody>
186            </table>
187
188            <!--{* ▼お届け先 *}-->
189            <!--{foreach item=shippingItem from=$arrShipping name=shippingItem}-->
190                <h3>お届け先<!--{if $is_multiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h3>
191                <!--{if $is_multiple}-->
192                    <table summary="ご注文内容確認">
193                        <col width="10%" />
194                        <col width="60%" />
195                        <col width="20%" />
196                        <col width="10%" />
197                        <tr>
198                            <th scope="col">商品写真</th>
199                            <th scope="col">商品名</th>
200                            <th scope="col">数量</th>
201                            <th scope="col">小計</th>
202                        </tr>
203                        <!--{foreach item=item from=$shippingItem.shipment_item}-->
204                            <tr>
205                                <td class="alignC">
206                                    <a
207                                        <!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank"
208                                        <!--{/if}-->
209                                    >
210                                        <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65px;" alt="<!--{$item.productsClass.name|h}-->" /></a>
211                                </td>
212                                <td><!--{* 商品名 *}--><strong><!--{$item.productsClass.name|h}--></strong><br />
213                                    <!--{if $item.productsClass.classcategory_name1 != ""}-->
214                                        <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br />
215                                    <!--{/if}-->
216                                    <!--{if $item.productsClass.classcategory_name2 != ""}-->
217                                        <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}-->
218                                    <!--{/if}-->
219                                </td>
220                                <td class="alignC"><!--{$item.quantity}--></td>
221                                <td class="alignR">
222                                    <!--{$item.total_inctax|number_format}-->円
223                                </td>
224                            </tr>
225                        <!--{/foreach}-->
226                    </table>
227                <!--{/if}-->
228
229                <table summary="お届け先確認" class="delivname">
230                    <col width="30%" />
231                    <col width="70%" />
232                    <tbody>
233                        <tr>
234                            <th scope="row">お名前</th>
235                            <td><!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--></td>
236                        </tr>
237                        <tr>
238                            <th scope="row">お名前(フリガナ)</th>
239                            <td><!--{$shippingItem.shipping_kana01|h}--> <!--{$shippingItem.shipping_kana02|h}--></td>
240                        </tr>
241                        <tr>
242                            <th scope="row">会社名</th>
243                            <td><!--{$shippingItem.shipping_company_name|h}--></td>
244                        </tr>
245                        <!--{if $smarty.const.FORM_COUNTRY_ENABLE}-->
246                        <tr>
247                            <th scope="row">国</th>
248                            <td><!--{$arrCountry[$shippingItem.shipping_country_id]|h}--></td>
249                        </tr>
250                        <tr>
251                            <th scope="row">ZIPCODE</th>
252                            <td><!--{$shippingItem.shipping_zipcode|h}--></td>
253                        </tr>
254                        <!--{/if}-->
255                        <tr>
256                            <th scope="row">郵便番号</th>
257                            <td>〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--></td>
258                        </tr>
259                        <tr>
260                            <th scope="row">住所</th>
261                            <td><!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--></td>
262                        </tr>
263                        <tr>
264                            <th scope="row">電話番号</th>
265                            <td><!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--></td>
266                        </tr>
267                        <tr>
268                            <th scope="row">FAX番号</th>
269                            <td>
270                                <!--{if $shippingItem.shipping_fax01 > 0}-->
271                                    <!--{$shippingItem.shipping_fax01}-->-<!--{$shippingItem.shipping_fax02}-->-<!--{$shippingItem.shipping_fax03}-->
272                                <!--{/if}-->
273                            </td>
274                        </tr>
275                        <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
276                            <tr>
277                                <th scope="row">お届け日</th>
278                                <td><!--{$shippingItem.shipping_date|default:"指定なし"|h}--></td>
279                            </tr>
280                            <tr>
281                                <th scope="row">お届け時間</th>
282                                <td><!--{$shippingItem.shipping_time|default:"指定なし"|h}--></td>
283                            </tr>
284                        <!--{/if}-->
285                    </tbody>
286                </table>
287            <!--{/foreach}-->
288            <!--{* ▲お届け先 *}-->
289
290            <h3>配送方法・お支払方法・その他お問い合わせ</h3>
291            <table summary="配送方法・お支払方法・その他お問い合わせ" class="delivname">
292                <col width="30%" />
293                <col width="70%" />
294                <tbody>
295                <tr>
296                    <th scope="row">配送方法</th>
297                    <td><!--{$arrDeliv[$arrForm.deliv_id]|h}--></td>
298                </tr>
299                <tr>
300                    <th scope="row">お支払方法</th>
301                    <td><!--{$arrForm.payment_method|h}--></td>
302                </tr>
303                <tr>
304                    <th scope="row">その他お問い合わせ</th>
305                    <td><!--{$arrForm.message|h|nl2br}--></td>
306                </tr>
307                </tbody>
308            </table>
309
310            <div class="btn_area">
311                <ul>
312                    <li>
313                        <a href="./payment.php"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" name="back<!--{$key}-->" /></a>
314                    </li>
315                    <!--{if $use_module}-->
316                    <li>
317                        <input type="image" onclick="return fnCheckSubmit();" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="次へ" name="next" id="next" />
318                    </li>
319                    <!--{else}-->
320                    <li>
321                        <input type="image" onclick="return fnCheckSubmit();" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg" alt="ご注文完了ページへ"  name="next" id="next" />
322                    </li>
323                    <!--{/if}-->
324                </ul>
325            </div>
326        </form>
327    </div>
328</div>
Note: See TracBrowser for help on using the repository browser.