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

Revision 19897, 4.8 KB checked in by kotani, 13 years ago (diff)

#880(mobile/sphoneディレクトリを削除)に対応。まずmobileのみ意図通りの動作になるように一部コミット(shopping/入力内容確認ページ)

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
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="?">
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<!--{foreach from=$cartItems item=item}-->
38<!--{$item.productsClass.name|h}--><br>
39<!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}-->
40<!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}-->
41&nbsp;単価:<!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円<br>
42&nbsp;数量:<!--{$item.quantity|number_format}--><br>
43&nbsp;小計:<!--{$item.total_inctax|number_format}-->円<br>
44<br>
45<!--{/foreach}-->
46
47【購入金額】<br>
48商品合計:<!--{$tpl_total_inctax[$cartKey]|number_format}-->円<br>
49送料:<!--{$arrData.deliv_fee|number_format}-->円<br>
50<!--{if $arrData.charge > 0}-->手数料:<!--{$arrData.charge|number_format}-->円<br><!--{/if}-->
51合計:<!--{$arrData.payment_total|number_format}-->円<br>
52(内消費税:<!--{$arrData.tax|number_format}-->円)<br>
53
54<br>
55
56<!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}-->
57<!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
58<!--{foreach item=shippingItem from=$shipping name=shippingItem}-->
59【お届け先】<br>
60<!--{if $isMultiple}--><!--{* 複数お届け先の表示 *}-->
61<!--{foreach item=item from=$shippingItem.shipment_item}-->
62▼お届け先<!--{if $isMultiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--><br>
63<!--{$item.productsClass.name|h}--><br>
64<!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}-->
65<!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}-->
66数量:<!--{$item.quantity}--><br>
67<!--{/foreach}-->
68<!--{/if}-->
69
70<!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--><br>
71〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--><br>
72<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--><br>
73<!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--><br>
74<!--{/foreach}-->
75
76<br>
77
78【お届け日時指定】<br>
79日:<!--{$shippingItem.deliv_date|default:"指定なし"|h}--><br>
80時間:<!--{$shippingItem.deliv_time|default:"指定なし"|h}--><br>
81
82<br>
83<!--{/if}-->
84
85【お支払い方法】<br>
86<!--{$arrData.payment_method|h}--><br>
87
88<br>
89
90<br>
91
92<center><input type="submit" value="注文"></center>
93</form>
94<form action="<!--{$smarty.const.MOBILE_SHOPPING_PAYMENT_URL_PATH}-->" method="post">
95<input type="hidden" name="mode" value="deliv_date">
96<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
97<input type="hidden" name="payment_id" value="<!--{$arrData.payment_id}-->">
98<input type="hidden" name="deliv_date" value="<!--{$arrData.deliv_date}-->">
99<input type="hidden" name="deliv_time_id" value="<!--{$arrData.deliv_time_id}-->">
100<!--{if $cartdown != 2}-->
101<input type="hidden" name="mode" value="deliv_date">
102<!--{/if}-->
103<center><input type="submit" value="戻る"></center>
104</form>
105
106<br>
107<hr>
108
109<a href="<!--{$smarty.const.MOBILE_CART_URL_PATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
110<a href="<!--{$smarty.const.MOBILE_TOP_URL_PATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
111
112<br>
113
114<!-- ▼フッター ここから -->
115<!--{include file='footer.tpl'}-->
116<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.