System: Windows NT WINDOWS18 10.0 build 17763 (Windows Server 2016) AMD64 | User: IWPD_3544(appclien)

Path: D:\Inetpub\vhosts\appclients.in\fruits-vegitables.nmvm.org

[Back to List]
<?php
include "includes/main-action.php";
$obj=new admin_main();
$sel_cs=$obj->select_all("menu","order by menu_id");
$sel_banner_top=$obj->select_all("adv_tbl1","order by adv_id desc limit 2");
$sel_banner_right=$obj->select_all("adv_tbl3","order by adv_id desc limit 3");
$sel_slider=$obj->select_all("adv_tbl2","order by adv_id desc");
$sel_subcat=$obj->select_all("subcategory","where home_view='yes'");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic page needs
    ============================================ -->
<title><?php include('title.php')?> | Shipping Policy</title>
<meta charset="utf-8">
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="">
<meta name="robots" content="index, follow" />
<!-- Mobile specific metas
    ============================================ -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Favicon
    ============================================ -->
<link rel="shortcut icon" type="image/png" href="<?php echo $url?>image/icon/favicon.png"/>
<!-- Libs CSS
    ============================================ -->
<link rel="stylesheet" href="<?php echo $url?>css/bootstrap/css/bootstrap.min.css">
<link href="<?php echo $url?>css/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="<?php echo $url?>js/datetimepicker/bootstrap-datetimepicker.min.css" rel="stylesheet">
<link href="<?php echo $url?>js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="<?php echo $url?>css/themecss/lib.css" rel="stylesheet">
<link href="<?php echo $url?>js/jquery-ui/jquery-ui.min.css" rel="stylesheet">
<link href="<?php echo $url?>js/minicolors/miniColors.css" rel="stylesheet">
<!-- Theme CSS
    ============================================ -->
<link href="<?php echo $url?>css/themecss/so_searchpro.css" rel="stylesheet">
<link href="<?php echo $url?>css/themecss/so_megamenu.css" rel="stylesheet">
<link href="<?php echo $url?>css/themecss/so-categories.css" rel="stylesheet">
<link href="<?php echo $url?>css/themecss/so-listing-tabs.css" rel="stylesheet">
<link href="<?php echo $url?>css/themecss/so-category-slider.css" rel="stylesheet">
<link href="<?php echo $url?>css/themecss/so-newletter-popup.css" rel="stylesheet">
<link href="<?php echo $url?>css/footer/footer2.css" rel="stylesheet">
<link href="<?php echo $url?>css/header/header2.css" rel="stylesheet">
<link id="color_scheme" href="<?php echo $url?>css/home2.css" rel="stylesheet">
<link href="<?php echo $url?>css/responsive.css" rel="stylesheet">
<!-- Google web fonts
    ============================================ -->
<link href='https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700' rel='stylesheet' type='text/css'>
<style type="text/css">
         body{font-family:'Poppins', sans-serif}
</style>
</head>
<body class="common-home res layout-2">
<div id="wrapper" class="wrapper-fluid banners-effect-7">
<!-- Header Container  -->
<?php include "includes/topbar.php";?>
<!-- //Header Top -->
<!-- Header center -->
<?php include "includes/searchbar.php";?>
<!-- //Header center -->
<!-- Header Bottom -->
<?php include "includes/navbar.php";?>
</header>
<!-- //Header Container  -->
<!-- Main Container  -->
<div class="main-container">
  <div id="content">
    <div class="container ">
      <div class="content-box">
        <h1 align="center">Shipping Policy</h1>
         <ul style="margin-left: 20px;  list-style: inherit;">
             <li style="list-style: disc;">Once the order placed by you on our website or mobile application (hereinafter jointly referred as “platform”) we will dispatch the placed order within 24 working hours from confirmation of your orders.</li>
             <li style="list-style: disc;">Once the order has been dispatched it will be delivered within 5 to 7 working days. The delivery is subject to delaying as per the unavoidable circumstances on that locations where the delivery to be performed.</li>
              <li style="list-style: disc; ">It is also noted that the delivery of your order may also be delayed, in case your location is not covered under the jurisdiction of our courier services.</li>
               <li style="list-style: disc; ">If the address provided by you at the time of placing the order is insufficient or incorrect then the order will be taken by you with making the proper co-ordination with the delivery personnel/ delivery partner, if they are calling on your provided contact number.</li>
                <li style="list-style: disc;">It is also noted that delivery attempt shall be for at least two times, if in case you are not available at your delivery location/ your address is improper/ your provided phone number is not working at the time of attempting delivery. Your order will be marked as RTO (Return to Origin).  and such order has been received by us then your refund will be initiated as per refund policy.</li>
                 <li style="list-style: disc; ">Once your placed order marked as RTO then it will never take re-delivery at your location, if you still want to purchase the article/goods then place the fresh order on the platform.</li>
             <li style="list-style: disc; margin-bottom:20px;">No early delivery is available in current scenario.</li>
         </ul>
         <h5 style="color:#1abc9c;">Shipping Charges:</h5>
         <p>If the order value >= INR. 1000 => Delivery Charges = INR 0</p>
         <p>If the delivery value between INR. 500-1000 => Delivery Charges = INR 60</p>
         <p>If the delivery value between INR 0-499 => Delivery Charges = INR 80</p>
           <h5 style="color:#1abc9c;">CASH ON DELIVERY (COD):</h5>
         <p>Cash on Delivery (COD) option is unavailable.</p>
         <p><b>Contact Information</b></p>
         <p>In the rare case that you are not satisfied with the quality of the product delivered to you or with the delivery experience, we welcome you to drop an email to ………. so as to allow us to look into the issue and address the same on a case-by-case basis.</p>
        
      </div>
      <!-- cate slider bottom -->
    </div>
  </div>
</div>
<!-- //Main Container -->
<!-- Footer Container -->
<?php include "includes/footer.php" ?>
<!-- Include Libs & Plugins
============================================ -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="<?php echo $url?>js/jquery-2.2.4.min.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/bootstrap.min.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/slick-slider/slick.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/themejs/libs.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/unveil/jquery.unveil.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/countdown/jquery.countdown.min.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/dcjqaccordion/jquery.dcjqaccordion.2.8.min.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/datetimepicker/moment.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/datetimepicker/bootstrap-datetimepicker.min.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/jquery-ui/jquery-ui.min.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/modernizr/modernizr-2.6.2.min.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/minicolors/jquery.miniColors.min.js"></script>
<!-- Theme files
============================================ -->
<script type="text/javascript" src="<?php echo $url?>js/themejs/application.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/themejs/homepage.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/themejs/toppanel.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/themejs/so_megamenu.js"></script>
<script type="text/javascript" src="<?php echo $url?>js/themejs/addtocart.js"></script>
</body>
</html>