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

Revision 19915, 5.5 KB checked in by kotani, 13 years ago (diff)

#754 モバイルサイト ポイント機能対応

  • 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<!--{if $smarty.const.USE_POINT !== false}-->
50<!--{assign var=discount value=`$arrData.use_point*$smarty.const.POINT_VALUE`}-->
51ポイント値引き:-<!--{$discount|number_format|default:0}-->円<br>
52<!--{/if}-->
53送料:<!--{$arrData.deliv_fee|number_format}-->円<br>
54<!--{if $arrData.charge > 0}-->手数料:<!--{$arrData.charge|number_format}-->円<br><!--{/if}-->
55合計:<!--{$arrData.payment_total|number_format}-->円<br>
56(内消費税:<!--{$arrData.tax|number_format}-->円)<br>
57
58<br>
59
60<!--{* ログイン済みの会員のみ *}-->
61<!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
62【ポイント確認】<br>
63ご注文前のポイント:<!--{$tpl_user_point|number_format|default:0}-->Pt<br>
64ご使用ポイント:-<!--{$arrData.use_point|number_format|default:0}-->Pt<br>
65<!--{if $arrData.birth_point > 0}-->お誕生月ポイント:+<!--{$arrData.birth_point|number_format|default:0}-->Pt<br><!--{/if}-->
66今回加算予定のポイント:+<!--{$arrData.add_point|number_format|default:0}-->Pt<br>
67<!--{assign var=total_point value=`$tpl_user_point-$arrData.use_point+$arrData.add_point`}-->
68加算後のポイント:<!--{$total_point|number_format}-->Pt<br>
69
70<br>
71<!--{/if}-->
72
73<!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}-->
74<!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
75<!--{foreach item=shippingItem from=$shipping name=shippingItem}-->
76【お届け先】<br>
77<!--{if $isMultiple}--><!--{* 複数お届け先の表示 *}-->
78<!--{foreach item=item from=$shippingItem.shipment_item}-->
79▼お届け先<!--{if $isMultiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--><br>
80<!--{$item.productsClass.name|h}--><br>
81<!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}-->
82<!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}-->
83数量:<!--{$item.quantity}--><br>
84<!--{/foreach}-->
85<!--{/if}-->
86
87<!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--><br>
88〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--><br>
89<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--><br>
90<!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--><br>
91<!--{/foreach}-->
92
93<br>
94
95【お届け日時指定】<br>
96日:<!--{$shippingItem.deliv_date|default:"指定なし"|h}--><br>
97時間:<!--{$shippingItem.deliv_time|default:"指定なし"|h}--><br>
98
99<br>
100<!--{/if}-->
101
102【お支払い方法】<br>
103<!--{$arrData.payment_method|h}--><br>
104
105<br>
106
107<!--{if $arrData.message != ""}-->
108【その他お問い合わせ】<br>
109<!--{$arrData.message|h|nl2br}--><br>
110<!--{/if}-->
111
112<br>
113
114<br>
115
116<center><input type="submit" value="注文"></center>
117</form>
118<form action="<!--{$smarty.const.MOBILE_SHOPPING_PAYMENT_URL_PATH}-->" method="post">
119<input type="hidden" name="mode" value="">
120<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
121<center><input type="submit" value="戻る"></center>
122</form>
123
124<br>
125<hr>
126
127<a href="<!--{$smarty.const.MOBILE_CART_URL_PATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
128<a href="<!--{$smarty.const.MOBILE_TOP_URL_PATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
129
130<br>
131
132<!-- ▼フッター ここから -->
133<!--{include file='footer.tpl'}-->
134<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.