-
Notifications
You must be signed in to change notification settings - Fork 0
/
returnpolicy.html
84 lines (74 loc) · 3.56 KB
/
returnpolicy.html
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
<!DOCTYPE html>
<html>
<head>
<style>
body{
margin: 0 100px auto;
margin-top: 40px;
}
h1{
color: #00246b;
}
h2{
color: #00246b;
}
p1{
font-size: 16px;
letter-spacing: 1.2px;
}
</style>
<title>
Return Policy
</title>
</head>
<center>
<h1>
RETURN, CANCELLATION AND REFUND POLICY
</h1>
</center>
<p1>
At AutoCare Spare Parts, we strive to provide our customers with the highest quality spare parts and exceptional service. Our Return, Cancellation, and Refund Policy are designed to ensure your satisfaction with every purchase. Please read the following policy carefully:
<h2>Returns:</h2>
1. Eligibility:
<ul>
<li>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</li>
<li>Returns must be initiated within 30 days of the purchase date.</li>
</ul>
2. Procedure:
<ul>
<li>To initiate a return, please contact our customer service team at [contact email/phone number]. You will be provided with instructions on how to proceed with the return.</li>
<li>Customers are responsible for the cost of return shipping, unless the return is due to an error on our part.</li>
</ul>
3. Refunds:
<ul>
<li>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</li>
<li>If approved, your refund will be processed, and a credit will automatically be applied to your original method of payment within [number of days] days.</li>
</ul>
________________________________________________________________________________________________________________________________________
<h2>Cancellation:</h2>
1. Cancellation Policy:
<ul>
<li>Orders can be cancelled free of charge if the cancellation request is made within 24 hours of placing the order. </li>
<li>Once an order has been processed and shipped, it cannot be cancelled. In such cases, customers may initiate a return following our return policy.</li>
</ul>
________________________________________________________________________________________________________________________________________
<h2>Refunds:</h2>
1. Refund Policy:
<ul>
<li>Refunds will be issued for eligible returns and cancelled orders in accordance with our return and cancellation policies.</li>
<li>Shipping costs are non-refundable, except in cases where the return is due to an error on our part.</li>
<li>Refunds for returns will be processed once the returned item is received and inspected.</li>
</ul>
2. Late or Missing Refunds:
<ul>
<li>If you haven’t received a refund yet, first check your bank account again.</li>
<li>Then contact your credit card company, it may take some time before your refund is officially posted.</li>
<li>If you’ve done all of this and you still have not received your refund yet, please contact us at [contact email/phone number].</li>
</ul>
________________________________________________________________________________________________________________________________________
<br>
*Note: AutoCare Spare Parts reserves the right to amend this policy at any time without prior notice. It is the responsibility of the customer to review this policy periodically for updates.*
<br><br><br>
<br>
</p1>
</html>