📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
b2be-ticaretscripti.demodesign.com.tr
/
ninico
📝
favorilerim.php
← Geri Dön
<title>Favori Ürünlerim</title> <meta name="keywords" content="<?php echo $ayar['sitekey']; ?>"> <meta name="description" content="<?php echo $ayar['sitedesc']; ?>"> <meta property="og:url" content="<?php echo $url; ?>"/> <meta property="og:title" content="Üyelik Sözleşmesi ve Rıza Metni"/> <meta property="og:description" content="<?php echo $ayar['sitedesc']; ?>"/> <style> .limiter { width: 100%; margin: 0 auto } .container-table100 { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .wrap-table100 { width: 100%; } table { border-spacing: 1; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; width: 100%; margin: 0 auto; position: relative } table * { position: relative } table td, table th { padding-left: 8px } table thead tr { height: 60px; background: #36304a } table tbody tr { height: 50px } table tbody tr:last-child { border: 0 } table td, table th { text-align: left } table td.l, table th.l { text-align: right } table td.c, table th.c { text-align: center } table td.r, table th.r { text-align: center } .table100-head th { font-size: 18px; color: #fff; line-height: 1.2; font-weight: unset } tbody tr:nth-child(even) { background-color: #f5f5f5 } tbody tr { font-size: 15px; color: gray; line-height: 1.2; font-weight: unset } tbody tr:hover { color: #555; background-color: #f5f5f5; cursor: pointer } .column4, .column5, .column6, .column1, .column2, .column3 { text-align: center; } @media screen and (max-width:992px) { table { display: block } table > *, table tr, table td, table th { display: block } table thead { display: none } table tbody tr { height: auto; padding: 37px 0 } table tbody tr td { padding-left: 40% !important; margin-bottom: 24px } table tbody tr td:last-child { margin-bottom: 0 } table tbody tr td:before { font-size: 14px; color: #999; line-height: 1.2; font-weight: unset; position: absolute; width: 40%; left: 30px; top: 0 } table tbody tr td:nth-child(1):before { content: "" } table tbody tr td:nth-child(2):before { content: "Resim" } table tbody tr td:nth-child(3):before { content: "Ürün" } table tbody tr td:nth-child(4):before { content: "Ürün Kodu" } table tbody tr td:nth-child(5):before { content: "Fiyatı" } table tbody tr td:nth-child(6):before { content: "" } .column4, .column5, .column6, .column1, .column2, .column3 { width: 100%; text-align: left; } tbody tr { font-size: 14px } } @media(max-width:576px) { .container-table100 { padding-left: 15px; padding-right: 15px } } </style> <main> <section class="breadcrumb__area pt-60 pb-60 tp-breadcrumb__bg" data-background="<?php echo $sitetemasi; ?>/img/banner/breadcrumb-01.jpg"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-7 col-lg-12 col-md-12 col-12"> <div class="tp-breadcrumb"> <div class="tp-breadcrumb__link mb-10"> <span class="breadcrumb-item-active"><a href="<?php echo $url;?>">AnaSayfa</a></span> <span>Favorilerim</span> </div> <h2 class="tp-breadcrumb__title">Favorilerim</h2> </div> </div> </div> </div> </section> <section class="erroe-area pt-70 pb-70"> <div class="container"> <div class="row"> <div class="col-12"> <div class="limiter"> <div class="container-table100"> <div class="wrap-table100"> <div class="table100"> <table> <thead> <tr class="table100-head"> <th class="column1">Sil</th> <th class="column2">Resim</th> <th class="column3">Ürün</th> <th class="column4">Ürün Kodu</th> <th class="column5">Fiyatı</th> <th class="column6">Sepete Ekle</th> </tr> </thead> <tbody> <?php $uyesepeti11 = $ozy->prepare("SELECT * FROM urunler INNER JOIN favoriler ON urunler.id = favoriler.urunid WHERE favoriler.gelenkim=? ORDER BY favoriler.id DESC"); $uyesepeti11->execute(array($sepetimdekikim)); $__URUN__ = false; foreach ($uyesepeti11 as $katurunler) { $__URUN__ = true; ?> <tr> <td class="column1"> <a href="?favorisil=<?php echo $katurunler['id']; ?>" style="text-align: center; width: 60%; height: 50px; padding: 15px; border-radius: 5px; background: #36304a; color: white; display: block;"><i class="fas fa-trash-alt"></i></a> </td> <td class="column2"><a href="urun/<?php echo $katurunler['seo']; ?>"><img style="width: 90px; height: 90px;" src="resimler/urunler/<?php echo $katurunler['resim']; ?>" alt=""></a></td> <td class="column3"><a href="urun/<?php echo $katurunler['seo']; ?>"><?php echo $katurunler['adi']; ?></a></td> <td class="column4"><span class="in-stock"><?php echo $katurunler['urunkodu']; ?></span></td> <td class="column5"><?php echo urunfiyatbelirle($katurunler['kdv'],$katurunler['idurum'],$katurunler['fiyat'],$katurunler['ifiyat']);?></td> <td class="column6"> <form method="POST" action=""> <input type="hidden" name="urunid" value="<?php echo $katurunler['id']; ?>"> <input type="hidden" name="adet" value="1"> <button class="butonok btn-cart" type="submit" style="width: 100%; height: 50px; padding: 5px; border-radius: 5px; background: #36304a; color: white;" name="sepetekle" data-loading-text="<span class='btn-text'>Sepete Ekle</span>"><span class="btn-text">Sepete Ekle</span></button> </form> </td> </tr> <?php } ?> <?php if (!$__URUN__){ echo "<b style='font-weight: 500;padding: 10px;width: 100%;text-align: center;border: 1px solid #ededed;'>Malesef favorilerinizde ürün bulunamadı</b>"; } ?> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </section> </main>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula