Preview: thanks-order.php
Size: 3.99 KB
//home/justbyquicklly-old/public_html/test/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("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>
<!-- START Everflow tracking script -->
<?php
if(!empty($_SESSION['ef_oid']) && !empty($_SESSION['ef_affid'])){
unset($_SESSION['ef_oid']);
unset($_SESSION['ef_affid']);
?>
<?php
}
?>
<!-- END Everflow tracking script -->
<!-- Start Impact affiliate Conversion Tracking tag-->
<?php if(isset($_COOKIE['impct_irclickid']) && !empty($_COOKIE['impct_irclickid'])) {
if(!empty($_SESSION['email']) || !empty($_SESSION['value_user_id'])) {
$impCustEmail = sha1($_SESSION['email']);
$impCustUId = $_SESSION['value_user_id'];
}else {
$impCustEmail = "";
$impCustUId ="";
}
?>
<?php
unset($_COOKIE['impct_irclickid']);
} ?>
<!-- Start Impact affiliate Conversion Tracking tag -->
<?php
unset($_SESSION['value_order_id']);
setcookie('tempOID', '', time() + (86400 * 30 * 12), "/"); // 86400 = 1 day
setcookie('delivery_notes', '', time() + (86400 * 30 * 12), "/"); // 86400 = 1 day
//print_r($_SESSION);
?>
</body>
</html>
Directory Contents
Dirs: 9 × Files: 57