source: branches/version-2_12-multilang/data/Smarty/templates/sphone/mypage/history.tpl @ 22740

Revision 22740, 9.5 KB checked in by m_uehara, 11 years ago (diff)

#2198 受注テーブルの支払方法を表示するように修正

  • 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-2012 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
25<section id="mypagecolumn">
26    <h2 class="title"><!--{$tpl_title|h}--></h2>
27    <!--{include file=$tpl_navi}-->
28
29    <h3 class="title_mypage"><!--{$tpl_subtitle|h}--></h3>
30
31    <div class="form_area">
32        <div id="historyBox">
33            <p>
34                <em>注文番号</em>:&nbsp;<!--{$tpl_arrOrderData.order_id}--><br />
35                <em>購入日時</em>:&nbsp;<!--{$tpl_arrOrderData.create_date|sfDispDBDate}--><br />
36                <em>お支払い方法</em>:&nbsp;<!--{$tpl_arrOrderData.payment_method|h}-->
37                <!--{if $tpl_arrOrderData.deliv_time_id != ""}-->
38                    <br />
39                    <em>お届け時間</em>:&nbsp;</strong><!--{$arrDelivTime[$tpl_arrOrderData.deliv_time_id]|h}-->
40                <!--{/if}-->
41                <!--{if $tpl_arrOrderData.deliv_date != ""}-->
42                    <br />
43                    <em>お届け日</em>:&nbsp;</strong><!--{$tpl_arrOrderData.deliv_date|h}-->
44                <!--{/if}-->
45            </p>
46
47            <form action="order.php" method="post">
48                <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
49                <input type="hidden" name="order_id" value="<!--{$tpl_arrOrderData.order_id}-->">
50                <input class="btn_reorder btn data-role-none" type="submit" name="submit" value="再注文">
51            </form>
52        </div>
53
54        <div class="formBox">
55            <!--▼カートの中の商品一覧 -->
56            <div class="cartinarea clearfix">
57
58                <!--▼商品 -->
59                <!--{foreach from=$tpl_arrOrderDetail item=orderDetail}-->
60                    <div>
61                        <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$orderDetail.main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$orderDetail.product_name|h}-->" class="photoL" />
62                        <div class="cartinContents">
63                            <div>
64                                <p><em><!--→商品名--><a<!--{if $orderDetail.enable}--> href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$orderDetail.product_id|u}-->"<!--{/if}--> rel="external"><!--{$orderDetail.product_name|h}--></a><!--←商品名--></em></p>
65                                <p>
66                                    <!--→金額-->
67                                    <!--{assign var=price value=`$orderDetail.price`}-->
68                                    <!--{assign var=quantity value=`$orderDetail.quantity`}-->
69                                    <span class="mini">価格:</span><!--{$price|number_format|h}-->円<!--←金額-->
70                                </p>
71
72                                <!--→商品種別-->
73                                <!--{if $orderDetail.product_type_id == $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
74                                    <p id="downloadable">
75                                        <!--{if $orderDetail.is_downloadable}-->
76                                            <a target="_self" href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/download.php?order_id=<!--{$tpl_arrOrderData.order_id}-->&amp;product_id=<!--{$orderDetail.product_id}-->&amp;product_class_id=<!--{$orderDetail.product_class_id}-->" rel="external">ダウンロード</a><br />
77                                        <!--{else}-->
78                                            <!--{if $orderDetail.payment_date == "" && $orderDetail.effective == "0"}-->
79                                                <!--{$arrProductType[$orderDetail.product_type_id]}--><br />(入金確認中)
80                                            <!--{else}-->
81                                                <!--{$arrProductType[$orderDetail.product_type_id]}--><br />(期限切れ)
82                                            <!--{/if}-->
83                                        <!--{/if}-->
84                                    </p>
85                                <!--{/if}-->
86                                <!--←商品種別-->
87                            </div>
88
89                            <ul>
90                                <li><span class="mini">数量:</span><!--{$quantity|h}--></li>
91                                <li class="result"><span class="mini">小計:</span><!--{$price|sfCalcIncTax|sfMultiply:$quantity|number_format}-->円</li>
92                            </ul>
93                        </div>
94                    </div>
95                <!--{/foreach}-->
96                <!--▲商品 -->
97
98            </div><!--{* /.cartinarea *}-->
99            <!--▲ カートの中の商品一覧 -->
100
101            <div class="total_area">
102                <div><span class="mini">小計:</span><!--{$tpl_arrOrderData.subtotal|number_format}-->円</div>
103                <!--{if $tpl_arrOrderData.use_point > 0}-->
104                    <div><span class="mini">ポイント値引き:</span>&minus;<!--{$tpl_arrOrderData.use_point|number_format}-->円</div>
105                <!--{/if}-->
106                <!--{if $tpl_arrOrderData.discount != '' && $tpl_arrOrderData.discount > 0}-->
107                    <div><span class="mini">値引き:</span>&minus;<!--{$tpl_arrOrderData.discount|number_format}-->円</div>
108                <!--{/if}-->
109                <div><span class="mini">送料:</span><!--{$tpl_arrOrderData.deliv_fee|number_format}-->円</div>
110                <div><span class="mini">手数料:</span><!--{$tpl_arrOrderData.charge|number_format}-->円</div>
111                <div><span class="mini">合計:</span><span class="price fb"><!--{$tpl_arrOrderData.payment_total|number_format}-->円</span></div>
112                <div><span class="mini">今回加算ポイント:</span><!--{$tpl_arrOrderData.add_point|number_format|default:0}-->Pt</div>
113            </div>
114        </div><!-- /.formBox -->
115
116        <!--▼メール一覧 -->
117        <div class="formBox">
118
119            <div class="box_header">
120                メール配信履歴一覧
121            </div>
122            <!--{section name=cnt loop=$tpl_arrMailHistory}-->
123                <!--▼メール -->
124                <div class="arrowBox">
125                    <p>配信日:<!--{$tpl_arrMailHistory[cnt].send_date|sfDispDBDate|h}--><br />
126                        <!--{assign var=key value="`$tpl_arrMailHistory[cnt].template_id`"}-->
127                        通知メール:<!--{$arrMAILTEMPLATE[$key]|h}--></p>
128                    <p><a href="javascript:;" onclick="getMailDetail(<!--{$tpl_arrMailHistory[cnt].send_id}-->)" rel="external"><!--{$tpl_arrMailHistory[cnt].subject|h}--></a></p>
129                </div>
130                <!--▲メール -->
131            <!--{/section}-->
132        </div><!-- /.formBox -->
133        <!--▲メール一覧 -->
134
135        <p><a rel="external" class="btn_more" href="./<!--{$smarty.const.DIR_INDEX_PATH}-->">購入履歴一覧に戻る</a></p>
136
137    </div><!-- /.form_area -->
138
139</section>
140
141<!--▼検索バー -->
142<section id="search_area">
143    <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
144        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
145        <input type="hidden" name="mode" value="search" />
146        <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
147    </form>
148</section>
149<!--▲検索バー -->
150
151<script>
152    function getMailDetail(send_id) {
153        $.mobile.showPageLoadingMsg();
154        $.ajax({
155            type: "GET",
156            url: "<!--{$smarty.const.ROOT_URLPATH}-->mypage/mail_view.php",
157            data: "mode=getDetail&send_id=" + send_id,
158            cache: false,
159            dataType: "json",
160            error: function(XMLHttpRequest, textStatus, errorThrown){
161                alert(textStatus);
162                $.mobile.hidePageLoadingMsg();
163            },
164            success: function(result){
165                var maxCnt = 0;
166                $("#windowcolumn h2").text('メール詳細');
167                $("#windowcolumn a[data-rel=back]").text('購入履歴詳細にもどる');
168                $($("#windowcolumn dl.view_detail dt").get(maxCnt)).text(result[0].subject);
169                $($("#windowcolumn dl.view_detail dd").get(maxCnt)).html(result[0].mail_body.replace(/\n/g,"<br />"));
170                $("#windowcolumn dl.view_detail dd").css('font-family', 'monospace');
171                $.mobile.changePage('#windowcolumn', {transition: "slideup"});
172                //ダイアログが開き終わるまで待機
173                setTimeout( function() {
174                                loadingState = 0;
175                                $.mobile.hidePageLoadingMsg();
176                }, 1000);
177            }
178        });
179    }
180</script>
Note: See TracBrowser for help on using the repository browser.