[EDIT] FILE: delivery-shipping-policy.php
<?php include('function.php'); $url = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; head( 'SAU MASALE', 'SAU MASALE', 'SAU MASALE', $url ); $ob = new database(); ?> <div class="page-path"> <div class="container"> <div class="breadcrumbs-inner"> <h1 class="path-title">Delivery & Shipping Policy</h1> <ul> <li><a class="home-page-link" href="index.php">Home <i class="fal fa-angle-right"></i></a></li> <li><a class="current-page" href="#">Delivery & Shipping Policy</a></li> </ul> </div> </div> </div> <!--================= Header Section End Here =================--> <!--================= About Us Start Here =================--> <section class="about-us-area pt-120 pb-75 pt-md-60 pb-md-15 pt-xs-50 pb-xs-10"> <div class="container"> <div class="section-text xyz"> <div class="row"> <h4 class="mb-4 text-center">Delivery & Shipping Policy</h4> <p><strong>1. Delivery Timeline:</strong> All orders placed on Saumasale.in are usually processed and dispatched within 2–3 business days. Delivery timelines may vary depending on your location and courier service availability. Typically, you can expect your order to be delivered within 4–9 business days from the date of dispatch.</p> <p><strong>2. Shipping Charges:</strong> We offer <strong>free standard shipping</strong> on all prepaid orders across India. For Cash on Delivery (COD) orders, a small additional charge may apply, which will be clearly mentioned during checkout.</p> <p><strong>3. Order Tracking:</strong> After dispatch, you will receive an email and/or SMS with tracking details, allowing you to monitor your package in real time through the respective courier partner’s tracking page.</p> <p><strong>4. Delivery Partners:</strong> We work with reputed logistics providers such as Delhivery, Blue Dart, DTDC, India Post, and others to ensure timely and safe delivery of your orders.</p> <p><strong>5. Undelivered Orders:</strong> If your order cannot be delivered due to incorrect address details or unavailability at the delivery location, it will be returned to us. Our support team will contact you for confirmation before re-dispatching. Re-delivery charges may apply.</p> <p><strong>6. International Shipping:</strong> At present, we do not ship outside India. We are working towards enabling international deliveries in the near future. Stay tuned for updates.</p> <p><strong>7. Delays:</strong> While we strive to ensure timely delivery, unforeseen circumstances such as weather, regional disruptions, or courier delays may occasionally affect timelines. We appreciate your understanding and patience in such situations.</p> <p class="mt-4">For any shipping or delivery-related assistance, feel free to reach out to us at <a href="mailto:support@Saumasale.in">support@Saumasale.in</a>.</p> </div> </div> </div> </section> <?php foter(); ?>
SAVE
CANCEL