Warning: Can't use blame annotator:
svn blame failed on branches/version-2_5-dev/data/Smarty/templates/default/mobile/shopping/confirm.tpl: バイナリファイル 'file:///home/svn/open/branches/version-2_5-dev/data/Smarty/templates/default/mobile/shopping/confirm.tpl' に対しては blame で各行の最終変更者を計算できません 195004

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

Revision 18777, 3.6 KB checked in by eccuore, 14 years ago (diff)

#792(ダウンロード販売機能) 機能追加

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
RevLine 
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|escape}-->">
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|escape}--> <!--{$arrData.deliv_name02|escape}--><br>
40〒<!--{$arrData.deliv_zip01|escape}-->-<!--{$arrData.deliv_zip02|escape}--><br>
41<!--{$arrPref[$arrData.deliv_pref]}--><!--{$arrData.deliv_addr01|escape}--><!--{$arrData.deliv_addr02|escape}--><br>
42<!--{else}-->
43<!--{$arrData.order_name01|escape}--> <!--{$arrData.order_name02|escape}--><br>
44〒<!--{$arrData.order_zip01|escape}-->-<!--{$arrData.order_zip02|escape}--><br>
45<!--{$arrPref[$arrData.order_pref]}--><!--{$arrData.order_addr01|escape}--><!--{$arrData.order_addr02|escape}--><br>
46<!--{/if}-->
47
48<br>
49
50【お届け日時指定】<br>
51日:<!--{$arrData.deliv_date|escape|default:"指定なし"}--><br>
52時間:<!--{$arrData.deliv_time|escape|default:"指定なし"}--><br>
53
54<br>
55
56【お支払い方法】<br>
57<!--{$arrData.payment_method|escape}--><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_pretax|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<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.