/var/www/hkosl.com/alfex/tc/warranty.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
<!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.php';?>  
    <!-- end of header -->

    <!-- pagelocation -->
    <div class="pagelocation">
      <div class="container">
        <div class="location">
          <a href="#">主頁</a> / <span>保養</span>
          <h2>保養</h2>
        </div>
      </div>
    </div>
    <!-- end location -->

    <div class="subcontent static">
      <div class="container">

        <h3>保養條款</h3>
        <p>您的ALFEX腕錶擁有2年原廠保養服務。保養範圍僅限於正常使用情況下的零件損壞或功能異常。所有電池、錶殼、錶鏡及錶帶的正常磨損,或處理不當,缺乏照顧,人為意外,疏忽處理,未授權的服務導致之一切損壞,或正常磨損造成的手鐲損壞,非防水腕錶的入水損壞等均不屬保養範圍內。</p>
        
        <h3>維修</h3>
        <p>如需維修,請擕閣下之ALFEX腕錶連同銷售收據及保用證到貴國的ALFEX國際授權腕錶服務中心。對於非保養範圍內的一切維修及服務,服務中心可能會根據腕錶的款式和所要求之服務而收取相關的費用,這些費用在不同情況下將略有不同。ALFEX不能保證在任何情況下都能提供相同型號之腕錶零件,如果該型號的零件已停止生產,我們將盡力提供同等價值和外觀相近的零件替代。 2年的保養期以銷售收據日期起計算,保養期內作出之一切維修或零件更換均不會改變或延長該腕錶之保養期。請確保腕錶在運送過程中有足夠的保護,運輸過程中對產品的丟失或損壞ALFEX概不負責。</p>
          

      </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>
<script type="text/javascript">
  


</script>

</body>


</html>