source: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history_detail.tpl @ 20116

Revision 20116, 2.7 KB checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • 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■<!--{$arrDisp.create_date|sfDispDBDate}--><br>
25注文番号:<!--{$arrDisp.order_id}--><br>
26<br>
27【お届け先】<br>
28    <!--{assign var=key1 value="deliv_name01"}--><!--{assign var=key2 value="deliv_name02"}-->
29    <!--{$arrDisp[$key1]|h}-->&nbsp;<!--{$arrDisp[$key2]|h}--><br>
30    <!--{assign var=key1 value="deliv_zip01"}--><!--{assign var=key2 value="deliv_zip02"}-->
31    〒<!--{$arrDisp[$key1]}-->-<!--{$arrDisp[$key2]}--><br>
32    <!--{assign var=pref value=`$arrDisp.deliv_pref`}--><!--{$arrPref[$pref]}-->
33    <!--{assign var=key value="deliv_addr01"}--><!--{$arrDisp[$key]|h}-->
34    <!--{assign var=key value="deliv_addr02"}--><!--{$arrDisp[$key]|h}--><br>
35<br>
36【お届け日時指定】<br>
37<!--{if $arrDisp.deliv_date eq "" and $arrDelivTime[$arrDisp.deliv_time_id] eq ""}-->
38    指定なし<br>
39<!--{else}-->
40    <!--{$arrDisp.deliv_date|h}--> <!--{$arrDelivTime[$arrDisp.deliv_time_id]|h}--><br>
41<!--{/if}-->
42<br>
43【お支払い方法】<br>
44<!--{$arrPayment[$arrDisp.payment_id]|h}--><br>
45<br>
46【ご注文内容】<br>
47<!--{section name=cnt loop=$arrDisp.quantity}-->
48<!--{$arrDisp.product_name[cnt]|h}--><br>
49<a href="<!--{$smarty.const.MOBILE_P_DETAIL_URLPATH}--><!--{$arrDisp.product_id[cnt]|u}-->">商品詳細→</a><br>
50<!--{/section}-->
51<br>
52【購入金額】<br>
53商品合計:<!--{$arrDisp.subtotal|number_format}-->円<br>
54送料:<!--{assign var=key value="deliv_fee"}--><!--{$arrDisp[$key]|number_format|h}-->円<br>
55合計:<!--{$arrDisp.payment_total|number_format}-->円<br>
56<br>
57
58<form action="order.php" method="post">
59    <input type="hidden" name="order_id" value="<!--{$arrDisp.order_id}-->">
60    <div align="center"><input type="submit" name="submit" value="再注文"></div>
61</form>
62
63<br>
64
65<hr>
66
67<a href="<!--{$smarty.const.MOBILE_CART_URLPATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
68<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
69
70<br>
Note: See TracBrowser for help on using the repository browser.