-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeliveryInfo.php
81 lines (54 loc) · 2.96 KB
/
deliveryInfo.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
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site Metas -->
<title>BestTech</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- Site Icons -->
<link rel="apple-touch-icon" href="images/logoT.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Site CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<?php include("includes/headerE.php"); ?>
<h1><center>Our online store is open with worldwide shipping available and we want to assure you we are doing everything we can to continue trading and operating normally,
with the utmost safety for our team, so that we can continue to deliver the service our fans have come to expect.
<h2><strong>In-store pickup:</strong></h2>
Our in-store pickup hours are [store hours] on [available days of the week].
Please have your order confirmation email with you when you come.
<h2><strong>when will i receive my order ? </strong></h2>
dear costumers, you can receive your order in just 3
days if you choose shipping with Aramex, or no more than 10 days if you choose the standard shipping.
<h2><strong>Refunds, returns, and exchanges</strong></h2>
We accept returns up to 3 days after delivery, if the item is unused and in its original condition, and we will refund the full order amount minus the shipping costs for the return.
In the event that your order arrives damaged in any way, please email us as soon as possible at [email protected] with your order number and a photo of the item’s condition.
We address these on a case-by-case basis but will try our best to work towards a satisfactory solution.
If you have any further questions, please don't hesitate to contact us at <h2><strong>[email protected].</strong></h2>
<h2><strong>how much does shipping cost ? </strong></h2>
with bestech, the prices are unbelievable,
it only costs 3dt on additional cost with standard shipping, and 7dt with Aramex shipping.
<h2><strong>Protect Your Business</strong></h2>
A shipping policy protects you as a business owner.
For example, if a customer complains about how much they were charged or how long their order
took to arrive, you can defend yourself using a shipping and delivery policy that clearly outlines all that information as evidence.
<center></h1>
<?php include("includes/footerE.php"); ?>
</body>
</html>