62 lines
2.0 KiB
PHP
62 lines
2.0 KiB
PHP
<?php
|
|
require_once('.htac_header.php');
|
|
require_once('.htac_nav.php');
|
|
?>
|
|
<style>
|
|
h1 {
|
|
color: #000;
|
|
}
|
|
h2 {
|
|
color: #555;
|
|
}
|
|
p {
|
|
margin: 10px 0;
|
|
}
|
|
ul {
|
|
margin: 10px 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|
|
li {
|
|
margin: 5px 0;
|
|
}
|
|
</style>
|
|
<section class="container mx-auto px-4 ">
|
|
<div class="pt-16">
|
|
<h1>Refund Policy</h1>
|
|
|
|
<p>Our refund policy applies to the following services:</p>
|
|
<ul>
|
|
<li>Hosting Services</li>
|
|
<li>Domain Registrations</li>
|
|
<li>Add-on Services</li>
|
|
</ul>
|
|
|
|
<h2>Hosting Services Refunds</h2>
|
|
<p>We offer a full refund for hosting services if the cancellation request is made within 10 days of purchase. No refunds will be issued after 10 days.</p>
|
|
|
|
<h2>Domain Registrations</h2>
|
|
<p>All domain registrations and renewals are non-refundable once the domain has been registered.</p>
|
|
|
|
<h2>Add-on Services</h2>
|
|
<p>Add-on services, such as SSL certificates, website builders, and professional email services, are non-refundable.</p>
|
|
|
|
<h2>Refund Process</h2>
|
|
<p>To request a refund, please follow these steps:</p>
|
|
<ul>
|
|
<li>Submit a refund request via our support ticket system.</li>
|
|
<li>Include your order number and the reason for the refund in your request.</li>
|
|
<li>Refunds will be processed within 7-10 business days after the request is received.</li>
|
|
</ul>
|
|
|
|
<h2>Payment Methods</h2>
|
|
<p>Refunds will be issued via the same payment method used for the original purchase. Some payment methods, such as cryptocurrency, may not be eligible for refunds.</p>
|
|
|
|
<h2>Partial Refunds</h2>
|
|
<p>In some cases, partial refunds may be offered if the service has been used for part of the billing cycle.</p>
|
|
|
|
<h2>Contact Us</h2>
|
|
<p>If you have any questions about our refund policy, please contact sarkar.suvankar@gmail.com.</p>
|
|
|
|
</div>
|
|
</section>
|