add return policy (wip)
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
<div class="itemsInline">
|
||||
<a class="button" href="/legal/privacy">Privacy Policy</a>
|
||||
<a class="button" href="/legal/tos">Terms of Service</a>
|
||||
<a class="button" href="/legal/returns">Return Policy</a>
|
||||
</div>
|
||||
|
||||
<p class="info">Looking to opt out of analytics? Scroll down to the bottom!</p>
|
||||
|
||||
56
src/legal/returns/index.html
Normal file
56
src/legal/returns/index.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Return Policy - janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
|
||||
<script defer src="/js/loader.js"></script>
|
||||
<style>
|
||||
.info {
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div class="content-wrapper">
|
||||
<div class="content">
|
||||
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
|
||||
<h1 class="title">Return Policy</h1>
|
||||
|
||||
<ol style="width: 100%">
|
||||
<b><li>
|
||||
Definitions
|
||||
<p class="info">
|
||||
<ul style="font-weight: normal;">
|
||||
<li><b>Return Window:</b> The window in which I can provide you with a refund</li>
|
||||
<li><b>Cancellation Window:</b> The window in which you can cancel a subscription before being charged again.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Return Window
|
||||
<p class="info">You can return a product within the period specified on a product's store page. This period is at least 7 days</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Cancellation Window
|
||||
<p class="info">You can cancel a subscription within your account up to 24 hours before the new billing cycle starts. After that, we cannot guarantee, that you won't be charged again. You are still eligible for a refund after the cancellation window expired.</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Refund amount
|
||||
<p class="info">Refunds result in cost and work for me. Therefore, a refund comes at a 10% or $0.50 USD fee, depending on what is higher. The remaining funds will be sent back to your payment method</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
Denial of refunds
|
||||
<p class="info">If it is discovered that you are trying to get repeated refunds, a refund may be denied. Such a denial will be communicated to you in written form with an explanation of the reason</p>
|
||||
</li></b>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -73,7 +73,7 @@
|
||||
<b><li>
|
||||
Returns
|
||||
<p class="info">
|
||||
Should you not be happy with my software, you can request a refund by contacting me through <a href="https://support.janishutz.com/index.php?a=add&catid=4" target="_blank">Support</a>. You will have to pay a 10% fee for the refund, as there are fees connected to a refund for me. A purchase is eligible for a refund for a 30-day period after purchase.
|
||||
Returns are handled according to my <a href="/legal/returns">Return Policy</a>
|
||||
</p>
|
||||
</li></b>
|
||||
<b><li>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<url>
|
||||
<loc>https://www.janishutz.com/legal</loc>
|
||||
<priority>0.75</priority>
|
||||
<lastmod>2024-04-08</lastmod>
|
||||
<lastmod>2024-04-15</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.janishutz.com/legal/privacy</loc>
|
||||
@@ -43,7 +43,12 @@
|
||||
<url>
|
||||
<loc>https://www.janishutz.com/legal/tos</loc>
|
||||
<priority>0.50</priority>
|
||||
<lastmod>2024-04-08</lastmod>
|
||||
<lastmod>2024-04-15</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.janishutz.com/legal/returns</loc>
|
||||
<priority>0.50</priority>
|
||||
<lastmod>2024-04-15</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.janishutz.com/about/aboutme</loc>
|
||||
|
||||
Reference in New Issue
Block a user