2016-12-22 08:40:48 +00:00
|
|
|
|
<?php
|
2017-09-08 07:01:08 +00:00
|
|
|
|
define('IN_SYS', true);
|
|
|
|
|
require_once ("core.php");
|
|
|
|
|
// $html = file_get_contents('https://ifastnet.com/portal/cancellation-refund.php');
|
|
|
|
|
// preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
|
2019-05-20 11:26:52 +00:00
|
|
|
|
$title = $title . ' - ' . $LANG['cancellation_refund'];
|
2016-12-22 08:40:48 +00:00
|
|
|
|
?>
|
2019-06-04 12:48:44 +00:00
|
|
|
|
<?php include ("include/header.php"); ?>
|
2018-12-11 09:57:47 +00:00
|
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="page-header">
|
|
|
|
|
<h1 class="text-center"><?php echo $LANG['cancellation_refund']; ?></a></h1>
|
|
|
|
|
<p class="text-center">Cancelation & refund information</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<section class="section-wrap cancelationInfo">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="hidden-xs col-sm-12 col-md-12">
|
|
|
|
|
<h2>Cancellation Policy</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-12 col-md-12">
|
|
|
|
|
<p>IFastNet.com (IFastNet LTD) believes in helping its customers as far as possible, and has
|
|
|
|
|
therefore a liberal cancellation policy. Under this policy:</p>
|
|
|
|
|
<ul type="d">
|
|
|
|
|
<li>Cancellations will be considered only if the request is made within 7 days of placing an
|
|
|
|
|
order. However, the cancellation request will not be entertained if the orders have been
|
|
|
|
|
communicated to the vendors/merchants and they have initiated the process of provisioning
|
|
|
|
|
services.
|
|
|
|
|
</li>
|
|
|
|
|
<li>Cancelations must be communicated to Ifastnet.com a minimum of 14 days before the service is
|
|
|
|
|
due. Failure to cancel before this period is acceptance of renewal of the service.
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2016-12-26 08:53:44 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-12-11 09:57:47 +00:00
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
<section class="section-wrap refundInfo">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="hidden-xs col-sm-12 col-md-12"><h1>Refund Policy</h1></div>
|
|
|
|
|
<div class="col-sm-12 col-md-12">
|
|
|
|
|
<p>When you buy our products/services, your purchase is covered by our 7-day money-back guarantee.
|
|
|
|
|
If you are, for any reason, not entirely happy with your purchase, we will cheerfully issue a
|
|
|
|
|
full refund. We develop and sell software that we use ourselves every day and have thousands of
|
|
|
|
|
satisfied customers worldwide, and our support is second to none. That is why we can afford to
|
|
|
|
|
back our products with this special guarantee.</p>
|
2016-12-26 08:53:44 +00:00
|
|
|
|
|
2018-12-11 09:57:47 +00:00
|
|
|
|
<p>To request a refund, simply contact us with your
|
|
|
|
|
purchase details within seven (7) days of your purchase. Please include your order number (sent
|
|
|
|
|
to you via email after ordering) and optionally tell us why you’re requesting a refund – we take
|
|
|
|
|
customer feedback very seriously and use it to constantly improve our products and quality of
|
|
|
|
|
service. Refunds are not being provided for services delivered in full such as installation
|
|
|
|
|
service and provided knowledge base hosting service. Refunds are being processed within a 7 day
|
|
|
|
|
period.</p>
|
2016-12-26 08:53:44 +00:00
|
|
|
|
|
2018-12-11 09:57:47 +00:00
|
|
|
|
<p>If a service is canceled and a refund requested, the cost incurred of renewing or providing a
|
|
|
|
|
free domain name (if included with the service being canceled ) will be minused from the refund
|
|
|
|
|
amount (this could sometimes lead to a negative value).</p>
|
2016-12-26 08:53:44 +00:00
|
|
|
|
|
2018-12-11 09:57:47 +00:00
|
|
|
|
<p class="alert alert-warning"><i class="glyphicon glyphicon-info-sign"></i> Domain name renewal / registration fees and costs are non-refundable.</p>
|
2016-12-26 08:53:44 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-12-11 09:57:47 +00:00
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
2019-06-04 12:48:44 +00:00
|
|
|
|
<?php include ("include/footer.php"); ?>
|