/var/www/hkosl.com/excland/view/buy_step.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="en-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>EXCLAND - Delivery</title>

    <meta name="keywords" content="EXCLAND">

    <meta property="og:description" content="EXCLAND" />

    <!-- css -->
    <?php include 'inc/headlinks.php'?>
    <!-- js -->
    <?php include 'inc/link-js.php'?>




</head>

<body class="blueTheme">
    <!-- header -->
    <div class="subPageNav">
        <?php include 'inc/navbar_nologin.php'?>
    </div>
    <!-- end of header-->


    <!-- breadcrumb -->
    <div class="breadcrumbWrapper_nonscroll grayDeepBgColor">
        <div class="container">
            <a href="index.php" class="link"> 首頁</a> > <span>
                配送安排</span>
        </div>
    </div>



    <section class="productBoxWrapper">
        <div class="container">
            <h4 class="mb-4">購物流程</h4>
            <div class="row">
                <div class="col-lg-3">
                    <div class="stepCardWrap">
                        <div class="stepCard d-flex align-items-center">
                            <div class="stepCardIcon">
                                <i class="fas fa-cart-arrow-down"></i>
                            </div>
                            <p class="mb-0">登記會員於網上購物</p>
                        </div>
                        <span class="triangle"></span>
                    </div>
                </div>
                <div class="col-lg-3">
                    <div class="stepCardWrap">
                        <div class="stepCard d-flex align-items-center">
                            <div class="stepCardIcon">
                                <i class="fas fa-shipping-fast"></i>
                            </div>
                            <p class="mb-0">單次消費滿<b>$300</b>,即免運費 (順豐快遞. 便利店取貨均可)</p>
                        </div>
                        <span class="triangle"></span>
                    </div>
                </div>
                <div class="col-lg-3">
                    <div class="stepCardWrap">
                        <div class="stepCard d-flex align-items-center">
                            <div class="stepCardIcon">
                                <i class="fas fa-tags"></i>
                            </div>
                            <p class="mb-0">單次消費滿<b>$1000</b>, 即享全單95折優惠</p>
                        </div>
                        <span class="triangle"></span>
                    </div>
                </div>
                <div class="col-lg-3">
                    <div class="stepCardWrap">
                        <div class="stepCard d-flex align-items-center">
                            <div class="stepCardIcon">
                                <i class="fas fa-dollar-sign"></i>
                            </div>
                            <p class="mb-0">設會員積分優惠, 買得越多, 慳得越多</p>
                        </div>

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



            <p class="bold mt-4">我們提供以下配送方法</p>
            <div class="tableWrap">
                <table class="table table-hover">
                    <thead>
                        <tr>
                            <th scope="col">送貨服務 </th>

                            <th scope="col">包裝</th>
                            <th scope="col">運費 </th>
                            <th scope="col">免收運費 </th>
                            <th scope="col">到貨時間
                            </th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>

                            <th scope="row">門市自取</th>

                            <td>黑色無LOGO膠袋</td>
                            <td>免費</td>
                            <td>免費</td>
                            <td>門市營業時間</td>
                        </tr>
                        <tr>
                            <th scope="row">速遞上門 </th>
                            <td>棕色紙盒保密包裝</td>
                            <td>$30</td>
                            <td>單次消費滿HK$300或以上</td>
                            <td>1-2 個工作天</td>
                        </tr>
                        <tr>
                            <th scope="row">順豐站 </th>
                            <td>棕色紙盒保密包裝</td>
                            <td>$30</td>
                            <td>單次消費滿HK$300或以上</td>
                            <td>1-2 個工作天</td>
                        </tr>
                        <tr>
                            <th scope="row">順便智能櫃 </th>
                            <td>棕色紙盒保密包裝</td>
                            <td>$30</td>
                            <td>單次消費滿HK$300或以上</td>
                            <td>1-3 個工作天</td>
                        </tr>
                        <tr>
                            <th scope="row">7-11,OK 便利店 </th>
                            <td>棕色紙盒保密包裝</td>
                            <td>$30</td>
                            <td>單次消費滿HK$300或以上</td>
                            <td>1-14 個工作天</td>
                        </tr>
                    </tbody>
                </table>
            </div>




        </div>

    </section>







    <!-- end #section -->


    <!-- footer -->
    <?php include 'inc/footer.php'?>


    <!-- custom JS -->
    <script>




    </script>
</body>



</html>