Preview: thanks-order.php
Size: 3.13 KB
//home/justbyquicklly-old/public_html/thanks-order.php
<?php
include("include/config.php");
include("include/functions.php");
?>
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<title>Just by quicklly :: Thanks Order</title>
<link rel="stylesheet" type="text/css" href="css/stylesheet/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/stylesheet/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/stylesheet/style.css?ver=1.1">
<?php include("meta.php"); ?>
<?php include("css.php"); ?>
<style type="text/css">
footer{margin-top:15%;}
.rederFrbdImgClsWrppr {
position: relative;
}
.rederFrbdImgClsMail {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 15px;
}
ul.thanks-download-app-icon li {
display: inline-block;
}
ul.thanks-download-app-icon {
position: absolute;
bottom: 40px;
margin: 0 auto;
display: block;
width: 100%;
text-align: center;
}
</style>
<!-- icubeswire END-->
<!-- start whizads -->
</head>
<body>
<?php include("header.php"); ?>
<?php include("cart.php"); ?>
<?php include("css.php"); ?>
<div class="page-heading" id="searchhide">
<h3 style="color:#fff; font-weight:bold"></h3>
<div id="container">
<div id="page">
<div class="wrapper" >
<div class="container">
<br><br><br>
<div id="innerlist-products" align="left">
<h1>Thank you</h1>
Thank you for your order on justbyquicklly.com.<br/>
Your Order ID is : <strong><?php echo "QD" . $_GET['orderID']; ?></strong><br>
Your delivery date : <?php $date=getFieldWhere('delivery_date','tbl_order_itmes','order_id',$_GET['orderID']);
echo $deliverysend = date("d-M-Y (D)", strtotime($date));
?>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include("footer.php"); ?>
<!-- JavaScript -->
<script>
localStorage.clear();
</script>
<?php include("js.php"); ?>
<script type="text/javascript" src="<?php echo getFileVer('js/cart.js'); ?>" ></script>
<script defer="defer" type="text/javascript" src="js/js/bootstrap.min.js"></script>
<script defer="defer" type="text/javascript" src="js/custom.js"></script>
<script defer="defer" type="text/javascript" src="js/js/parallax.js"></script>
<script defer="defer" type="text/javascript" src="js/js/revslider.js"></script>
<script defer="defer" type="text/javascript" src="js/js/common.js"></script>
<script defer="defer" type="text/javascript" src="js/js/jquery.bxslider.min.js"></script>
<script defer="defer" type="text/javascript" src="js/js/owl.carousel.min.js"></script>
<script defer="defer" type="text/javascript" src="js/js/jquery.mobile-menu.min.js"></script>
</body>
</html>
Directory Contents
Dirs: 12 × Files: 59