Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/furniturevila/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); include ("Admin/Includes/db.php"); @$uid = $_SESSION['userid'] ; @$seval = $_POST['name']; $sqlse = "select * from tbl_product where `name` LIKE '%$seval%'"; $sql_resse = mysqli_query($con, $sqlse) or die(mysqli_error($con)); $numrowp = mysqli_num_rows($sql_resse); ?> <!DOCTYPE html> <html lang="en"> <?php include 'include/head.php'; ?> <body> <div class="page-loader"> <div class="spinner-border" role="status"> <span class="sr-only">Loading...</span> </div> </div> <div class="wrapper"> <!-- ======================== Navigation ======================== --> <?php include 'include/header.php'; ?> <!-- ======================== Contact ======================== --> <section class="products pt-0"> <!--Header--> <header> <div class="container"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active" aria-current="page">Product</li> </ol> <!--<h2 class="title">Product grid category</h2>--> <!--<div class="text">--> <!-- <p>Suspendisse scelerisque odio eu felis eleifend</p>--> <!--</div>--> </div> </header> <!-- ======================== Icons ======================== --> <section class="owl-icons-wrapper d-none"> <header class="d-none"> <h2>Product icons</h2> </header> <div class="container"> <div class="owl-icons owl-carousel owl-theme"> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-sofa.svg" alt="Alternate Text" /> </div> <figcaption>Sofa</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-armchair.svg" alt="Alternate Text" /> </div> <figcaption>Armchairs</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-chair.svg" alt="Alternate Text" /> </div> <figcaption>Chairs</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-dining.svg" alt="Alternate Text" /> </div> <figcaption>Dining tables</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-mediacabinet.svg" alt="Alternate Text" /> </div> <figcaption>Media storage</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-table.svg" alt="Alternate Text" /> </div> <figcaption>Tables</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-bookcase.svg" alt="Alternate Text" /> </div> <figcaption>Bookcase</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-bedroom.svg" alt="Alternate Text" /> </div> <figcaption>Bedroom</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-nightstand.svg" alt="Alternate Text" /> </div> <figcaption>Nightstand</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-kidsroom.svg" alt="Alternate Text" /> </div> <figcaption>Children room</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-kitchen.svg" alt="Alternate Text" /> </div> <figcaption>Kitchen</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-bathroom.svg" alt="Alternate Text" /> </div> <figcaption>Bathroom</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-wardrobe.svg" alt="Alternate Text" /> </div> <figcaption>Wardrobe</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-shocabinet.svg" alt="Alternate Text" /> </div> <figcaption>Shoe cabinet</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-office.svg" alt="Alternate Text" /> </div> <figcaption>Office</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-barset.svg" alt="Alternate Text" /> </div> <figcaption>Bar sets</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-light.svg" alt="Alternate Text" /> </div> <figcaption>Lightning</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-carpet.svg" alt="Alternate Text" /> </div> <figcaption>Carpet</figcaption> </figure> </a> <a href="#"> <figure> <div class="image"> <img src="assets/icons/icon-accessories.svg" alt="Alternate Text" /> </div> <figcaption>Accessories</figcaption> </figure> </a> </div> <!--/owl-icons--> </div> </section> <!--Content--> <div class="container"> <div class="row"> <!--Left content--> <div class="col-12"> <!--Product filters--> <div class="filters filters-fixed"> <div class="filter-scroll"> <div class="filter-header"> <span class="h4">Filter products</span> <br />Select your options </div> <hr /> <!--Colors--> <div class="filter-box active"> <div class="title"> Colors </div> <div class="filter-content"> <div class="product-colors clearfix"> <span class="color-btn color-btn-yellow"></span> <span class="color-btn color-btn-pink"></span> <span class="color-btn color-btn-orange"></span> <span class="color-btn color-btn-red"></span> <span class="color-btn color-btn-blue checked"></span> <span class="color-btn color-btn-green"></span> <span class="color-btn color-btn-gray"></span> <span class="color-btn color-btn-biege"></span> <span class="color-btn color-btn-black"></span> <span class="color-btn color-btn-white"></span> </div> </div> </div> <!--Price--> <div class="filter-box active"> <div class="title">Price</div> <div class="filter-content"> <div class="price-filter"> <input type="text" id="range-price-slider" value="" name="range" /> </div> </div> </div> <!--Type--> <div class="filter-box active"> <div class="title"> Type </div> <div class="filter-content"> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeIdAll" checked="checked"> <label for="typeIdAll">All <i>(1200)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId1"> <label for="typeId1">Sofa <i>(20)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId2"> <label for="typeId2">Armchairs <i>(12)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId3"> <label for="typeId3">Chairs <i>(80)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId4"> <label for="typeId4">Dining tables <i>(140)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId5"> <label for="typeId5">Media storage <i>(20)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId6"> <label for="typeId6">Tables <i>(10)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId7"> <label for="typeId7">Bookcase <i>(450)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId8"> <label for="typeId8">Nightstands <i>(750)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId9"> <label for="typeId9">Children room <i>(960)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId10"> <label for="typeId10">Kitchen <i>(44)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId11"> <label for="typeId11">Bathroom <i>(5)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId12"> <label for="typeId12">Wardrobe <i>(80)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId13"> <label for="typeId13">Shoe cabinet <i>(23)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId14"> <label for="typeId14">Office <i>(24)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId15"> <label for="typeId15">Bar sets <i>(92)</i></label> </span> <span class="checkbox"> <input type="radio" name="radiogroup-type" id="typeId16"> <label for="typeId16">Lightning <i>(1120)</i></label> </span> </div> </div> <!--Material--> <div class="filter-box active"> <div class="title"> Material </div> <div class="filter-content"> <span class="checkbox"> <input type="checkbox" id="matId1"> <label for="matId1">Blend <i>(1200)</i></label> </span> <span class="checkbox"> <input type="checkbox" id="matId2"> <label for="matId2">Leather <i>(12)</i></label> </span> <span class="checkbox"> <input type="checkbox" id="matId3"> <label for="matId3">Wood <i>(80)</i></label> </span> <span class="checkbox"> <input type="checkbox" id="matId4"> <label for="matId4">Shell <i>(80)</i></label> </span> <span class="checkbox"> <input type="checkbox" id="matId5"> <label for="matId5">Metal <i>(80)</i></label> </span> </div> </div> <!--Discount--> <div class="filter-box"> <div class="title"> Discount </div> <div class="filter-content"> <span class="checkbox"> <input type="radio" id="discountId1" name="discountPrice" checked="checked"> <label for="discountId1">Discount price</label> </span> <span class="checkbox"> <input type="radio" id="discountId2" name="discountPrice"> <label for="discountId2">Regular price</label> </span> </div> </div> <!--Availability--> <div class="filter-box"> <div class="title"> Availability </div> <div class="filter-content"> <span class="checkbox"> <input type="checkbox" id="availableId1" checked="checked"> <label for="availableId1">In stock <i>(152)</i></label> </span> <span class="checkbox"> <input type="checkbox" id="availableId2"> <label for="availableId2">1 Week <i>(100)</i></label> </span> <span class="checkbox"> <input type="checkbox" id="availableId3"> <label for="availableId3">2 Weeks <i>(80)</i></label> </span> </div> </div> </div> <!-- Close filters on mobile / update filters--> <div class="toggle-filters-close btn btn-circle"> <i class="icon icon-cross"></i> </div> </div> <!--/filters--> </div> <!--Right content--> <div class="col-12"> <!--Sort bar--> <?php if($numrowp == 0) { // echo 'in'; ?> <div style="text-align: center;"> <span>There is no product that matches the search criteria. . </span><br><br> <br> <div class="wc-proceed-to-checkout"> <a href="index.php">Shop Now</a> </div> </div> <!-- Product Thumbnail Description End --> <!-- New Arrival Products Start Here --> <?php } else { ?> <!--Products collection--> <div class="row"> <!--Product item--> <?php while ($sp_row = mysqli_fetch_assoc($sql_resse)){ $img = $sp_row['img']; $im = explode(',', $img); ?> <div class="col-6 col-lg-4"> <article> <!--<div class="info">--> <!-- <span class="add-favorite">--> <!-- <a href="javascript:void(0);" data-title="Add to favorites" data-title-added="Added to favorites list">--> <!-- <i class="icon icon-heart"></i>--> <!-- </a>--> <!-- </span>--> <!-- <span>--> <!-- <a href="#productid1" class="mfp-open" data-title="Quick wiew">--> <!-- <i class="icon icon-eye"></i>--> <!-- </a>--> <!-- </span>--> <!--</div>--> <div class="btn btn-add"> <a class="addtocart" id="<?php echo $sp_row['id']; ?>"> <i class="icon icon-cart"></i> </a> </div> <div class="figure-grid"> <span class="badge badge-warning">-20%</span> <div class="image"> <a href="product_details.php?id=<?php echo $sp_row['id']; ?>"> <?php foreach ($im as $value) { ?> <a href="product_details.php?id=<?php echo $sp_row['id']; ?>"> <img src="Admin/current_causes/<?php echo $value; ?>" alt="product-img" style="height:262px;"> </a> <?php break; } ?> </a> </div> <div class="text"> <h2 class="title h4"> <a href="product_details.php??id=<?php echo $sp_row['id']; ?>"><?php echo $sp_row['name']; ?></a> </h2> <sub><i class="fa fa-rupee"></i> <?php echo $sp_row['mrp']; ?>,-</sub> <sup><i class="fa fa-rupee"></i> <?php echo $sp_row['price']; ?></sup> <input type="hidden" name="proid" id="proid<?php echo $sp_row['id']; ?>" value="<?php echo $sp_row['id']; ?>"> <input type="hidden" name="pprice" id="pprice<?php echo $sp_row['id']; ?>" value="<?php echo $sp_row['price']; ?>"> <input type="hidden" class="quantity<?php echo $sp_row['id']; ?>" type="number" min="1" value="1"> <span class="description clearfix"> Gubergren amet dolor ea diam takimata consetetur facilisis blandit et aliquyam lorem ea duo labore diam sit et consetetur nulla </span> </div> </div> </article> </div> <?php } ?> </div> <!--Pagination--> <?php } ?> </div> <!--/product items--> </div><!--/row--> </div> </section> <section class="banner"> <div class="container-fluid"> <div class="banner-image" style="background-image:url(assets/images/gallery-1.jpg)"> <!--Header--> <header> <div class="container"> <h2 class="h2 title">Stay in touch!</h2> <div class="text"> <p>Be first to know about all new interior features!</p> </div> </div> </header> <!--Content--> <div class="container"> <div class="row align-items-center"> <div class="col-md-4"> <input type="email" class="form-control" name="name" value="" placeholder="Enter your e-mail"> </div> <div class="col-md-4"> <a href="#" class="btn btn-clean">Subscribe now</a> </div> </div> </div> </div> </div> <!--/container-fluid--> </section> <!-- ================== Footer ================== --> <?php include 'include/footer.php'; ?> </div> <!--/wrapper--> <!--Scripts --> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.js"></script> <script src="js/ion.rangeSlider.js"></script> <script src="js/magnific-popup.js"></script> <script src="js/owl.carousel.js"></script> <script src="js/tilt.jquery.js"></script> <script src="js/jquery.easypiechart.js"></script> <script src="js/bigtext.js"></script> <script src="js/main.js"></script> <script> function initMap() { var contentString = '<div class="map-info-window">' + '<p><img src="assets/images/divano-logo.png" alt="" width="150"></p>' + '<p><strong>Divano - Furniture Template</strong></p>' + '<p><i class="fa fa-map-marker"></i> 200 12th Ave, New York, NY 10001, USA</p>' + '<p><i class="fa fa-phone"></i> +12 33 444 555</p>' + '<p><i class="fa fa-clock-o"></i> 10am - 6pm</p>' + '</div>'; var infowindow = new google.maps.InfoWindow({ content: contentString }); //set default pposition var myLatLng = { lat: 40.7459772, lng: -74.0545504 }; var map = new google.maps.Map(document.getElementById('map'), { zoom: 12, center: myLatLng, styles: [{ "featureType": "administrative", "elementType": "all", "stylers": [{ "visibility": "on" }, { "saturation": -100 }, { "lightness": 20 }] }, { "featureType": "road", "elementType": "all", "stylers": [{ "visibility": "on" }, { "saturation": -100 }, { "lightness": 40 }] }, { "featureType": "water", "elementType": "all", "stylers": [{ "visibility": "on" }, { "saturation": -10 }, { "lightness": 30 }] }, { "featureType": "landscape.man_made", "elementType": "all", "stylers": [{ "visibility": "simplified" }, { "saturation": -60 }, { "lightness": 10 }] }, { "featureType": "landscape.natural", "elementType": "all", "stylers": [{ "visibility": "simplified" }, { "saturation": -60 }, { "lightness": 60 }] }, { "featureType": "poi", "elementType": "all", "stylers": [{ "visibility": "off" }, { "saturation": -100 }, { "lightness": 60 }] }, { "featureType": "transit", "elementType": "all", "stylers": [{ "visibility": "off" }, { "saturation": -100 }, { "lightness": 60 }] }] }); //set marker var image = 'assets/images/map-icon.png'; var marker = new google.maps.Marker({ position: myLatLng, map: map, title: "Hello World!", icon: image }); marker.addListener('click', function () { infowindow.open(map, marker); }); } </script> <!--<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAabaAL675kRhFvfrPEmjFUirXHk2cA9Dc&callback=initMap"></script>--> <script type="text/javascript"> $(document).ready(function(){ $(document).on('click','.addtocart', function(){ // alert('k'); var id1 = $(this).attr('id').split('e').pop(); var proid = $('#proid'+id1).val(); var pprice = $('#pprice'+id1).val(); var quantity = $('.quantity'+id1).val(); $.ajax({ type: 'POST', url: 'Ajax/addtocart.php', data: {proid: proid,pprice: pprice,quantity: quantity }, success: function(response) { if(response==1) { // $('#exampleModal').hide(); toastr.success("Product has been Added In To Cart"); setTimeout(function () { location.reload(); }, 2000); // setTimeout(function () { // window.location.href='cart.php'; // }, 2000); // window.location.href='cart.php'; } else { alert(data); } } }); }); }); </script> </body> </html>