관리-도구
편집 파일: shipping-policy.php
<!DOCTYPE html> <html lang="en"> <head> <title>Shipping Policy</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--===============================================================================================--> <link rel="icon" type="image/png" href="images/icons/favicon.png" /> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css"> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css"> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="fonts/iconic/css/material-design-iconic-font.min.css"> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="fonts/linearicons-v1.0.0/icon-font.min.css"> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="vendor/animate/animate.css"> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="vendor/css-hamburgers/hamburgers.min.css"> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="vendor/animsition/css/animsition.min.css"> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="vendor/select2/select2.min.css"> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="vendor/perfect-scrollbar/perfect-scrollbar.css"> <!--===============================================================================================--> <link rel="stylesheet" type="text/css" href="css/util.css"> <link rel="stylesheet" type="text/css" href="css/main.css"> <!--===============================================================================================--> </head> <body class="animsition"> <!-- Header --> <?php include 'userheader.php' ?> <div class="container bg0 p-t-75 p-b-120"> <div class="container mt-3"> <div class="bor10 p-lr-70 p-t-55 p-lr-15-lg w-full"> <h3 class="mtext-111 cl2 p-b-16"> Shipping Policy </h3> <p class="stext-114 cl6 p-r-40 p-b-11"><strong>We ship worldwide!</strong></p><br> <p class="stext-114 cl6 p-r-40 p-b-41">We offer our customers a great shopping experience, for which we have a comprehensive shipping policy. </p> <p class="stext-114 cl6 p-r-40 p-b-41">We offer a wide range of shipping options to our customers. We use Fastway India and Ship Rocket for domestic shipments, and FedEx, DHL for international shipments. </p> <p class="stext-114 cl6 p-r-40 p-b-41"><strong>Domestic Shipping</strong><br> Orders within India will be shipped out via Ship Rocket. Orders are processed within 24 hours after receiving your payment and it takes about 14 days for your order to arrive at your doorstep, depending upon the distance. You can track your order using the tracking number we provide in the email you receive after placing an order with us. </p> <p class="stext-114 cl6 p-r-40 p-b-41"><strong>International shipping</strong><br> Orders outside India will be shipped out via DHL, which takes about 14 = 20 days to reach its destination country. The shipping charges vary depending on the weight of your order and the destination country (you can check out our shipping rates here).<br> Please make sure to provide a valid phone number at the time of check out as it is required to contact you in case there are any issues with your order delivery.<br> Any customs duties or import taxes that may be incurred at the time of delivery are payable by you(customer); we have no control over these charges and cannot predict what they might be. The delivery time depends on the product you have ordered and the location of your shipping address. You can check the estimated time of delivery on the product page.<br> Within India, the orders will be shipped within 7 business days after confirmation of payment. We use courier agencies like FedEx, DHL and other services providers to ensure that your shipment reaches you safely without any damage or loss in transit.<br> We will ship to the address you provide on your order, so please make sure it's correct. If you have a specific shipping address in mind, please note it in the notes section of your order. If you are ordering multiple products and want them to be shipped separately, please submit separate orders and make sure they each have their own unique shipping address.</p> </div> </div> </div> <!-- Footer --> <?php include 'userfooter.php' ?> </body> </html>