source: branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/history.tpl @ 21133

Revision 21133, 6.5 KB checked in by nanasess, 13 years ago (diff)

#1413 購入履歴のレイアウト調整

  • 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-2011 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<!--▼CONTENTS-->
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;<!--{$arrPayment[$tpl_arrOrderData.payment_id]|h}--><!--{if $tpl_arrOrderData.deliv_time_id != ""}--><br />
37                           <em>お届け時間</em>:&nbsp;</strong><!--{$arrDelivTime[$tpl_arrOrderData.deliv_time_id]|h}-->
38               <!--{/if}-->
39               <!--{if $tpl_arrOrderData.deliv_date != ""}--><br />
40               <em>お届け日</em>:&nbsp;</strong><!--{$tpl_arrOrderData.deliv_date|h}-->
41               <!--{/if}-->
42             </p>
43
44                            <form action="order.php" method="post">
45              <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
46              <input type="hidden" name="order_id" value="<!--{$tpl_arrOrderData.order_id}-->">
47              <input class="btn_reorder btn data-role-none" type="submit" name="submit" value="再注文">
48          </form>
49          </div>
50      <div class="formBox">
51
52      <!--▼カートの中の商品一覧 -->
53      <div class="cartinarea clearfix">
54
55      <!--▼商品 -->
56      <!--{foreach from=$tpl_arrOrderDetail item=orderDetail}-->
57        <div>
58            <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" />
59        <div class="cartinContents">
60                                <div>
61           <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>
62           <p>
63              <!--→金額-->
64              <!--{assign var=price value=`$orderDetail.price`}-->
65              <!--{assign var=quantity value=`$orderDetail.quantity`}--><span class="mini">価格:</span><!--{$price|number_format|h}-->円<!--←金額-->
66           </p>
67          <!--→商品種別-->
68          <!--{if $orderDetail.product_type_id == $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
69          <p id="downloadable">
70              <!--{if $orderDetail.is_downloadable}-->
71                  <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 />
72              <!--{else}-->
73                 <!--{if $orderDetail.payment_date == "" && $orderDetail.effective == "0"}-->
74                     <!--{$arrProductType[$orderDetail.product_type_id]}--><br />(入金確認中)
75                 <!--{else}-->
76                     <!--{$arrProductType[$orderDetail.product_type_id]}--><br />(期限切れ)
77                 <!--{/if}-->
78              <!--{/if}-->
79          </p>
80          <!--{/if}-->
81         <!--←商品種別-->
82
83                                        </div>
84      <ul>
85        <li><span class="mini">数量:</span><!--{$quantity|h}--></li>
86        <li class="result"><span class="mini">小計:</span><!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|sfMultiply:$quantity|number_format}-->円</li>
87      </ul>
88    </div>
89  </div>
90  <!--{/foreach}-->
91<!--▲商品 -->
92
93</div>
94<!--▲cartinarea カートの中の商品一覧ここまで -->
95
96    <div class="total_area">
97       <p><span class="mini">小計:</span><!--{$tpl_arrOrderData.subtotal|number_format}-->円</p>
98       <p><span class="mini">合計:</span><span class="price fb"><!--{$tpl_arrOrderData.payment_total|number_format}-->円</span></p>
99       <p><span class="mini">今回加算ポイント:</span><!--{$tpl_arrOrderData.add_point|number_format|default:0}-->Pt</p>
100    </div>
101  </div><!--▲formBox -->
102
103     <!--▼メール一覧 -->
104     <div class="formBox">
105 
106          <div class="box_header">
107       メール配信履歴一覧
108       </div>
109        <!--{section name=cnt loop=$tpl_arrMailHistory}-->
110           <!--▼メール -->
111     <div class="arrowBox">
112         <p>配信日:<!--{$tpl_arrMailHistory[cnt].send_date|sfDispDBDate|h}--><br />
113                     <!--{assign var=key value="`$tpl_arrMailHistory[cnt].template_id`"}-->
114         通知メール:<!--{$arrMAILTEMPLATE[$key]|h}--></p>
115         <p><a href="#" onclick="win02('./mail_view.php?send_id=<!--{$tpl_arrMailHistory[cnt].send_id}-->','mail_view','650','800'); return false;" rel="external"><!--{$tpl_arrMailHistory[cnt].subject|h}--></a></p>
116     </div>
117     <!--▲メール -->
118     <!--{/section}-->
119     <!--▲メール一覧ここまで -->
120
121   </div><!--▲formBox -->
122
123       <p><a rel="external" class="btn_more" href="./<!--{$smarty.const.DIR_INDEX_PATH}-->">購入履歴一覧に戻る</a></p>
124
125  </div><!--▲form_area -->
126
127</section>
128<!--▼検索バー -->
129<section id="search_area">
130<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
131<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
132<input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
133</form>
134</section>
135<!--▲検索バー -->
136<!--▲CONTENTS -->
Note: See TracBrowser for help on using the repository browser.