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

Revision 21095, 7.2 KB checked in by 468, 13 years ago (diff)

#1413 スマートフォン版テンプレートファイル(購入履歴ページのJQueryMobileのリンク解除)修正対応

  • 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 class="cartitemBox">
58          <!--{if $item.productsClass.main_image|strlen >= 1}--><a href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" rel="external">
59              <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" /></a>
60          <!--{else}-->
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          <!--{/if}-->
63        <div class="cartinContents">
64                                <div>
65           <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>
66                                            <p>
67              <!--→商品種別-->
68              <!--{if $orderDetail.product_type_id == $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
69                  <!--{if $orderDetail.is_downloadable}-->
70                      <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 />
71                  <!--{else}-->
72                     <!--{if $orderDetail.payment_date == "" && $orderDetail.effective == "0"}-->
73                         <!--{$arrProductType[$orderDetail.product_type_id]}--><BR />(入金確認中)
74                     <!--{else}-->
75                         <!--{$arrProductType[$orderDetail.product_type_id]}--><BR />(期限切れ)
76                     <!--{/if}-->
77                  <!--{/if}-->
78              <!--{else}-->
79                  <!--{$arrProductType[$orderDetail.product_type_id]}-->
80              <!--{/if}-->
81              <!--←商品種別--><br />
82              <!--→金額-->
83              <!--{assign var=price value=`$orderDetail.price`}-->
84              <!--{assign var=quantity value=`$orderDetail.quantity`}--><span class="mini">価格:</span><!--{$price|number_format|h}-->円<!--←金額-->
85              <span class="mini"><!--{$item.productsClass.name|h}--><br />
86              <!--{if $item.productsClass.classcategory_name1 != ""}-->
87                  <span class="mini"><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--></span><br />
88              <!--{/if}-->
89              <!--{if $item.productsClass.classcategory_name2 != ""}-->
90                  <span class="mini"><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--></span>
91              <!--{/if}-->
92          </p>
93                                        </div>
94      <ul>
95        <li><span class="mini">数量:</span><!--{$quantity|h}--></li>
96        <li class="result"><span class="mini">小計:</span><!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|sfMultiply:$quantity|number_format}-->円</li>
97      </ul>
98    </div>
99  </div>
100  <!--{/foreach}-->
101<!--▲商品 -->
102
103</div>
104<!--▲cartinarea カートの中の商品一覧ここまで -->
105
106    <div class="total_area">
107       <p><span class="mini">小計:</span><!--{$tpl_arrOrderData.subtotal|number_format}-->円</p>
108       <p><span class="mini">合計:</span><span class="price fb"><!--{$tpl_arrOrderData.payment_total|number_format}-->円</span></p>
109       <p><span class="mini">今回加算ポイント:</span><!--{$tpl_arrOrderData.add_point|number_format|default:0}-->Pt</p>
110    </div>
111  </div><!--▲formBox -->
112
113     <!--▼メール一覧 -->
114     <div class="formBox">
115 
116          <div class="box_header">
117       メール配信履歴一覧
118       </div>
119        <!--{section name=cnt loop=$tpl_arrMailHistory}-->
120           <!--▼メール -->
121     <div class="arrowBox">
122         <p>配信日:<!--{$tpl_arrMailHistory[cnt].send_date|sfDispDBDate|h}--><br />
123                     <!--{assign var=key value="`$tpl_arrMailHistory[cnt].template_id`"}-->
124         通知メール:<!--{$arrMAILTEMPLATE[$key]|h}--></p>
125         <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>
126     </div>
127     <!--▲メール -->
128     <!--{/section}-->
129     <!--▲メール一覧ここまで -->
130
131   </div><!--▲formBox -->
132
133       <p><a rel="external" class="btn_more" href="./<!--{$smarty.const.DIR_INDEX_PATH}-->">購入履歴一覧に戻る</a></p>
134
135  </div><!--▲form_area -->
136
137</section>
138<!--▲CONTENTS -->
Note: See TracBrowser for help on using the repository browser.