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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>Shipvago - Product Detail</title>
<meta name="description" content="Shipvago is founded by a group of logistics expert with years of experience in logistics industry. We try to think from the industry perspective and how to address to the painpoints via technology.">
<?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/link-js.php';?> </head>
<body>
<!-- header --> <?php include 'inc/navbar.php';?> <!-- end of header-->
<section class="subWrapper grayBgColor pb-0"> <div class="breadcrumbWrapper"> <a href="index.php" class=""> Home</a> /<a href="products.php" class=""> Product</a> / <span class="blueFont">Shining Ocean</span> </div> </section> <section class="mainWrapper">
<div class="boxWrap searchResultsItem"> <div class="row align-items-center"> <div class="col-md-9 searchResultsDetail"> <div class="mb-3"> <i class="fas fa-anchor mr-2 deepBlueFont"></i> <span class="tagBtn mr-2">Direct Integration</span> </div> <div class="d-flex mb-3 flex-md-row flex-column"> <div class="mr-3 bold moblieNoMargin">Transit Time <br><span class="grayFont small"> 23-26 days (Port to port 17 days)</span></div> <div class="bold">Route <br> <span class="grayFont small">CNSHA>(USWC_PSW)>USLAX</span> </div> </div> <div class="d-flex align-items-center flex-md-row flex-column"> <div class="mr-3 moblieNoMargin"><img src="../assets/images/shippinglogo01.jpg"></div> <span class="bold mr-3 moblieNoMargin">Shining Ocean</span> <div class="rating-holder"> <div class="c-rating c-rating--regular" data-rating-value="3.25"> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div> </div> </div> </div> </div> <div class="col-md-3 searchResultsPrice"> <p class="h5 mt-2 deepBlueFont">Best Value</p> <P class="h4 mb-3 mt-3">$30,955</p> <button type="button" class="btn btn-primary mb-3" onclick="location.href='products_detail.php';">Select</button> <p class="grayFont small">Gate-in by: Nov 14, 2020</p>
</div> </div>
</div> <div class="boxWrap mb-4"> <h5 class="mb-3">Origin charges</h5> <div class="tableWrap"> <table class="table"> <thead> <tr> <th scope="col">Fee code</th> <th scope="col">Fee name</th> <th scope="col">Comment</th> <th scope="col">Units</th> <th scope="col">Unit price (USD)</th> <th scope="col">Amount</th> <th scope="col">Final amount</th> </tr> </thead> <tbody> <tr> <th scope="row">ODOC</th> <td>Documentation Charge at Origin</td> <td>Flat Fee</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr> <tr> <th scope="row">OCCF</th> <td>Export Customs Clearance</td> <td>Flat Fee</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr> <tr> <th scope="row">COM</th> <td>Communication Charges</td> <td>Flat Fee</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr> <tr> <th scope="row">OTHC 20'</th> <td>Terminal Handing Charge at Origin</td> <td>Per Container</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr> <tr> <th scope="row">OTHC 40'</th> <td>Terminal Handing Charge at Origin</td> <td>Per Container</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr> </tbody> </table> </div> <hr /> <div class="d-flex justify-content-between"> <p class="bold h5">Subtotal:</p> <p class="bold h5"> USD 1,450.00</p> </div> </div> <div class="boxWrap mb-4"> <h5 class="mb-3"><i class="fas fa-anchor mr-2 deepBlueFont"></i> CNSHA, Shanghai > USLAX, Los Angeles, CA </h5> <div class="tableWrap"> <table class="table"> <thead> <tr> <th scope="col">Fee code</th> <th scope="col">Fee name</th> <th scope="col">Comment</th> <th scope="col">Units</th> <th scope="col">Unit price (USD)</th> <th scope="col">Amount</th> <th scope="col">Final amount</th> </tr> </thead> <tbody> <tr> <th scope="row">OCEAN 20'</th> <td>Ocean Freight Cost</td> <td>Per Container</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr> <tr> <th scope="row">OCEAN 45' HC</th> <td>Export Customs Clearance</td> <td>Flat Fee</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr> <tr> <th scope="row">HDL</th> <td>Handling Charges</td> <td>Flat Fee</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr>
</tbody> </table> </div> <hr /> <div class="d-flex justify-content-between"> <p class="bold h5">Subtotal:</p> <p class="bold h5"> USD 1,450.00</p> </div> </div> <div class="boxWrap mb-4"> <h5 class="mb-3">Destination charges </h5> <div class="tableWrap"> <table class="table"> <thead> <tr> <th scope="col">Fee code</th> <th scope="col">Fee name</th> <th scope="col">Comment</th> <th scope="col">Units</th> <th scope="col">Unit price (USD)</th> <th scope="col">Amount</th> <th scope="col">Final amount</th> </tr> </thead> <tbody> <tr> <th scope="row">Do</th> <td>Delivery Order</td> <td>Flat Fee</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr> <tr> <th scope="row">DHDL</th> <td>Handling Charge at Destination</td> <td>Flat Fee</td> <td>1</td> <td>100.00</td> <td>100.00</td> <td>100.00</td> </tr>
</tbody> </table> </div> <hr /> <div class="d-flex justify-content-between"> <p class="bold h5">Subtotal:</p> <p class="bold h5"> USD 1,450.00</p> </div> </div> <div class="boxWrap"> <hr /> <div class="d-flex justify-content-between"> <p class="h3 mb-0">Total:</p> <p class="h3 mb-0"> USD $30,955.00</p> </div>
</div>
<div class="d-flex mt-4"> <button class="back-btn2 btn btn-secondary" type="button">BACK TO SEARCH</button> <button class="submit-btn btn btn-primary ml-auto payBtn" type="button">Payment Now</button> </div>
</section>
<!-- end #section -->
<!-- footer --> <?php include 'inc/footer.php';?>
<svg style="position: absolute; width: 0; height: 0; overflow: hidden" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <symbol id="star" viewBox="0 0 28 28" preserveAspectRatio="xMaxYMax meet"> <title>Star Rating</title> <path class="star" d="M13.996,22.501 L22.649,27.997 L20.352,17.637 L27.996,10.667 L17.930,9.768 L13.996,-0.003 L10.063,9.768 L-0.003,10.667 L7.641,17.637 L5.345,27.997 L13.996,22.501 Z" /> </symbol> </svg> <script src="../assets/js/range.js"></script> <script src="../assets/js/range-option.js"></script>
<script> $(document).ready(function() { var ratingElem = $('.rating input[name="star"]');
ratingElem.change(function() { if (this.checked) { $(this).parent().addClass("active"); } }); }); </script> </body>
</html>
|