File manager - Edit - /home/custbahd/public_html/webs/monitor/clients/marylhouse/index/privacy/index.php
Back
<?php session_start(); require_once("../db/dbcontroller.php"); $db_handle = new DBController(); if(!empty($_GET["action"])) { switch($_GET["action"]) { case "add": if(!empty($_POST["quantity"])) { $productByCode = $db_handle->runQuery("SELECT * FROM shop WHERE code='" . $_GET["code"] . "'"); $itemArray = array($productByCode[0]["code"]=>array('name'=>$productByCode[0]["name"], 'code'=>$productByCode[0]["code"], 'quantity'=>$_POST["quantity"], 'type'=>$productByCode[0]["type"], 'price'=>$productByCode[0]["price"], 'image'=>$productByCode[0]["image"])); $productByCode = $db_handle->runQuery("SELECT * FROM shop WHERE code='" . $_GET["code"] . "'"); $itemArray = array($productByCode[0]["code"]=>array('name'=>$productByCode[0]["name"], 'code'=>$productByCode[0]["code"], 'quantity'=>$_POST["quantity"], 'type'=>$productByCode[0]["type"], 'price'=>$productByCode[0]["price"], 'image'=>$productByCode[0]["image"])); if(!empty($_SESSION["cart_item"])) { if(in_array($productByCode[0]["code"],array_keys($_SESSION["cart_item"]))) { foreach($_SESSION["cart_item"] as $k => $v) { if($productByCode[0]["code"] == $k) { if(empty($_SESSION["cart_item"][$k]["quantity"])) { $_SESSION["cart_item"][$k]["quantity"] = 0; } $_SESSION["cart_item"][$k]["quantity"] += $_POST["quantity"]; } } } else { $_SESSION["cart_item"] = array_merge($_SESSION["cart_item"],$itemArray); } } else { $_SESSION["cart_item"] = $itemArray; } } break; case "remove": if(!empty($_SESSION["cart_item"])) { foreach($_SESSION["cart_item"] as $k => $v) { if($_GET["code"] == $k) unset($_SESSION["cart_item"][$k]); if(empty($_SESSION["cart_item"])) unset($_SESSION["cart_item"]); } } break; case "empty": unset($_SESSION["cart_item"]); break; } } ?> <!DOCTYPE html> <html lang="en"> <head> <title>Maryl House Privacy</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Favicon --> <link rel="icon" href="../logo/glass3.png"> <link href="https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,200;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet"> <link href="lib/flaticon/font/flaticon.css" rel="stylesheet"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="../css/animate.css"> <link rel="stylesheet" href="../css/owl.carousel.min.css"> <link rel="stylesheet" href="../css/owl.theme.default.min.css"> <link rel="stylesheet" href="../css/magnific-popup.css"> <link rel="stylesheet" href="../css/flaticon.css"> <link href="style.css" type="text/css" rel="stylesheet" /> <!--Icons--> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/animated-icons/icons/menu-arrow/menu-arrow.json"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <!--Animations--> <link rel="stylesheet" type="text/css" href="../css/Attention/blink.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/bounce.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/flicker.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/jello.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/pulsate.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/shake.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/vibrate.css"> <link rel="stylesheet" type="text/css" href="../css/Attention/wobble.css"> <link rel="stylesheet" type="text/css" href="../css/Background/background.css"> <link rel="stylesheet" type="text/css" href="../css/Bounce/bounce.css"> <link rel="stylesheet" type="text/css" href="../css/Text/blur-out.css"> <link rel="stylesheet" type="text/css" href="../css/Text/flicker-glow.css"> <link rel="stylesheet" type="text/css" href="../css/Text/focus-in.css"> <link rel="stylesheet" type="text/css" href="../css/Text/tracking-in.css"> <link rel="stylesheet" type="text/css" href="../css/Text/tracking-out.css"> <style type="text/css"> .wrap { position: relative; z-index: 0; width: 100%; background: dodgerblue; } .btn { cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: none !important; box-shadow: none !important; font-size: 15px; font-weight: 500; } .btn:hover, .btn:active, .btn:focus { outline: none; } .btn.btn-primary { background: dodgerblue !important; border: 1px solid dodgerblue !important; color: #fff !important; } .btn.btn-primary:hover { border: 1px solid dodgerblue; background: transparent; color: #b7472a; } .btn.btn-primary.btn-outline-primary { border: 1px solid #b7472a; background: transparent; color: #b7472a; } .btn.btn-primary.btn-outline-primary:hover { border: 1px solid transparent; background: dodgerblue; color: #fff; } .btn.btn-white { background: #fff !important; border: 1px solid #fff !important; color: #000000 !important; } .btn.btn-white:hover { border: 1px solid #b7472a; background: transparent; color: #b7472a; } .btn.btn-white.btn-outline-white { border: 1px solid white !important; background: transparent !important; color: #fff !important; } .btn.btn-white.btn-outline-white:hover { border: 1px solid dodgerblue !important; background: dodgerblue !important; color: #fff !important; } .ftco-intro { background: black; } .ftco-intro .intro { z-index: 0; position: relative; } /*Category/Sort image*/ .sort .img { width: 130px; height: 130px; border-radius: 50%; margin: 0 auto; margin-bottom: 20px; position: relative; z-index: 0; } .sort .img:after { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; content: ''; border: 1px solid dodgerblue; z-index: -1; border-radius: 50%; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -ms-transition: all 0.6s ease; transition: all 0.6s ease; } .sort .img:hover:after { top: 10px; left: 10px; right: 10px; bottom: 10px; border-color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.4); } /*******************************/ /******** Carousel CSS *********/ /*******************************/ .carousel { position: relative; width: 100%; min-height: 400px; max-height: 800px; margin: 0 auto; text-align: center; overflow: hidden; } .carousel .carousel-inner, .carousel .carousel-item { position: relative; width: 100%; height: 100%; } .carousel .carousel-item::after { position: absolute; content: ""; width: 100%; min-height: 400px; max-height: 800px; top: 0; left: 0; } .carousel .carousel-caption { position: absolute; top: 0; bottom: 0; left: 5%; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 90%; height: 100%; border-radius: 10px; border-color: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.4); z-index: 1; } .carousel-caption p { margin-top: 15%; font-size: 50px; color: white; font-weight: 700; font-style: italic; width: 100%; } .carousel .carousel-caption h1 { color: #ffffff; font-size: 60px; font-weight: 700; margin-bottom: 100px; } .carousel .carousel-caption .btn { padding: 15px 35px; font-size: 18px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: dodgerblue; background: transparent; border: 2px solid #ffffff; border-radius: 0; transition: .3s; } .carousel .carousel-caption .btn:hover { color: #030f27; background: #fdbe33; border-color: #fdbe33; } @media (max-width: 767.98px) { .carousel .carousel-caption h1 { font-size: 40px; font-weight: 700; } .carousel .carousel-caption p { font-size: 50px; } .carousel .carousel-caption .btn { padding: 12px 30px; font-size: 18px; font-weight: 500; letter-spacing: 0; } } @media (max-width: 575.98px) { .carousel .carousel-caption h1 { font-size: 30px; font-weight: 500; } .carousel .carousel-caption p { font-size: 50px; } .carousel .carousel-caption .btn { padding: 10px 25px; font-size: 16px; font-weight: 400; letter-spacing: 0; } } .carousel .animated { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } .carousel .carousel-item img { width: 90%; min-height: 400px; max-height: 800px; border-radius: 10px; } /*Carousel end*/ /*ftco*/ .ftco-section { padding: 6em 0; position: relative; } @media (max-width: 700px) { .ftco-section { padding: 6em 0; } } .ftco-no-pt { padding-top: 0; } .ftco-no-pb { padding-bottom: 0; } .cat { margin-left: 5%; } /*Image text two*/ .image-text-two { font-weight: bold; position: absolute; color: white; text-align: center; width: 100%; min-height: 100%; max-height: 100%; top: 0; left: 0; font-size: 92px; padding: 30px 0; border-color: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.4); } .image-text-two > h2 { margin-top: 5%; font-size: 60px; letter-spacing: 0; text-transform: uppercase; -webkit-text-fill-color: white; color: white; } .image-text-two h6 { margin-top: 20%; font-size: 80px; color: white; line-height: 1.1; font-weight: 700; font-style: italic; } .image-text-two h5 { color: #fff; font-size: 25px; margin-top: -10px; } .image-text-two a { background: dodgerblue; border-radius: 10px; color: white; } /*Dropdown item*/ .dropdown-item { display: block; margin-left: 20px; clear: both; font-weight: 400; color: white; white-space: nowrap; border: 0; } .dropdown-item i { margin-right: 20px; } .dropdown-item:first-child { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .dropdown-item:last-child { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .dropdown-item:hover, .dropdown-item:focus { color: dodgerblue; text-decoration: none; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff; } .dropdown-item.disabled, .dropdown-item:disabled { color: #6c757d; pointer-events: none; background-color: transparent; } .dropdown-item input[type=text] { float: left; margin-left:-10px; width: 70%; padding: 5px 15px; border: 1px solid dodgerblue; border-top-left-radius: 20px; border-bottom-left-radius: 20px; outline: none; } .dropdown-item input[type=submit] { float: left; padding: 5px 15px; border: 1px solid; border-top-right-radius: 20px; border-bottom-right-radius: 20px; } /*Product item*/ form input[type=submit] { background: dodgerblue; color: white; } /*Dropdown*/ .navbar1 { overflow: hidden; color: dodgerblue; background-color: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0.5rem 1rem; } .navbar1 a { float: left; font-size: 16px; color: dodgerblue; text-align: center; padding: 14px 16px; text-decoration: none; } .subnav1 { float: left; overflow: hidden; } .subnav1 .subnavbtn1 { font-size: 16px; border: none; outline: none; color: dodgerblue; padding: 8px 10px; background-color: inherit; font-family: inherit; margin: 0; } .navbar1 a:hover, .subnav1:hover .subnavbtn1 { color: black; } .subnav-content1 { display: none; position: absolute; left: 0; background-color: red; width: 100%; z-index: 1; } .subnav-content1 a { float: left; color: white; text-decoration: none; } .subnav-content1 a:hover { background-color: #eee; color: black; } .subnav1:hover .subnav-content1 { display: block; } /*Product*/ #pdt_img { height: 100%; } #pdt_img img{ width: 100%; height: 100%; border: 0px; border-radius: 8px; } #pdt_text { } .product { width: 100%; display: block; margin-bottom: 40px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .product img { display: block; border-radius: 4px; min-height: 350px; max-height: 550px; position: relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 0; } .product .img:after { z-index: -1; position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; background: #000000; opacity: 0; border-radius: 4px; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; -ms-transition: all 0.6s ease; transition: all 0.6s ease; } .product .img .desc { -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; } .product .img .desc .meta-prod a { margin: 0 2px; width: 60px; height: 60px; border: 1px solid rgba(255, 255, 255, 0.5); } .product .img .desc .meta-prod a span { color: #fff; } .product .text { padding: 20px; position: relative; } .product .text .sale, .product .text .seller, .product .text .new { position: absolute; top: -200%; left: 4px; font-size: 12px; padding: 0 10px; color: #fff; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.5); } .product .text .sale { background: dodgerblue; } .product .text .seller { color: black; background: skyblue; } .product .text .new { background: #01d28e; } .product .text h2 { font-size: 22px; text-transform: capitalize; font-weight: 300; } .product .text .category { font-style: italic; color: dodgerblue; } .product .text .price { font-style: italic; color: #000000; } .product .text .price.price-sale { color: #cccccc; text-decoration: line-through; } .product-select { font-size: 18px; } .bootstrap-select .bs-ok-default:after { color: dodgerblue; font-size: 12px; margin-top: 5px; } .prod-img-bg { background: #fff; -webkit-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09); -moz-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09); box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09); height: 100%; display: block; } .product-details h3 { font-size: 30px; font-weight: 400; } .product-details .price span { font-size: 30px; color: #000000; } .product-details button i { color: #000000; } .product-details .quantity-left-minus { background: transparent; padding: 0 15px; } .product-details .quantity-right-plus { background: transparent; padding: 0 15px; } .product-details button, .product-details .form-control { height: 40px !important; text-align: center; border: 1px solid rgba(0, 0, 0, 0.1) !important; color: dodgerblue; padding: 10px 20px; background: transparent !important; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; font-size: 14px; } .product-details button:hover, .product-details button:focus, .product-details .form-control:hover, .product-details .form-control:focus { text-decoration: none; outline: none; } .product-details .form-group { position: relative; } .product-details .form-group .form-control { padding-right: 40px; color: #000000; background: transparent !important; } .product-details .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #4d4d4d; } .product-details .form-group .form-control::-moz-placeholder { /* Firefox 19+ */ color: #4d4d4d; } .product-details .form-group .form-control:-ms-input-placeholder { /* IE 10+ */ color: #4d4d4d; } .product-details .form-group .form-control:-moz-placeholder { /* Firefox 18- */ color: #4d4d4d; } .product-details .form-group .icon { position: absolute; top: 50%; right: 20px; font-size: 14px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #000000; } .product-details .form-group .icon span { color: #000000; } @media (max-width: 767.98px) { .product-details .form-group .icon { right: 10px; } } .product-details .form-group .select-wrap { position: relative; } .product-details .form-group .select-wrap select { font-size: 13px; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-transform: uppercase; letter-spacing: 2px; } .quantity1 { padding: 5px 5px; border: 0px solid dodgerblue; border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .quantity { padding: 5px 5px; border: 1px solid dodgerblue; border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .seller1 { position: absolute; margin-top: -30px; } .text-center input[type=submit] { padding: 5px 15px; border: 0px solid; border-top-right-radius: 10px; border-bottom-right-radius: 10px; } /*Info slide*/ .welcome_area { } .single_slide { position: relative; padding: 30px; z-index: 1; } .info-text { font-weight: bold; position: absolute; color: white; text-align: center; width: 100%; height: 100%; bottom: 0; left: 0; font-size: 92px; text-transform: uppercase; background-color: rgba(23, 24, 24, 0.7); } .info-text > h2 { font-size: 60px; letter-spacing: 0; text-transform: uppercase; color: white; } .info-text h6 { margin-top: 20px; font-size: 14px; color: white; } .info-text h5 { color: white; font-size: 25px; margin-top: -10px; } .info-text a { color: white; } .head { text-align: center; color: purple; width: 100%; } .welcome_area .owl-carousel { position: relative; } .welcome_area .owl-carousel .owl-item { opacity: .4; } .welcome_area .owl-carousel .owl-item.active { opacity: 1; } .welcome_area .owl-carousel .owl-nav { position: absolute; top: 50%; width: 100%; } .welcome_area .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next { position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-top: -10px; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; opacity: 0; } .welcome_area .owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before { font-size: 30px; } .welcome_area .owl-carousel .owl-nav .owl-prev { left: 0; } .welcome_area .owl-carousel .owl-nav .owl-next { right: 0; } .welcome_area .owl-carousel .owl-dots { text-align: center; } .welcome_area .owl-carousel .owl-dots .owl-dot { width: 10px; height: 10px; margin: 5px; border-radius: 50%; background: none; position: relative; } .welcome_area .owl-carousel .owl-dots .owl-dot:after { position: absolute; top: -2px; left: -2px; right: 0; bottom: 0; width: 14px; height: 14px; content: ''; border: 0px solid dodgerblue; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .welcome_area .owl-carousel .owl-dots .owl-dot.active { background: skyblue; } .welcome_area .owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next { opacity: 1; } .welcome_area .owl-carousel:hover .owl-nav .owl-prev { left: -25px; } .welcome_area .owl-carousel:hover .owl-nav .owl-next { right: -25px; } /*Brands carousels*/ .brands .owl-carousel { position: relative; } .brands .owl-carousel .owl-item { opacity: .4; } .brands .owl-carousel .owl-item.active { opacity: 1; } .brands .owl-carousel .owl-nav { position: absolute; top: 50%; width: 100%; } .brands .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next { position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-top: -10px; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; opacity: 0; } .brands .owl-carousel .owl-nav .owl-prev span:before, .owl-carousel .owl-nav .owl-next span:before { font-size: 30px; } .brands .owl-carousel .owl-nav .owl-prev { left: 0; } .brands .owl-carousel .owl-nav .owl-next { right: 0; } .brands .owl-carousel .owl-dots { text-align: center; } .brands .owl-carousel .owl-dots .owl-dot { width: 10px; height: 10px; margin: 5px; border-radius: 50%; background: none; position: relative; } .brands .owl-carousel .owl-dots .owl-dot:after { position: absolute; top: -2px; left: -2px; right: 0; bottom: 0; width: 14px; height: 14px; content: ''; border: 0px solid dodgerblue; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .brands .owl-carousel .owl-dots .owl-dot.active { background: skyblue; } .brands .owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next { opacity: 1; } .brands .owl-carousel:hover .owl-nav .owl-prev { left: -25px; } .brands .owl-carousel:hover .owl-nav .owl-next { right: -25px; } </style> <link rel="stylesheet" href="../css/style.css"> </head> <body> <div class="wrap"> <div class="container"> <div class="row"> <div class="col-md-6 d-flex justify-content-md-end"> <div class="social-media mr-4"> <p class="mb-0 d-flex"> <a href="https://facebook.com" class="d-flex align-items-center justify-content-center"><span class="fa fa-facebook"><i class="sr-only">Facebook</i></span></a> <a href="https://instagram.com" class="d-flex align-items-center justify-content-center"><span class="fa fa-instagram"><i class="sr-only">Twitter</i></span></a> <a href="https://twitter.com" class="d-flex align-items-center justify-content-center"><span class="fa fa-twitter"><i class="sr-only">Instagram</i></span></a> <a href="https://whatsapp.com" class="d-flex align-items-center justify-content-center"><span class="fa fa-whatsapp"><i class="sr-only">WhatsApp</i></span></a> </p> </div> <div class="reg"> <p class="mb-0"><a href="../accounts/register" class="mr-2">Sign Up</a> <a href="../accounts/login">Log In</a></p> </div> </div> </div> </div> </div> <nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar"> <div class="container"> <a class="navbar-brand" href="../index.php">Maryl <span>House</span> </a> <div class="order-lg-last btn-group"> <a href="#" class="dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-search"> </i> </a> <div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-item d-flex align-items-start" href="#"> <form action="../search/index.php" method="post"> <input type="text" name="valueToSearch" placeholder="Wines, Liquors, Beers.."> <input type="submit" name="search" value="Search"> </form> </div> </div> </div> <!--Shopping cart--> <!--Cart icon start--> <?php if(isset($_SESSION["cart_item"])){ $total_quantity = 0; $total_price = 0; ?> <?php foreach ($_SESSION["cart_item"] as $item){ $item_price = $item["quantity"]*$item["price"]; ?> <?php $total_quantity += $item["quantity"]; $total_price += ($item["price"]*$item["quantity"]); } ?> <!--Cart icon with quantity start--> <div class="order-lg-last btn-group"> <a href="#" class="btn-cart dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="flaticon-shopping-bag"></span> <div class="d-flex justify-content-center align-items-center"><small><?php echo $total_quantity; ?></small></div> </a> <div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-item"> <a href="../cart">Proceed <span class="ion-ios-arrow-round-forward"></span></a> <a href="index.php?action=empty" style="float:right;color:#d00000">Empty Cart</a> </div> <div class="dropdown-item" href="#"> <?php if(isset($_SESSION["cart_item"])){ $total_quantity = 0; $total_price = 0; ?> <?php foreach ($_SESSION["cart_item"] as $item){ $item_price = $item["quantity"]*$item["price"]; ?> <div style="margin-left:-30px"><?php echo "<img src='../admin/shop/images/".$item['image']."' width='30%'>"; ?></div> <div class="" style="float: right;margin-top:-80px;"> <b text-align="center"><?php echo $item["name"]; ?></b> <p class="mb-0"><span class="quantity1 ml-3">Quantity: <?php echo $item["quantity"]; ?> <span style="color:#d00000">*</span> <?php echo "UGX ".number_format ($item["price"]); ?></span> <br> <a href="#" class="price"> <span style="color:#d00000">TOTAL:</span> <strong><?php echo "UGX ".number_format($item_price); ?></strong></a> <a href="index.php?action=remove&code=<?php echo $item["code"]; ?>" class="btnRemoveAction"><img src="../icon-delete.png" alt="Remove Item" /></a></p> </div> <hr> <?php $total_quantity += $item["quantity"]; $total_price += ($item["price"]*$item["quantity"]); } ?> </div> </div> <?php } else { ?> <div class="no-records">Your Cart is Empty <a href="#nav"> Start Shopping</a></div> <?php } ?> </div> <!--Cart icon with quantity end--> <?php } else { ?> <!--Cart icon without quantity--> <div class="order-lg-last btn-group"> <a href="#" class="btn-cart dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="flaticon-shopping-bag"></span> </a> <div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-item d-flex align-items-start" href="#"> <i>Your Cart is Empty</i> <a href="#nav">Start Shopping</a> </div> </div> </div> <!--Cart icon without quantity end--> <?php } ?> <!--Shopping Cart icon end--> <!--Responsive menu--> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation"> <span class="oi oi-menu"></span> Menu </button> <div class="collapse navbar-collapse" id="ftco-nav"> <ul class="navbar-nav ml-auto"> <li class="nav-item active"><a href="../index.php" class="nav-link">Home</a></li> <li class="nav-item"><a href="../shop" class="nav-link">Shop</a></li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="dropdown04" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Categories</a> <div class="dropdown-menu" aria-labelledby="dropdown04" style=" background: rgba(0, 0, 0, 0.4);"> <a class="dropdown-item" href="../category/wine/">Wine</a> <a class="dropdown-item" href="../category/gin/">Gin</a> <a class="dropdown-item" href="../category/vodka/">Vodka</a> <a class="dropdown-item" href="../category/liquer/">Liquer</a> <a class="dropdown-item" href="../category/tequila/">Tequila</a> <a class="dropdown-item" href="../category/rum/">Rum</a> <a class="dropdown-item" href="../category/whiskey/">Whiskey</a> </div> </li> <li class="nav-item"><a href="../about" class="nav-link">About</a></li> <li class="nav-item"><a href="../contact" class="nav-link">Contact</a></li> </ul> </div> </div> </nav> <!-- END nav --> <section class="hero-wrap hero-wrap-2" style="background-image: url('../images/bg_2.jpg');" data-stellar-background-ratio="0.5"> <div class="overlay"></div> <div class="container"> <div class="row no-gutters slider-text align-items-end justify-content-center"> <div class="col-md-9 ftco-animate mb-5 text-center"> <p class="breadcrumbs mb-0"><span class="mr-2"><a href="index.php">Home <i class="fa fa-chevron-right"></i></a></span> <span class="mr-2"><a href="blog.html">Terms <i class="fa fa-chevron-right"></i></a></span> <span>Privacy <i class="fa fa-chevron-right"></i></span></p> <h2 class="mb-0 bread">Privacy & Cookies</h2> </div> </div> </div> </section> <section class="ftco-section ftco-degree-bg"> <div class="container"> <div class="row"> <div class="col-lg-8 ftco-animate"> <h2 class="mb-3">1. Introduction</h2> <p> This policy explains how we, Maryl House Limited (hereinafter referred to as “Maryl House” ), use the personal information which you provide to us when using our service, including but not limited to our website. Please read this Privacy Policy and understand it before using our services. By visiting and/or ordering services on this Website, you agree and, where required </p> <h2 class="mb-3 mt-5">2. What information do we collect about you?</h2> <p> We collect personal information from you when you order goods or services from us using our Website. We also collect information when you complete any customer survey. Website usage information may also be collected using cookies (as defined below). </p> <p> Maryl House will collect information that personally identifies you and/or your location, where required (this may include your name, email address, home address, telephone number, geo location, etc.), but only when you voluntarily give it to us. </p> <p> We collect this information exclusively to carry out the functions offered on the Website and to provide you with offers and information about Maryl House and other services we think you may be interested in. </p> <p> We might collect this personal information through: online food ordering; entry into competitions; subscribing to our newsletter; creating a user account; sending 'contact us' messages or other correspondence through the Website; or through advertising, research and direct marketing. We do not collect sensitive information about you. </p> <h2 class="mb-3 mt-5">3. Cookies</h2> <p>Some of the information collected will not personally identify you but will instead track your use of the Website so that we can better understand how the Website is used by customers and in turn enhance and improve your experience in ordering our Goods and Services.</p> <p>We may obtain this information by use of cookies. Cookies are a small data file transferred to your device that recognizes and identifies your device and allows your device to 'remember' information from the Website for future use.</p> <p>Cookies do not contain any information that personally identifies you and we do not use cookies in order to obtain such information - your personal information can only be obtained by Maryl House if you actively provide it to us.</p> <p>We may collect technical information from your mobile device or your use of our services through a device, for example, location data and certain characteristics of, and performance data about your device, carrier/operating system including device and connection type, IP address, mobile payment methods, interaction with other retail technology such as use of NFC Tags, QR Codes or use of vouchers. Your device and/or the web browser should allow you to refuse cookies if you wish by changing the settings.</p> <h2 class="mb-3 mt-5">4. Storage and security of your personal information</h2> <p> Maryl House will use all reasonable endeavours to maintain the security of your personal information and to protect your personal information from misuse, interference and loss and against unauthorized access, modification or disclosure. Maryl House will destroy any personal information it holds about you which it no longer requires under the terms of this Privacy Policy. </p> <p> Where you have chosen a password to access certain services of the Website, you are responsible for keeping your password confidential. We recommend not sharing your password with anyone. Due to the nature of the internet, Maryl House does not provide any guarantee or warranty regarding the security of your personal information during transmission to us or storage by us and you acknowledge that you disclose your personal information to us at your own risk. </p> <p> Please contact us immediately if you become aware or have reason to believe there has been any unauthorized use of your personal information in connection with the Website. </p> <h2 class="mb-3 mt-5">5. How will we use the information we collect from you?</h2> <p> You consent to Maryl House collecting and using your personal information for processing and delivering the order/s placed on the Website and any other service provided through the Website. </p> <p> In particular you expressly consent that Maryl House may disclose your personal information, including your name, email address, physical address and telephone number to riders delivering your order, either employed by Maryl House or by third parties providing delivery services to Maryl House. </p> <p> You consent to Maryl House using your personal information for advertising and direct marketing purposes in order to inform you about the Website and the goods and services it provides, or other matters that it believes will be of interest to you. </p> <p> Maryl House may disclose your personal information, and you consent to the disclosure of your personal information, to: </p> <p> Other entities within the Maryl House Corporation and third parties engaged by Maryl House to perform functions or provide products and services on our behalf such as processing payments, mail outs, debt collection, research, statistical information, marketing and direct or indirect advertising. </p> <p> If you would like to unsubscribe from receiving direct marketing communications from Maryl House or do not want us to share your personal information with other parties, please e-mail us at <a href="mailto:info@marylhouse.com">info@marylhouse.com</a> follow the steps to unsubscribe which are presented in every communication you receive from us, requesting your personal information be removed from our mailing list. </p> <p> We will use reasonable endeavours to comply with your request within a reasonable period of receipt of your request. Please note that the withdrawal of any authorisations for processing of your personal information by third parties may result in us not being able to provide you with any services. </p> <p> Maryl House reserves the right to disclose your personal information if it is required or authorised to do so by law, or, if it is reasonably necessary in its opinion to protect the rights or property of Maryl House or any third party, or to avoid injury to any person. </p> <p> If the Maryl House business is sold or merges with another entity then some or all of your personal information may be passed to a third party. </p> <h2 class="mb-3 mt-5">6. Access to your information</h2> <p> Maryl House will use all reasonable endeavours to keep personal information it holds accurate, complete, up-to-date, relevant and not misleading. </p> <p> Please contact us if you would like to access the personal information that Maryl House holds about you. We will use reasonable endeavours to provide a complete list of your personal information within a reasonable period of receipt of your request. Please email us if you would like to receive a copy of this information at <a href="mailto:info@marylhouse.com">info@marylhouse.com</a> . </p> <p> Maryl House reserves the right to charge a nominal fee for the processing of this request in accordance with local legislation. </p> <p> You may contact us to correct any of your personal information that is inaccurate, incomplete or out-of-date, or to request that your personal information be deleted. We will use reasonable endeavours to correct or delete your personal information as requested within a reasonable period of receipt of your request. </p> <p> Deletion of your account with Maryl House will not automatically delete the personal information held about you. </p> <p> If you would like Maryl House to delete all personal information together with the deletion of your account, please contact us at the email mentioned-above and follow the steps that will be given to you. Please note that the deletion of your personal information from our database will result in us not being able to provide you with any services. </p> <p> If applicable, any legal requirement on us to maintain certain records of your personal information shall prevail over any of your requests. We may require you to prove your identity before providing you with copies of your personal information. </p> <h2 class="mb-3 mt-5">7. Changes to our Privacy Policy</h2> <p> Maryl House reserves the right to alter all or any part of this Privacy Policy. Any changes thereto will be notified via the Website and, where appropriate, through telephone and e-mail notification. </p> <h2 class="mb-3 mt-5">8. Other sites and platforms</h2> <p> This privacy policy only applies to this Website. You should therefore read the privacy policies of our other websites and or platforms when you are using those sites. </p> <h2 class="mb-3 mt-5">9. Contact</h2> <p> All comments, queries and requests relating to our use of your information are welcomed and should be addressed to: <a href="mailto:info@marylhouse.com">info@marylhouse.com</a>. </p> </div> </div> </div> </section> <!-- .section --> <footer class="ftco-footer"> <div class="container"> <div class="row mb-5"> <div class="col-sm-12 col-md"> <div class="ftco-footer-widget mb-4"> <h2 class="ftco-heading-2 logo"><a href="#">Maryl Wine & Liqour House</a></h2> <ul class="ftco-footer-social list-unstyled mt-2"> <li class="ftco-animate"><a href="https://facebook.com"><span class="fa fa-facebook" style="color: dodgerblue;font-size: 20px;"></span></a></li> <li class="ftco-animate"><a href="https://instagram.com"><span class="fa fa-instagram" style="color: dodgerblue;font-size: 20px;"></span></a></li> <li class="ftco-animate"><a href="https://twitter.com"><span class="fa fa-twitter" style="color: dodgerblue;font-size: 20px;"></span></a></li> <li class="ftco-animate"><a href="https://whatsapp.com"><span class="fa fa-whatsapp" style="color: dodgerblue;font-size: 20px;"></span></a></li> </ul> </div> </div> <div class="col-sm-12 col-md"> <div class="ftco-footer-widget mb-4 ml-md-4"> <h2 class="ftco-heading-2">Information</h2> <ul class="list-unstyled"> <li><a href="../about"><span class="fa fa-chevron-right mr-2"></span>About us</a></li> <li><a href="../terms"><span class="fa fa-chevron-right mr-2"></span>Terms of use</a></li> <li><a href="../privacy"><span class="fa fa-chevron-right mr-2"></span>Privacy</a></li> </ul> </div> </div> <div class="col-sm-12 col-md" style="float: left;"> <div class="ftco-footer-widget mb-4"> <h2 class="ftco-heading-2">Contact Information</h2> <div class="block-23 mb-3"> <ul> <li><span class="icon fa fa-map marker"></span><span class="text">Kampala, Uganda</span></li> <li><a href="tel:256392392210"><span class="icon fa fa-phone"></span><span class="text">+256 392 3929 210</span></a></li> <li><a href="mailto:info@marylhouse.com"><span class="icon fa fa-paper-plane pr-4"></span><span class="text">info@marylhouse.com</span></a></li> </ul> </div> </div> </div> </div> </div> <div class="container-fluid px-0 py-5 bg-black"> <div class="container"> <div class="row"> <div class="col-md-12"> <p class="mb-0" style="color: rgba(255,255,255,.5);"> Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | <a href="#" target="_blank">Maryl Wine & Liqour House</a> </p> <br> <p class="mb-0" style="color: rgba(255,255,255,.5);"> Powered by | <a href="https://customassistinc.com" target="_blank">Custom Assist Inc.</a> </p> </div> </div> </div> </div> </footer> <!-- loader --> <div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div> <script src="../js/jquery.min.js"></script> <script src="../js/jquery-migrate-3.0.1.min.js"></script> <script src="../js/popper.min.js"></script> <script src="../js/bootstrap.min.js"></script> <script src="../js/jquery.easing.1.3.js"></script> <script src="../js/jquery.waypoints.min.js"></script> <script src="../js/jquery.stellar.min.js"></script> <script src="../js/owl.carousel.min.js"></script> <script src="../js/jquery.magnific-popup.min.js"></script> <script src="../js/jquery.animateNumber.min.js"></script> <script src="../js/scrollax.min.js"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script> <script src="../js/google-map.js"></script> <script src="../js/main.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 5.09 |
proxy
|
phpinfo
|
Settings