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

Revision 19972, 5.8 KB checked in by Seasoft, 13 years ago (diff)

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

  • パラメータ名の変更 URL_PATH → ROOT_URLPATH
  • 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購入日時:<!--{$arrDisp.create_date|sfDispDBDate}--><br />
25注文番号:<!--{$arrDisp.order_id}--><br />
26お支払い方法:<!--{$arrPayment[$arrDisp.payment_id]|h}-->
27<!--{if $arrDisp.deliv_time_id != ""}--><br />
28お届け時間:<!--{$arrDelivTime[$arrDisp.deliv_time_id]|h}-->
29<!--{/if}-->
30<!--{if $arrDisp.deliv_date != ""}--><br />
31お届け日:<!--{$arrDisp.deliv_date|h}-->
32<!--{/if}-->
33
34<form action="order.php" method="post">
35    <input type="hidden" name="order_id" value="<!--{$arrDisp.order_id}-->">
36    <input type="submit" name="submit" value="再注文">
37</form>
38
39■購入商品詳細<br>
40<!--{foreach from=$tpl_arrOrderDetail item=orderDetail}-->
41<hr>
42商品コード:<!--{$orderDetail.product_code|h}--><br>
43商品名:<a<!--{if $orderDetail.enable}--> href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$orderDetail.product_id|u}-->"<!--{/if}-->><!--{$orderDetail.product_name|h}--></a><br>
44商品種別:
45<!--{ if $orderDetail.product_type_id == PRODUCT_TYPE_DOWNLOAD}-->
46<!--{ if $orderDetail.price == "0" || ( $orderDetail.status >= "4" && $orderDetail.effective == "1" )}-->
47<a target="_self" href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/download.php?order_id=<!--{$arrDisp.order_id}-->&product_id=<!--{$orderDetail.product_id}-->&product_class_id=<!--{$orderDetail.product_class_id}-->">ダウンロード</a><br>
48<!--{ elseif $orderDetail.payment_date == "" || $orderDetail.status < "4"}-->
49ダウンロード商品<br>(入金確認中)<br>
50<!--{ elseif $orderDetail.effective != "1"}-->
51ダウンロード商品<br>(期限切れ)<br>
52<!--{ /if }-->
53<!--{ else if $orderDetail.product_type_id == PRODUCT_TYPE_NORMAL}-->
54通常商品<br>
55<!--{ /if }-->
56単価:
57<!--{assign var=price value=`$orderDetail.price`}-->
58<!--{assign var=quantity value=`$orderDetail.quantity`}-->
59<!--{$price|number_format|h}-->円<br>
60数量:<!--{$quantity|h}--><br>
61小計:<!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|sfMultiply:$quantity|number_format}-->円<br>
62<!--{/foreach}-->
63<hr>
64小計:<!--{$arrDisp.subtotal|number_format}-->円<br>
65<!--{assign var=point_discount value="`$arrDisp.use_point*$smarty.const.POINT_VALUE`"}-->
66<!--{if $point_discount > 0}-->
67ポイント値引き:<!--{$point_discount|number_format}-->円<br>
68<!--{/if}-->
69<!--{assign var=key value="discount"}-->
70<!--{if $arrDisp[$key] != "" && $arrDisp[$key] > 0}-->
71値引き:<!--{$arrDisp[$key]|number_format}-->円<br>
72<!--{/if}-->
73送料:<!--{assign var=key value="deliv_fee"}--><!--{$arrDisp[$key]|number_format|h}-->円<br>
74手数料:
75<!--{assign var=key value="charge"}-->
76<!--{$arrDisp[$key]|number_format|h}-->円<br>
77合計:<!--{$arrDisp.payment_total|number_format}-->円<br>
78<hr>
79<!-- 使用ポイントここから -->
80<!--{if $smarty.const.USE_POINT !== false}-->
81■使用ポイント<br>
82ご使用ポイント:<!--{assign var=key value="use_point"}--><!--{$arrDisp[$key]|number_format|default:0}--> pt<br>
83今回加算されるポイント:<!--{$arrDisp.add_point|number_format|default:0}--> pt<br>
84<hr>
85<!--{/if}-->
86<!-- 使用ポイントここまで -->
87
88<!--{foreach item=shippingItem name=shippingItem from=$arrShipping}-->
89▼お届け先<!--{if $isMultiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--><br>
90<!--{if $isMultiple}-->
91<!--{foreach item=item from=$shippingItem.shipment_item}-->
92商品コード:<!--{$item.product_code|h}--><br>
93商品名:<!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br>
94<!--{if $item.productsClass.classcategory_name1 != ""}-->
95<!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br>
96<!--{/if}-->
97<!--{if $item.productsClass.classcategory_name2 != ""}-->
98<!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br>
99<!--{/if}-->
100単価:<!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円<br>
101数量:<!--{$item.quantity}--><br>
102<br>
103<!--{/foreach}-->
104<!--{/if}-->
105●お名前<br>
106<!--{$shippingItem.shipping_name01|h}-->&nbsp;<!--{$shippingItem.shipping_name02|h}--><br>
107●お名前(フリガナ)<br>
108<!--{$shippingItem.shipping_kana01|h}-->&nbsp;<!--{$shippingItem.shipping_kana02|h}--><br>
109●住所<br>
110〒<!--{$shippingItem.shipping_zip01}-->-<!--{$shippingItem.shipping_zip02}--><br>
111<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--><br>
112●電話番号<br>
113<!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--><br>
114<!--{/foreach}-->
115
116<hr>
117
118■メール配信履歴一覧<br>
119<!--{section name=cnt loop=$arrMailHistory}-->
120<!--{assign var=key value="`$arrMailHistory[cnt].template_id`"}-->
121処理日:<!--{$arrMailHistory[cnt].send_date|sfDispDBDate|h}--><br>
122通知メール:<!--{$arrMAILTEMPLATE[$key]|h}--><br>
123件名:
124<a href="./mail_view.php?send_id=<!--{$arrMailHistory[cnt].send_id}-->"><!--{$arrMailHistory[cnt].subject|h}--></a><br>
125<!--{/section}-->
126<br>
Note: See TracBrowser for help on using the repository browser.