Files
tomsjavajive/returns.php
T
myron 2a1ca85062 Add FAQ, shipping, returns, track order, and privacy policy pages
- faq.php: accordion FAQ with Orders, Coffee & Products, Coffee Freshness & Storage, and Account sections
- shipping.php: rates table (3-5 days after processing), processing time, delivery flow
- returns.php: three-tier policy (your/our/shared responsibility) adapted from DripShipper
- track-order.php: order lookup by order number + email, progress steps, tracking link
- privacy.php: full privacy policy adapted for Toms Java Jive
- footer.php: added Privacy Policy link to Support section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 12:52:25 +00:00

90 lines
6.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$pageTitle = "Returns & Refunds - Tom's Java Jive";
$metaDescription = "Tom's Java Jive return and refund policy. Simple, transparent, and always on your side.";
$breadcrumbs = [
['name' => 'Home', 'url' => 'https://tomsjavajive.com'],
['name' => 'Returns', 'url' => 'https://tomsjavajive.com/returns.php']
];
require_once __DIR__ . '/includes/header.php';
?>
<section class="section" style="padding-top: 2rem; padding-bottom: 4rem;">
<div class="container" style="max-width: 800px;">
<div style="text-align: center; margin-bottom: 3rem;">
<h1 style="font-size: 2.5rem; margin-bottom: 0.75rem;">Returns & Refunds</h1>
<p style="color: var(--text-muted); font-size: 1.1rem;">Simple, transparent, and always focused on making things right.</p>
</div>
<!-- Intro -->
<div class="card" style="margin-bottom: 2rem;">
<div class="card-body">
<p style="color: var(--text-muted); line-height: 1.8; margin: 0;">At Tom's Java Jive, we believe in keeping things simple and transparent — especially when it comes to our return policy. Here's how we handle issues, with a focus on making things right as quickly as possible.</p>
</div>
</div>
<!-- Your Responsibility -->
<div class="card" style="margin-bottom: 1.5rem;">
<div class="card-body">
<div style="display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;">
<div style="width: 42px; height: 42px; background: rgba(59,130,246,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0;">👤</div>
<h2 style="font-size: 1.2rem; margin: 0;">Your Responsibility</h2>
</div>
<p style="color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem;">If there's a mistake on your end — such as providing an incorrect shipping address or ordering the wrong item — you'll be responsible for the cost of correcting it.</p>
<div style="background: var(--bg-secondary); border-radius: 8px; padding: 1rem 1.25rem;">
<div style="font-weight: 600; margin-bottom: 0.4rem; font-size: 0.95rem;">What to do:</div>
<p style="color: var(--text-muted); margin: 0; line-height: 1.7; font-size: 0.95rem;">Simply <a href="/shop.php">place a new order</a> and <a href="/contact.php">let us know</a> about both the issue and your new order number. We'll prioritize the corrected order to get it on its way quickly.</p>
</div>
</div>
</div>
<!-- Our Responsibility -->
<div class="card" style="margin-bottom: 1.5rem;">
<div class="card-body">
<div style="display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;">
<div style="width: 42px; height: 42px; background: rgba(16,185,129,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0;">☕</div>
<h2 style="font-size: 1.2rem; margin: 0;">Our Responsibility</h2>
</div>
<p style="color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem;">We're all human, and occasionally mistakes happen on our end too. Our error rate is very low, but if we slip up — like sending the wrong grind, the wrong product, or using the wrong label — we fully take responsibility.</p>
<div style="background: rgba(16,185,129,0.08); border: 1px solid rgba(16,185,129,0.3); border-radius: 8px; padding: 1rem 1.25rem;">
<div style="font-weight: 600; margin-bottom: 0.4rem; font-size: 0.95rem; color: #10b981;">What we'll do:</div>
<p style="color: var(--text-muted); margin: 0; line-height: 1.7; font-size: 0.95rem;">Contact us, place a new order, and send us a note about the mistake along with your new order number. We'll cover all costs for the replacement coffee and its shipping, and we'll get the corrected order out as fast as we can.</p>
</div>
</div>
</div>
<!-- Shared Responsibility -->
<div class="card" style="margin-bottom: 2rem;">
<div class="card-body">
<div style="display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;">
<div style="width: 42px; height: 42px; background: rgba(245,158,11,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0;">🤝</div>
<h2 style="font-size: 1.2rem; margin: 0;">Shared Responsibility</h2>
</div>
<p style="color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem;">Sometimes issues arise that are beyond anyone's control — carrier mistakes, package theft, or items reported as undelivered. In these cases, you have flexibility in deciding the best course of action, whether that's filing a claim with the carrier or requesting a replacement.</p>
<div style="background: rgba(245,158,11,0.08); border: 1px solid rgba(245,158,11,0.3); border-radius: 8px; padding: 1rem 1.25rem;">
<div style="font-weight: 600; margin-bottom: 0.4rem; font-size: 0.95rem; color: #d97706;">How it works:</div>
<p style="color: var(--text-muted); margin: 0; line-height: 1.7; font-size: 0.95rem;">If you choose to replace the order, you'll cover the shipping cost and we'll cover the coffee cost up to <strong>$25.00</strong>. Place a new order, <a href="/contact.php">email us</a> with the details and your new order number, and we'll refund the coffee cost and expedite the replacement.</p>
</div>
</div>
</div>
<!-- How to Contact -->
<div class="card" style="margin-bottom: 2.5rem;">
<div class="card-body">
<h2 style="font-size: 1.2rem; margin-bottom: 1rem;">How to Reach Us</h2>
<ol style="padding-left: 1.25rem; color: var(--text-muted); line-height: 1.9; margin: 0;">
<li>Email <a href="mailto:hello@tomsjavajive.com">hello@tomsjavajive.com</a> with your <strong>order number</strong> and a description of the issue.</li>
<li>If your order arrived damaged, include a photo — it helps us resolve things faster.</li>
<li>We'll respond within <strong>1 business day</strong> with next steps.</li>
<li>Refunds are returned to your original payment method within <strong>35 business days</strong>.</li>
</ol>
</div>
</div>
<p style="text-align: center; color: var(--text-muted);">Have a question about your order? <a href="/contact.php">Contact us</a> and we'll take care of you.</p>
</div>
</section>
<?php require_once __DIR__ . '/includes/footer.php'; ?>