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

Revision 20122, 5.2 KB checked in by nanasess, 13 years ago (diff)

#984([フロント]商品購入 リファクタリング)

  • /shopping/complete.php

#1002(携帯アドレスが登録されていないユーザーが携帯アドレス登録画面に遷移しない)

  • typo 修正
  • 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/*
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<form method="post" action="?">
25<input type="hidden" name="mode" value="confirm">
26<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
27
28下記のご注文内容に間違いはございませんか?<br>
29
30<br>
31
32【ご注文内容】<br>
33<!--{foreach from=$arrCartItems item=item}-->
34<!--{$item.productsClass.name|h}--><br>
35<!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}-->
36<!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}-->
37&nbsp;単価:<!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円<br>
38&nbsp;数量:<!--{$item.quantity|number_format}--><br>
39&nbsp;小計:<!--{$item.total_inctax|number_format}-->円<br>
40<br>
41<!--{/foreach}-->
42
43【購入金額】<br>
44商品合計:<!--{$tpl_total_inctax[$cartKey]|number_format}-->円<br>
45<!--{if $smarty.const.USE_POINT !== false}-->
46<!--{assign var=discount value=`$arrForm.use_point*$smarty.const.POINT_VALUE`}-->
47ポイント値引き:-<!--{$discount|number_format|default:0}-->円<br>
48<!--{/if}-->
49送料:<!--{$arrForm.deliv_fee|number_format}-->円<br>
50<!--{if $arrForm.charge > 0}-->手数料:<!--{$arrForm.charge|number_format}-->円<br><!--{/if}-->
51合計:<!--{$arrForm.payment_total|number_format}-->円<br>
52(内消費税:<!--{$arrForm.tax|number_format}-->円)<br>
53
54<br>
55
56<!--{* ログイン済みの会員のみ *}-->
57<!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
58【ポイント確認】<br>
59ご注文前のポイント:<!--{$tpl_user_point|number_format|default:0}-->Pt<br>
60ご使用ポイント:-<!--{$arrForm.use_point|number_format|default:0}-->Pt<br>
61<!--{if $arrForm.birth_point > 0}-->お誕生月ポイント:+<!--{$arrForm.birth_point|number_format|default:0}-->Pt<br><!--{/if}-->
62今回加算予定のポイント:+<!--{$arrForm.add_point|number_format|default:0}-->Pt<br>
63<!--{assign var=total_point value=`$tpl_user_point-$arrForm.use_point+$arrForm.add_point`}-->
64加算後のポイント:<!--{$total_point|number_format}-->Pt<br>
65
66<br>
67<!--{/if}-->
68
69<!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}-->
70<!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
71【お届け先】<br>
72<!--{foreach item=shippingItem from=$arrShipping name=shippingItem}-->
73<!--{if $is_multiple}-->
74    ▼お届け先<!--{$smarty.foreach.shippingItem.iteration}--><br>
75    <!--{* 複数お届け先の場合、お届け先毎の商品を表示 *}-->
76    <!--{foreach item=item from=$shippingItem.shipment_item}-->
77    <!--{$item.productsClass.name|h}--><br>
78    <!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}-->
79    <!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}-->
80    &nbsp;数量:<!--{$item.quantity}--><br>
81    <br>
82    <!--{/foreach}-->
83<!--{/if}-->
84
85〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--><br>
86<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--><br>
87<!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--><br>
88<!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--><br>
89
90<br>
91
92お届け日:<!--{$shippingItem.shipping_date|default:"指定なし"|h}--><br>
93お届け時間:<!--{$shippingItem.shipping_time|default:"指定なし"|h}--><br>
94
95<hr>
96<!--{/foreach}-->
97<!--{/if}-->
98
99【配送方法】<br>
100<!--{$arrDeliv[$arrForm.deliv_id]|h}--><br>
101
102<br>
103
104【お支払い方法】<br>
105<!--{$arrForm.payment_method|h}--><br>
106
107<br>
108
109<!--{if $arrForm.message != ""}-->
110【その他お問い合わせ】<br>
111<!--{$arrForm.message|h|nl2br}--><br>
112<br>
113<!--{/if}-->
114
115<center><input type="submit" value="注文"></center>
116</form>
117<form action="<!--{$smarty.const.MOBILE_SHOPPING_PAYMENT_URLPATH}-->" method="post">
118<input type="hidden" name="mode" value="">
119<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
120<center><input type="submit" value="戻る"></center>
121</form>
122
123<br>
Note: See TracBrowser for help on using the repository browser.