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

Revision 20703, 6.2 KB checked in by nanasess, 13 years ago (diff)

#1165 (Myページ購入履歴の商品種別が通常商品, ダウンロード商品以外表示されない)

  • ベタ書き修正

#624(軽微な表示乱れを修正)

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