1 | <!--{* |
---|
2 | /* |
---|
3 | * This file is part of EC-CUBE |
---|
4 | * |
---|
5 | * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved. |
---|
6 | * |
---|
7 | * http://www.lockon.co.jp/ |
---|
8 | * |
---|
9 | * This program is free software; you can redistribute it and/or |
---|
10 | * modify it under the terms of the GNU General Public License |
---|
11 | * as published by the Free Software Foundation; either version 2 |
---|
12 | * of the License, or (at your option) any later version. |
---|
13 | * |
---|
14 | * This program is distributed in the hope that it will be useful, |
---|
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
17 | * GNU General Public License for more details. |
---|
18 | * |
---|
19 | * You should have received a copy of the GNU General Public License |
---|
20 | * along with this program; if not, write to the Free Software |
---|
21 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
---|
22 | */ |
---|
23 | *}--> |
---|
24 | <center>ご注文内容確認</center> |
---|
25 | |
---|
26 | <hr> |
---|
27 | |
---|
28 | <form method="post" action="<!--{$smarty.server.PHP_SELF|h}-->"> |
---|
29 | <input type="hidden" name="mode" value="confirm"> |
---|
30 | <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> |
---|
31 | |
---|
32 | 下記のご注文内容に間違いはございませんか?<br> |
---|
33 | |
---|
34 | <br> |
---|
35 | |
---|
36 | 【お届け先】<br> |
---|
37 | <!--{* 別のお届け先が選択されている場合 *}--> |
---|
38 | <!--{if $arrData.deliv_check >= 1}--> |
---|
39 | <!--{$arrData.deliv_name01|h}--> <!--{$arrData.deliv_name02|h}--><br> |
---|
40 | 〒<!--{$arrData.deliv_zip01|h}-->-<!--{$arrData.deliv_zip02|h}--><br> |
---|
41 | <!--{$arrPref[$arrData.deliv_pref]}--><!--{$arrData.deliv_addr01|h}--><!--{$arrData.deliv_addr02|h}--><br> |
---|
42 | <!--{else}--> |
---|
43 | <!--{$arrData.order_name01|h}--> <!--{$arrData.order_name02|h}--><br> |
---|
44 | 〒<!--{$arrData.order_zip01|h}-->-<!--{$arrData.order_zip02|h}--><br> |
---|
45 | <!--{$arrPref[$arrData.order_pref]}--><!--{$arrData.order_addr01|h}--><!--{$arrData.order_addr02|h}--><br> |
---|
46 | <!--{/if}--> |
---|
47 | |
---|
48 | <br> |
---|
49 | |
---|
50 | 【お届け日時指定】<br> |
---|
51 | 日:<!--{$arrData.deliv_date|default:"指定なし"|h}--><br> |
---|
52 | 時間:<!--{$arrData.deliv_time|default:"指定なし"|h}--><br> |
---|
53 | |
---|
54 | <br> |
---|
55 | |
---|
56 | 【お支払い方法】<br> |
---|
57 | <!--{$arrData.payment_method|h}--><br> |
---|
58 | |
---|
59 | <br> |
---|
60 | |
---|
61 | 【ご注文内容】<br> |
---|
62 | <!--{section name=cnt loop=$arrProductsClass}--> |
---|
63 | <!--{$arrProductsClass[cnt].name}--> <!--{$arrProductsClass[cnt].quantity|number_format}--><br> |
---|
64 | <!--{/section}--> |
---|
65 | |
---|
66 | <br> |
---|
67 | |
---|
68 | 【購入金額】<br> |
---|
69 | 商品合計:<!--{$tpl_total_inctax|number_format}--><br> |
---|
70 | 送料:<!--{$arrData.deliv_fee|number_format}--><br> |
---|
71 | <!--{if $arrData.charge > 0}-->手数料:<!--{$arrData.charge|number_format}--><br><!--{/if}--> |
---|
72 | 合計:<!--{$arrData.payment_total|number_format}--><br> |
---|
73 | (内消費税:<!--{$arrData.tax|number_format}-->)<br> |
---|
74 | |
---|
75 | <br> |
---|
76 | |
---|
77 | <center><input type="submit" value="注文"></center> |
---|
78 | </form> |
---|
79 | <form action="<!--{$smarty.const.MOBILE_URL_SHOP_PAYMENT}-->" method="post"> |
---|
80 | <input type="hidden" name="mode" value="deliv_date"> |
---|
81 | <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> |
---|
82 | <input type="hidden" name="payment_id" value="<!--{$arrData.payment_id}-->"> |
---|
83 | <input type="hidden" name="deliv_date" value="<!--{$arrData.deliv_date}-->"> |
---|
84 | <input type="hidden" name="deliv_time_id" value="<!--{$arrData.deliv_time_id}-->"> |
---|
85 | <!--{if $cartdown != 2}--> |
---|
86 | <input type="hidden" name="mode" value="deliv_date"> |
---|
87 | <!--{/if}--> |
---|
88 | <center><input type="submit" value="戻る"></center> |
---|
89 | </form> |
---|
90 | |
---|
91 | <br> |
---|
92 | <hr> |
---|
93 | |
---|
94 | <a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br> |
---|
95 | <a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br> |
---|
96 | |
---|
97 | <br> |
---|
98 | |
---|
99 | <!-- ▼フッター ここから --> |
---|
100 | <!--{include file='footer.tpl'}--> |
---|
101 | <!-- ▲フッター ここまで --> |
---|