/var/www/hkosl.com/alfex/tc/profile_orderhistory.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="tc-HK" prefix="og: http://ogp.me/ns#">

<head>
  <title>愛華時商店 - Alfex Watches</title>

  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
  <meta name="description" content="web_description">
  
  <meta property="og:type" content="website" />
  <meta property="og:url" content="web_domain" />
  <meta property="og:title" content="web_title" />
  <meta property="og:description" content="web_description" />
  <meta property="og:image" content="web_img" />
  <meta property="og:site_name" content="Web" />

  <meta name="twitter:card" content="summary" />
  <meta name="twitter:description" content="web_description" />
  <meta name="twitter:title" content="web_title" />
  <meta name="twitter:image" content="web_img" />

  <link rel="shortcut icon" href="../img/favicon.ico">

  <link rel="stylesheet" href="../css/osicons.css">
  <!-- my css -->
  <link rel="stylesheet" href="../css/reset.css">
  <link rel="stylesheet" href="../css/animations.css">
  <link rel="stylesheet" href="../css/navbar.css">
  <link rel="stylesheet" href="../css/slick.css">
  <link rel="stylesheet" href="../css/slick-theme.css">
  <link rel="stylesheet" href="../css/style.css">
  <link rel="stylesheet" href="../css/responsive.css"> 
</head>

<body>
  <!-- sidemenu -->
  <?php include 'include/sidemenu.php';?>  
  <!-- end of sidemenu -->

  <div class="wrapper">  
    <!-- header -->
    <?php include 'include/header-login.php';?>  
    <!-- end of header -->

    <!-- pagelocation -->
    <div class="pagelocation">
      <div class="container">
        <div class="location">
          <a href="#">主頁</a> / <span>我的帳戶</span> / <span>訂單歷史 </span>
        </div>
      </div>
    </div>
    <!-- end location -->

    <div class="subcontent">
      <div class="container">
        <div class="profile_contianer">
          <h1 class="text-left mb-30">我的帳戶</h1>
          

          <div class="row">
            <div class="sidelogin_menu">
              <a href="profile.php">個人信息</a>
              <a href="profile_orderhistory.php" class="active">訂單歷史</a>
              <a href="profile_manageaddress.php">我的地址</a>
              <a href="profile_changepwd.php">修改密碼</a>
            </div>

            <div class="profile_content">
              <h2>訂單歷史</h2>
              <p class="mb-30">以下是自您的帳戶創建以來的訂單。</p>

              <!-- orderhistory -->
              <div class="orderTable">
                <table>
                  <tr>
                    <th class="text-left"><span class="en">2019-03-06</span> &nbsp;&nbsp;訂單號碼: <span class="en">368241409747598942</span></th>
                    <th>單價</th>
                    <th>數量</th>
                    <th>總金額</th>
                    
                  </tr>
                  <tr>
                    <td class="text-left">
                      <img src="../img/products/5776-2221face_1024x1024.jpg">
                      <h4 class="en">black blaze</h4><div class="data en">SKU:5703/2050</div><div class="data">收貨地址 : 新界沙田瀝源街6號瀝源邨華豐樓地下st5號舖</div>
                    </td>                    
                    <td><span class="en">HK$ 2,560.00</span></td>
                    <td><span class="en">1</span></td>
                    <td rowspan="2"><span class="en">HK$ 5,120.00</span></td>
                  </tr>
                  <tr>
                    <td class="text-left">
                      <img src="../img/products/5776-2199face_grande.jpg">
                      <h4 class="en">black blaze</h4><div class="data en">SKU:5703/2050</div><div class="data">收貨地址 : 新界沙田瀝源街6號瀝源邨華豐樓地下st5號舖</div>
                    </td>                    
                    <td><span class="en">HK$ 2,560.00</span></td>
                    <td><span class="en">1</span></td>
                  </tr>
                </table>

                <table>
                  <tr>
                    <th class="text-left"><span class="en">2019-03-05</span> &nbsp;&nbsp;訂單號碼: <span class="en">368241409747598942</span></th>
                    <th>單價</th>
                    <th>數量</th>
                    <th>總金額</th>
                    
                  </tr>
                  <tr>
                    <td class="text-left">
                      <img src="../img/products/5777-912face_grande.jpg">
                      <h4 class="en">black blaze</h4><div class="data en">SKU:5703/2050</div><div class="data">收貨地址 : 新界沙田瀝源街6號瀝源邨華豐樓地下st5號舖</div>
                    </td>                    
                    <td><span class="en">HK$ 2,560.00</span></td>
                    <td><span class="en">1</span></td>
                    <td rowspan="0"><span class="en">HK$ 2,560.00</span></td>
                  </tr>
                </table>

                <table>
                  <tr>
                    <th class="text-left"><span class="en">2019-02-02</span> &nbsp;&nbsp;訂單號碼: <span class="en">368241409747598942</span></th>
                    <th>單價</th>
                    <th>數量</th>
                    <th>總金額</th>
                    
                  </tr>
                  <tr>
                    <td class="text-left">
                      <img src="../img/products/5775-2205face_1024x1024.jpg">
                      <h4 class="en">black blaze</h4><div class="data en">SKU:5703/2050</div><div class="data">收貨地址 : 新界沙田瀝源街6號瀝源邨華豐樓地下st5號舖</div>
                    </td>                    
                    <td><span class="en">HK$ 2,560.00</span></td>
                    <td><span class="en">1</span></td>
                    <td rowspan="0"><span class="en">HK$ 2,560.00</span></td>
                  </tr>
                </table>

              </div>

              <!-- end history -->

            </div>
            <div class="clear"></div>
          </div>


        </div>
      </div>
    </div>


    
    <div class="clear"></div>    

    <!-- footer -->
    <?php include 'include/footer.php';?>     
    <!-- end of footer -->     
  </div>

<!-- JS -->
<script src="../js/jquery.js"></script>
<!-- responsive images -->
<script type="text/javascript" src="../js/responsiveimages.js"></script>
<!-- animate js css -->
<script type="text/javascript" src="../js/js_animate.js"></script>
<!-- slick -->
<script type="text/javascript" src="../js/slick.min.js"></script>

<script src="../js/script.js"></script>

</body>


</html>