-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shipping.php
146 lines (120 loc) · 4.64 KB
/
Shipping.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
<?php
include("connection.php");
include("header.php");
?>
<!--banner-->
<div class="banner-top">
<div class="container">
<h3 >Shipping</h3>
<h4><a href="index.php">Home</a><label>/</label>Shipping</h4>
<div class="clearfix"> </div>
</div>
</div>
<!-- faqs -->
<div class="faq-w3 ">
<div class="container">
<div class="spec ">
<h3>Shipping</h3>
<div class="ser-t">
<b></b>
<span><i></i></span>
<b class="line"></b>
</div>
</div>
<div class="panel-group" id="accordion">
<!-- First Panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-target="#collapseOne">
<span>1.</span> What are the delivery charges?
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse">
<div class="panel-body">
<p>There are no charges for shipping a product.</p>
</div>
</div>
</div>
<!-- Second Panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-target="#collapseTwo">
<span>2.</span> How long will my order take to arrive?
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
<p>It will take between 5 and 22 days to send you the replacement product, depending on your location. Please refer to the product page on Online Shopping Cart for further information about delivery time.</p>
</div>
</div>
</div>
<!-- Third Panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-target="#collapseThree">
<span>3.</span> What is the estimated delivery time?
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
<p>Online Shopping Cart operates on a guarantee of deliverywithin 1 - 6 Business Days for customers everywhere in Pakistan. There are a few areas where the delivery services may not be available prevailingly but an expansion of services will arrive soon to please you like no other.</p>
</div>
</div>
</div>
<!-- Fourth Panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-target="#collapseFour">
<span>4.</span>Do you ship internationally?
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
<p>If you want to get Online orders delivered to any International Location, you’ll need to register with a US-based shipping forwarding service.</p>
</div>
</div>
</div>
<!-- Fifth Panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-target="#collapseFive">
<span>5.</span>How do I take advantage of FREE shipping?
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
<p>Have you been planning to order your favourite products from Online Shopping Cart but abandoning your cart because you don’t want to pay the delivery charges? You don’t need to worry about that anymore. Order as much as you want and avail free delivery on your orders.</p>
</div>
</div>
</div>
<!-- Sixth Panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-target="#collapseSix">
<span>6.</span>Do I have to return all products in my order?
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse">
<div class="panel-body">
<p>No, you do not have to return your whole order. It is fine just to return certain products. </p>
</div>
</div>
</div>
<!-- Seventh Panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title" data-toggle="collapse" data-target="#collapseSeven">
<span>7.</span> What are the common reasons for delay?
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse">
<div class="panel-body">
<p>Seller Sourcing Issues: The seller could take longer than expected time to fulfill your order.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- // Terms of use -->
<?php include("footer.php"); ?>