master
parent
9646e47d41
commit
333a369807
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
require_once('.htac_header.php');
|
||||
require_once('.htac_nav.php');
|
||||
?>
|
||||
|
||||
<h1>Refund Policy</h1>
|
||||
|
||||
<h2>General Refund Policy</h2>
|
||||
<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 our support team at [Insert Contact Information].</p>
|
|
@ -97,6 +97,7 @@
|
|||
<div>Copyright © SUVANKAR SARKAR. All rights reserved</div>
|
||||
<div class="flex flex-row">
|
||||
<a href="/about-us" > About Us </a> |
|
||||
<a href="/refund-policy" > Refund Policy</a> |
|
||||
<a href="https://cicdhosting.supersite2.myorderbox.com/support/privacy.php" >Privacy Policy</a> |
|
||||
<a href="https://cicdhosting.supersite2.myorderbox.com/support/legal.php" >Legal Agreement</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue