merged refund and return pages
Dieser Commit ist enthalten in:
@@ -373,7 +373,7 @@
|
||||
class="text-white text-decoration-none satoshi_font">Payment Method</a></li>
|
||||
<li><a href="https://anwisystems.com/services/shipping-delivary.html"
|
||||
class="text-white text-decoration-none satoshi_font">Shipping & Delivery</a></li>
|
||||
<li><a href="https://anwisystems.com/services/return-policy.html"
|
||||
<li><a href="https://anwisystems.com/services/return-refund-policy.html"
|
||||
class="text-white text-decoration-none satoshi_font">Return Policy</a></li>
|
||||
<li><a href="https://anwisystems.com/w" class="text-white text-decoration-none satoshi_font">Product
|
||||
Warranty</a></li>
|
||||
@@ -567,7 +567,7 @@
|
||||
class="text-white text-decoration-none satoshi_font">Payment Method</a></li>
|
||||
<li><a href="https://anwisystems.com/services/shipping-delivary.html"
|
||||
class="text-white text-decoration-none satoshi_font">Shipping & Delivery</a></li>
|
||||
<li><a href="https://anwisystems.com/services/return-policy.html"
|
||||
<li><a href="https://anwisystems.com/services/return-refund-policy.html"
|
||||
class="text-white text-decoration-none satoshi_font">Return Policy</a></li>
|
||||
<li><a href="https://anwisystems.com/services/product-warrenty.html"
|
||||
class="text-white text-decoration-none satoshi_font">Product Warranty</a></li>
|
||||
|
||||
Vendored
+2
-4
@@ -114,8 +114,7 @@ $(document).ready(function () {
|
||||
<ul class="list-inline Services_list">
|
||||
<li><a href="/services/paymentmethod.html" class="text-decoration-none satoshi_font">Payment Method</a></li>
|
||||
<li><a href="/services/shipping-delivary.html" class="text-decoration-none satoshi_font">Shipping & Delivery</a></li>
|
||||
<li><a href="/services/return-policy.html" class="text-decoration-none satoshi_font">Return Policy</a></li>
|
||||
<li><a href="/services/refund-policy.html" class="text-decoration-none satoshi_font">Refund Policy</a></li>
|
||||
<li><a href="/services/return-refund-policy.html" class="text-decoration-none satoshi_font">Return & Refund Policy</a></li>
|
||||
<li><a href="/services/product-warrenty.html" class="text-decoration-none satoshi_font">Product Warranty</a></li>
|
||||
<li><a href="/services/online-help.html" class="text-decoration-none satoshi_font">Online Help</a></li>
|
||||
<li><a href="/services/bulk-orders.html" class="text-decoration-none satoshi_font">Bulk Orders</a></li>
|
||||
@@ -273,8 +272,7 @@ $(document).ready(function () {
|
||||
<ul class="list-inline">
|
||||
<li><a href="/services/paymentmethod.html" class=" text-decoration-none satoshi_font">Payment Method</a></li>
|
||||
<li><a href="/services/shipping-delivary.html" class=" text-decoration-none satoshi_font">Shipping & Delivery</a></li>
|
||||
<li><a href="/services/return-policy.html" class=" text-decoration-none satoshi_font">Return Policy</a></li>
|
||||
<li><a href="/services/refund-policy.html" class=" text-decoration-none satoshi_font">Refund Policy</a></li>
|
||||
<li><a href="/services/return-refund-policy.html" class=" text-decoration-none satoshi_font">Return & Refund Policy</a></li>
|
||||
<li><a href="/services/product-warrenty.html" class=" text-decoration-none satoshi_font">Product Warranty</a></li>
|
||||
<li><a href="/services/online-help.html" class=" text-decoration-none satoshi_font">Online Help</a></li>
|
||||
<li><a href="/services/bulk-orders.html" class=" text-decoration-none satoshi_font">Bulk Orders</a></li>
|
||||
|
||||
+2
-2
@@ -373,7 +373,7 @@
|
||||
class="text-white text-decoration-none satoshi_font">Payment Method</a></li>
|
||||
<li><a href="https://anwisystems.com/services/shipping-delivary.html"
|
||||
class="text-white text-decoration-none satoshi_font">Shipping & Delivery</a></li>
|
||||
<li><a href="https://anwisystems.com/services/return-policy.html"
|
||||
<li><a href="https://anwisystems.com/services/return-refund-policy.html"
|
||||
class="text-white text-decoration-none satoshi_font">Return Policy</a></li>
|
||||
<li><a href="https://anwisystems.com/w" class="text-white text-decoration-none satoshi_font">Product
|
||||
Warranty</a></li>
|
||||
@@ -567,7 +567,7 @@
|
||||
class="text-white text-decoration-none satoshi_font">Payment Method</a></li>
|
||||
<li><a href="https://anwisystems.com/services/shipping-delivary.html"
|
||||
class="text-white text-decoration-none satoshi_font">Shipping & Delivery</a></li>
|
||||
<li><a href="https://anwisystems.com/services/return-policy.html"
|
||||
<li><a href="https://anwisystems.com/services/return-refund-policy.html"
|
||||
class="text-white text-decoration-none satoshi_font">Return Policy</a></li>
|
||||
<li><a href="https://anwisystems.com/services/product-warrenty.html"
|
||||
class="text-white text-decoration-none satoshi_font">Product Warranty</a></li>
|
||||
|
||||
@@ -1,110 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../dist/assets/imgs/favicon.gif">
|
||||
<link rel="stylesheet" href="../libs/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="../dist/css/main.css" />
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<link rel="stylesheet" href="../libs/owlcarousel/Css/owl.carousel.min.css">
|
||||
<link rel="stylesheet" href="../libs/owlcarousel/Css/owl.theme.default.min.css">
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
<link rel="stylesheet" href="../dist/css/vendor/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../dist/css/vendor/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../dist/css/vendor/vandella.css">
|
||||
<link rel="stylesheet" href="../dist/css/vendor/jellybelly.css">
|
||||
<!-- <link rel="stylesheet" href="../dist/css/vendor/icofont.min.css"> -->
|
||||
<link rel="stylesheet" href="../dist/css/vendor/fontello.css">
|
||||
<link rel="stylesheet" href="../dist/css/plugins/easyzoom.css">
|
||||
<link rel="stylesheet" href="../dist/css/plugins/slick.css">
|
||||
<link rel="stylesheet" href="../dist/css/plugins/nice-select.css">
|
||||
<link rel="stylesheet" href="../dist/css/plugins/animate.css">
|
||||
<link rel="stylesheet" href="../dist/css/plugins/magnific-popup.css">
|
||||
<link rel="stylesheet" href="../dist/css/plugins/jquery-ui.css">
|
||||
<link rel="stylesheet" href="../dist/css/style.css">
|
||||
<link rel="stylesheet" href="../dist/css/fontawesome.all.min.css">
|
||||
<link rel="stylesheet" href="../dist/css/fontawesome.min.css">
|
||||
<title>Return Policy | Anwi</title>
|
||||
</head>
|
||||
|
||||
<body class="services_page">
|
||||
<!-- navbar -->
|
||||
<div id="navbar-head"></div>
|
||||
<!-- end-navbar -->
|
||||
<!-- main-body -->
|
||||
<main class="main-body home-main-container pt-5">
|
||||
<section class="services bg-gray-5 h-100 pt-5">
|
||||
<div class="container pt-md-5">
|
||||
<div class="row pt-md-5 pt-5 pb-md-5 pb-3">
|
||||
<h3 class="text-center">
|
||||
<span class="satoshi_font font-weight-600 pb-1" style="border-bottom: 3px solid #e86129;">
|
||||
Return Policy
|
||||
</span>
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<div class="container py-md-5 py-3">
|
||||
<div class="px-3 row">
|
||||
<div class="bg-white">
|
||||
<div>
|
||||
<p class="fw-bold mb-3 py-4 text-fyro">○○○</p>
|
||||
</div>
|
||||
<div class="content_section">
|
||||
<div>
|
||||
<h4 class="satoshi_font pb-3">Hassle-Free Returns</h4>
|
||||
</div>
|
||||
<div class="px-md-4 pb-3">
|
||||
<div>
|
||||
<p class="satoshi_font">We at Anwi Systems want you to be delighted with your purchase. If, for any reason, you're not happy with your order, you may return it within 30 days of the delivery date for a full refund or exchange. Please note the following conditions for returns:</p>
|
||||
<div class="px-1">
|
||||
<p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Products must be in their original packaging, including all accessories, manuals, and documentation.</p>
|
||||
<p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Products must be undamaged and in a resalable condition.</p>
|
||||
<p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Return shipping costs will be the customer's responsibility unless the return is due to a product defect or error on our part.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<p class="satoshi_font">To initiate a return, please get in touch with our customer support team for further instructions.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<!-- footer -->
|
||||
<div id="footer-head"></div>
|
||||
<!-- end-footer -->
|
||||
<script src="../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../dist/js/jquery.min.js"></script>
|
||||
<script src="../libs/owlcarousel/js/owl.carousel.min.js"></script>
|
||||
<script src="../dist/js/navbar.js"></script>
|
||||
<script src="../libs/axios.min.js"></script>
|
||||
<script src="../dist/js/footer.js"></script>
|
||||
<script src="../libs/cookies.min.js"></script>
|
||||
|
||||
<script src="../dist/js/fontawesome.all.js"></script>
|
||||
<script src="../dist/js/fontawesome.min.js"></script>
|
||||
<script src="../dist/js/vendor/modernizr-3.11.7.min.js"></script>
|
||||
<script src="../dist/js/vendor/jquery-v3.6.0.min.js"></script>
|
||||
<script src="../dist/js/vendor/jquery-migrate-v3.3.2.min.js"></script>
|
||||
<script src="../dist/js/vendor/bootstrap.min.js"></script>
|
||||
<script src="../dist/js/plugins/slick.js"></script>
|
||||
<script src="../dist/js/plugins/wow.js"></script>
|
||||
<script src="../dist/js/plugins/svg-injector.min.js"></script>
|
||||
<script src="../dist/js/plugins/jquery.nice-select.min.js"></script>
|
||||
<script src="../dist/js/plugins/mouse-parallax.js"></script>
|
||||
<script src="../dist/js/plugins/images-loaded.js"></script>
|
||||
<script src="../dist/js/plugins/isotope.js"></script>
|
||||
<script src="../dist/js/plugins/jquery-ui.js"></script>
|
||||
<script src="../dist/js/plugins/magnific-popup.js"></script>
|
||||
<!-- Main JS -->
|
||||
<script src="../dist/js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -27,7 +27,7 @@
|
||||
<link rel="stylesheet" href="../dist/css/style.css">
|
||||
<link rel="stylesheet" href="../dist/css/fontawesome.all.min.css">
|
||||
<link rel="stylesheet" href="../dist/css/fontawesome.min.css">
|
||||
<title>Refund Policy | Anwi</title>
|
||||
<title>Return & Refund Policy | Anwi</title>
|
||||
</head>
|
||||
|
||||
<body class="services_page">
|
||||
@@ -41,7 +41,7 @@
|
||||
<div class="row pt-md-5 pt-5 pb-md-5 pb-3">
|
||||
<h3 class="text-center">
|
||||
<span class="satoshi_font font-weight-600 pb-1" style="border-bottom: 3px solid #e86129;">
|
||||
Refund Policy
|
||||
Return & Refund Policy
|
||||
</span>
|
||||
</h3>
|
||||
</div>
|
||||
@@ -56,22 +56,35 @@
|
||||
</div>
|
||||
<div class="content_section">
|
||||
<div>
|
||||
<h4 class="satoshi_font pb-3">Hassle-Free Refunds</h4>
|
||||
<h4 class="satoshi_font pb-3">Hassle-Free Returns and Refunds</h4>
|
||||
</div>
|
||||
<div class="px-md-4 pb-3">
|
||||
<div class="px-md-4 pb-3">
|
||||
<div>
|
||||
<p class="satoshi_font">At Anwi Systems, we strive to ensure you're satisfied with your purchase. If, for any reason, you're not pleased with your order, you may request a refund within 30 days of the delivery date. Please be aware of the following conditions for refunds:</p>
|
||||
<p class="satoshi_font">At Anwi Systems, we strive to ensure you're satisfied with
|
||||
your purchase. If, for any reason, you're not pleased with your order, you may
|
||||
request a refund or return it within 30 days of the delivery date. Please be
|
||||
aware of the following conditions:</p>
|
||||
<div class="px-1">
|
||||
<p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Products must be in their original packaging, including all accessories, manuals, and documentation.</p>
|
||||
<p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Products must be undamaged and in a resalable condition.</p>
|
||||
<p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Return shipping costs will be the customer's responsibility unless the refund is due to a product defect or error on our part.</p>
|
||||
<p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">☆</span>Once the product is received, the refund will be processed within 15 to 20 working days.</p>
|
||||
<p class="ms-3 pt-2 satoshi_font"><span
|
||||
class="fs-9 me-3 text-fyro">☆</span> <strong> Original Packaging:</strong> <br>
|
||||
Products must be in their original packaging, including all accessories,
|
||||
manuals, and documentation.
|
||||
</p>
|
||||
<p class="ms-3 pt-2 satoshi_font"><span
|
||||
class="fs-9 me-3 text-fyro">☆</span><strong>Product Condition: </strong><br> Products must be undamaged and in a resalable condition.</p>
|
||||
<p class="ms-3 pt-2 satoshi_font"><span
|
||||
class="fs-9 me-3 text-fyro">☆</span><strong>Refund Process: </strong><br> Once the returned product is received, the refund will be processed within
|
||||
15 to 20 working days.
|
||||
How to Proceed</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<p class="satoshi_font">To request a refund, please contact our customer support team for further instructions.</p>
|
||||
<p class="satoshi_font">To request a refund or initiate a return, please contact our
|
||||
customer support team for further instructions.
|
||||
At Anwi Systems, we want you to be delighted with your purchase and are here to
|
||||
help ensure a smooth and hassle-free experience.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -104,8 +117,8 @@
|
||||
<script src="../dist/js/plugins/isotope.js"></script>
|
||||
<script src="../dist/js/plugins/jquery-ui.js"></script>
|
||||
<script src="../dist/js/plugins/magnific-popup.js"></script>
|
||||
<!-- Main JS -->
|
||||
<script src="../dist/js/main.js"></script>
|
||||
<!-- Main JS -->
|
||||
<script src="../dist/js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren