From 029bb0aa29bc970c11893cc42ec0bcd5d9b5799b Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Sat, 26 Oct 2024 16:13:35 +0530 Subject: [PATCH] Return and Shipping policy for razorpay --- src/app/(static)/return-policy/page.tsx | 46 +++++++++++++ src/app/(static)/shipping-policy/page.tsx | 82 +++++++++++++++++++++++ src/components/footer.tsx | 4 +- 3 files changed, 130 insertions(+), 2 deletions(-) create mode 100644 src/app/(static)/return-policy/page.tsx create mode 100644 src/app/(static)/shipping-policy/page.tsx diff --git a/src/app/(static)/return-policy/page.tsx b/src/app/(static)/return-policy/page.tsx new file mode 100644 index 0000000..72dd8f7 --- /dev/null +++ b/src/app/(static)/return-policy/page.tsx @@ -0,0 +1,46 @@ +export default function ReturnPage() { + return ( +
+

Returns and Refunds

+

+ Since our products are perishable, we’re unable to accept returns in the traditional sense. However, we stand + behind the quality of our chocolate, and if something goes wrong, we want to make it right. +

+

Damaged or Defective Products

+

+ If your chocolate arrives damaged or there’s an issue with quality, please reach out to us within{' '} + 7 days of receiving your order. We’ll be happy to send a replacement or issue a refund. +

+

How to Request a Refund or Replacement

+

+ Simply email us at support@mozimo.in with your order number and a photo + of the issue. We’ll get back to you within 48 hours to resolve the matter. +

+

Unhappy with Your Purchase?

+

+ We understand that everyone’s tastes are different. If you find that our chocolate isn’t quite to your liking, + please let us know. While we can’t offer refunds based solely on taste, we value your feedback and will work + with you to find a solution. +

+ +

Shipping Issues

+

+ If your order is delayed or lost in transit, please contact us at{' '} + support@mozimo.in, and we’ll investigate the issue with our shipping + partners to find the best solution. +

+ +

Our Commitment to Quality

+

+ Your satisfaction means everything to us. We take pride in our small-batch production process, ensuring that + every bar you receive is crafted with care. If there’s ever a concern, please reach out—we’re always here to + help. +

+ +

+ Thank you for supporting our craft and understanding our policies, which help us continue to create the best + bean-to-bar experience for you. +

+
+ ); +} diff --git a/src/app/(static)/shipping-policy/page.tsx b/src/app/(static)/shipping-policy/page.tsx new file mode 100644 index 0000000..bbef867 --- /dev/null +++ b/src/app/(static)/shipping-policy/page.tsx @@ -0,0 +1,82 @@ +export default function ShippingPage() { + return ( +
+

Shipping Policy

+ +

Order Processing

+

+ Please allow 1 week to process your order. Expect an email within 1 week to let you know your order is on the + way! +

+ +

Store Pickup

+

SCO 9, Sector 8, Inner Market, Chandigarh 160009

+

+ Orders can be picked up daily, from 10am to Midnight. An email will be sent when your order is ready for pickup. +

+ +

Local Delivery

+

+ During checkout, enter your address and choose the ship option. Click the "continue to shipping" + button. Local delivery is available for addresses within 5km of our shop. If the local delivery option does not + show up during checkout, your order is not eligible for local delivery. +

+

+ Orders placed before Noon during store hours will be delivered the same day. Orders placed outside of these + hours will be delivered the next day we are open. +

+

When your order is ready for delivery, you will receive an email with real-time tracking information.

+ +

Flat Rate Shipping

+

+ Orders are generally shipped within 1 week using a courier service. Shipping fee applies to orders shipping to + locations outside Chandigarh tricity. We do not ship outside of India at this time. +

+ +

Domestic Shipping Rates and Estimates

+

+ For calculated shipping rates: Shipping charges for your order will be calculated and displayed at checkout. +

+ {/*

For simple flat rate shipping: We offer $X flat rate shipping to [list countries].

*/} + {/*

You can also emphasize any free shipping thresholds you offer (e.g. free shipping for orders over $75).

*/} + + {/* + + + + + + + + + + + + + + + + + + + + + + + + +
Shipping OptionEstimated Delivery TimePrice
Option 1X to X business days$X
Option 2X to X business days$X
Option 3X to X business days$X
*/} + +

+ In the event that your order arrives damaged in any way, please email us as soon as possible at{' '} + support@mozimo.in with your order number and a photo of the item’s + condition. We address these on a case-by-case basis but will try our best to work towards a satisfactory + solution. +

+

+ If you have any further questions, please don't hesitate to contact us at{' '} + support@mozimo.in. +

+
+ ); +} diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 78a6808..2600bf3 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -38,7 +38,7 @@ export function Footer() {
  • - + Refund & Return Policy
  • @@ -48,7 +48,7 @@ export function Footer() {
  • - + Shipping Policy