📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv3.demodesign.com.tr
📝
xsiparislerekle.php
← Geri Dön
<?php if($_GET['ok']=="gn") { $id = intval($_GET['id']); $verial = $DB->query("select * from siparisler where id=$id")->fetch(PDO::FETCH_ASSOC); } $krg = $verial['krg']; $hangikargom = $DB->query("select * from kargolar where durum='1' and baslik='$krg'")->fetch(PDO::FETCH_ASSOC); if($modul['smsapi']=='1'){ set_time_limit(0); date_default_timezone_set('Europe/Istanbul'); } else { function sendsms($msg, $telno, $header) { global $modul; $username = $modul['netkadi']; $pass = $modul['netsifre']; $startdate=date('d.m.Y H:i'); $startdate=str_replace('.', '',$startdate ); $startdate=str_replace(':', '',$startdate); $startdate=str_replace(' ', '',$startdate); $stopdate=date('d.m.Y H:i', strtotime('+1 day')); $stopdate=str_replace('.', '',$stopdate ); $stopdate=str_replace(':', '',$stopdate); $stopdate=str_replace(' ', '',$stopdate); $url="http://api.netgsm.com.tr/bulkhttppost.asp?usercode=$username&password=$pass&gsmno=$telno&message=$msg&msgheader=$header&startdate=$startdate&stopdate=$stopdate"; //echo $url; $ch = curl_init(); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,true); // curl_setopt($ch,CURLOPT_HEADER, false); $output=curl_exec($ch); curl_close($ch); return $output; } } ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Sipariş Detayları </h1> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.html"><i class="fa fa-home"></i> Anasayfa</a></li> <li class="breadcrumb-item"><a href="siparisler.html"> Tüm Siparişler</a></li> <li class="breadcrumb-item active">Sipariş Detayları</li> </ol> <?php if(isset($_POST['siparisguncelle'])){ $id = $_POST['id']; $ydurum = $_POST['durum']; $yontemm = $_POST['odeme']; $sbildirim = $_POST['sbildirim']; $ebildirim = $_POST['ebildirim']; $tel = $_POST['tel']; $krg = $_POST['krg']; $takip = $_POST['takip']; $hangikargom = $DB->query("select * from kargolar where durum='1' and baslik='$krg'")->fetch(PDO::FETCH_ASSOC); if($sbildirim=='1'){ $dakikkadi = trim($modul['dakikkadi']); $dakiksifre = trim($modul['dakiksifre']); $dakikbaslik = trim($modul['dakikbaslik']); if($modul['smsapi']=='1'){ if($yontemm=='Kapıda Ödeme' | $ydurum== 'Kargolandı'){ $metin='Sayın '.$verial['isim'].', Siparişiniz '.$ydurum.' olarak güncellenmiştir. Kargo Bilgileriniz '.$krg.' Takip Numaranız : '.$takip.' . Kargo görevlisine '.$verial['toplam'].' TL ödeme yaparak kargonuzu alabilirsiniz. İyi günler dileriz.'; } else { if($ydurum=='Kargolandı'){ $metin='Sayın '.$verial['isim'].', Siparişiniz '.$ydurum.' olarak güncellenmiştir. Kargo Bilgileriniz '.$krg.' Takip Numaranız : '.$takip.' . İyi günler dileriz.'; } else { $metin='Sayın '.$verial['isim'].', Siparişiniz '.$ydurum.' olarak güncellenmiştir. İyi günler dileriz.'; } } $xml = '<SMS>'. '<oturum>'. '<kullanici>'.$dakikkadi.'</kullanici>'. '<sifre>'.$dakiksifre.'</sifre>'. '</oturum>'. '<mesaj>'. '<baslik>'.$dakikbaslik.'</baslik>'. '<metin>'.$metin.'</metin>'. '<alicilar>'.$tel.'</alicilar>'. '</mesaj>'. '<izin_link>true</izin_link>'. '<izin_telefon>true</izin_telefon>'. '</SMS>'; $sonuc = sendRequest('http://www.dakikapi.com/api/tr/xml_api_ileri.php', $xml); } else { if($yontemm=='Kapıda Ödeme' | $ydurum== 'Kargolandı'){ $mesaj='Sayın '.$verial['isim'].', Siparişiniz '.$ydurum.' olarak güncellenmiştir. Kargo Bilgileriniz '.$krg.' Takip Numaranız : '.$takip.' . Kargo görevlisine '.$verial['toplam'].' TL ödeme yaparak kargonuzu alabilirsiniz. İyi günler dileriz.'; } else { if($ydurum=='Kargolandı'){ $mesaj='Sayın '.$verial['isim'].', Siparişiniz '.$ydurum.' olarak güncellenmiştir. Kargo Bilgileriniz '.$krg.' Takip Numaranız : '.$takip.' . İyi günler dileriz.'; } else { $mesaj='Sayın '.$verial['isim'].', Siparişiniz '.$ydurum.' olarak güncellenmiştir. İyi günler dileriz.'; } } $baslik = trim($modul['netbaslik']); $telcik = trim($verial['telefon']); $mesaj = html_entity_decode($mesaj, ENT_COMPAT, "UTF-8"); $mesaj = rawurlencode($mesaj); $baslik = html_entity_decode($baslik, ENT_COMPAT, "UTF-8"); $baslik = rawurlencode($baslik); sendsms($mesaj,$telcik,$baslik); } } if($ebildirim=='1'){ $url = $verial['url']; $sunucu = htmlspecialchars(trim($modul['sunucu'])); $posta = htmlspecialchars(trim($modul['eposta'])); $esifre = htmlspecialchars(trim($modul['sifre'])); $port = htmlspecialchars(trim($modul['port'])); $type = htmlspecialchars(trim($modul['type'])); $uemail = htmlspecialchars(trim($verial['email'])); $siteadi = htmlspecialchars(trim($ayar['siteadi'])); include("mail/PHPMailerAutoload.php"); $mail = new PHPMailer; $mail->IsSMTP(); //$mail->SMTPDebug = 1; // hata ayiklama: 1 = hata ve mesaj, 2 = sadece mesaj $mail->SMTPAuth = true; $mail->SMTPSecure = "$type"; // Güvenli baglanti icin ssl normal baglanti icin tls $mail->Host = "$sunucu"; // Mail sunucusuna ismi $mail->Port = "$port"; // Gucenli baglanti icin 465 Normal baglanti icin 587 $mail->IsHTML(true); $mail->SetLanguage("tr", "phpmailer/language"); $mail->CharSet ="utf-8"; $mail->Username = "$posta"; // Mail adresimizin kullanicı adi $mail->Password = "$esifre"; // Mail adresimizin sifresi $mail->SetFrom($mail->Username, ''.$siteadi.''); $mail->AddAddress($uemail); // Maili gonderecegimiz kisi yani alici $mail->addReplyTo($uemail, $siteadi); $mail->Subject = "Siparişiniz Güncellendi"; // Konu basligi if($yontemm=='Kapıda Ödeme' && $ydurum== 'Kargolandı'){ $mail->Body = ' <table class="x_content" style="width:100%; max-width:600px" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody> <tr> <td style="padding:20px 0"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left"> <a href="'.$url.'" target="_blank" style="text-decoration:none; color:#000000"> <img data-imagetype="External" src="'.$url.'/images/ayarlar/'.$ayar['logo'].'" alt="" style="max-width:140px; max-height:100px"> </a></td> <td align="right"> <a href="'.$url.'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="text-decoration:none"> <img data-imagetype="External" src="'.$url.'/img/website.png" alt="" width="24"> </a> <a href="'.$url.'/iletisim" target="_blank" r el="noopener noreferrer" data-auth="NotApplicable" style="text-decoration:none"> <img data-imagetype="External" src="'.$url.'/img/contact.png" alt="" width="24"> </a> <a href="'.$url.'/rss.xml" target="_blank" rel="noopener noreferrer" style="text-decoration:none"> <img data-imagetype="External" src="'.$url.'/img/rss.png" alt="" width="24"> </a> </td> </tr> </tbody> </table> </td> </tr><tr> <td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="border-bottom:1px solid #dddddd; padding-bottom:10px"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td><h2 style="font-size:24px; font-weight:bold; padding:0; margin:0"> <span>Sipariş Dekontu</span></h2></td> <td align="right">'.$verial["tarih"].' </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="padding:30px 0"> <div style="padding-bottom:20px">Merhaba <b>'.$verial["isim"].'</b>,</div> <span class="markgcoipju7t" >Sipariş</span>inizin durumu : <b style="background-color: rgb(255, 241, 0); color: black"> '.$verial["durum"].' </b> <span class="markgcoipju7t">Sipariş</span> detayları aşağıdadır. </td></tr> <tr><td> <div class="siparis"> <b>'.$verial["krg"].' - '.$verial["takip"].'</b></br> <a href="'.$hangikargom["metin"].''.$verial["takip"].'" target="_blank"><img src="'.$url.'/img/nerede.png"></img></a> </div> <table cellspacing="0" cellpadding="0" border="0"><tbody> <tr> <td style="padding:5px 0; width:100px" valign="top"> <b> <span class="markgcoipju7t" style="background-color: rgb(255, 241, 0); color: black;">Sipariş No</span></b> </td><td style="padding:5px 0" width="10" valign="top" align="center">:</td> <td style="padding:5px 0">'.$verial["sino"].'</td></tr> <tr><td style="padding:5px 0; width:100px" valign="top"> <b>Ödeme Türü</b></td><td style="padding:5px 0" width="10" valign="top" align="center">:</td> <td style="padding:5px 0">'.$verial["odeme"].'</td></tr><tr> <td style="padding:5px 0; width:100px" valign="top"> <tr><td style="padding:5px 0; width:100px" valign="top"><b>Hediye Notu</b></td> <td style="padding:5px 0" width="10" valign="top" align="center">:</td> <td style="padding:5px 0"><div class="x_overflow-note" style="max-height:100px!important; overflow-y:auto!important">'.$verial["mesaj"].'</div></td> </tr></tbody></table></td></tr></tbody></table></td></tr> <tr> <td style="padding:20px 0"> <table style="border-collapse:collapse" width="100%" cellspacing="0" cellpadding="0" border="0"> <thead> <tr> <th class="x_order-item-list x_hidden" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="60"></th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="200" align="left">Ürün</th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="100" align="right">Fiyat</th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" align="right">Miktar</th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="100" align="right">Toplam</th> </tr> </thead> <tbody> <tr> '.$verial["eurunler"].' <tr><td class="x_order-amount-list x_hidden" style="padding:10px 5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:10px 5px" align="right"> <b>Ara Toplam :</b></td> <td class="x_order-amount-list" style="padding:10px 5px" align="right">'.$verial["tutar"].' TL</td></tr> <tr><td class="x_order-amount-list x_hidden" style="padding:5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:5px" align="right"> <b>KDV :</b></td><td class="x_order-amount-list" style="padding:5px" align="right">'.$verial["kdv"].' TL</td> </tr><tr><td class="x_order-amount-list x_hidden" style="padding:5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:5px" align="right"><b>Toplam Kargo Ücreti :</b></td> <td class="x_order-amount-list" style="padding:5px" align="right">'.$verial["kargo"].' TL</td></tr> '.$verial["kuponbak"].' <tr><td class="x_order-amount-list x_hidden" style="padding:5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:5px" align="right"><b>Genel Toplam :</b> </td><td class="x_order-amount-list" style="padding:5px" align="right">'.$verial["toplam"].' TL</td></tr> </tbody> </table> </td> </tr> <tr> <td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td style="border-bottom:1px solid #dddddd; padding-bottom:10px"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td><h3 style="font-size:16px; font-weight:bold; padding:0; margin:0">Teslimat Bilgileri</h3> </td><td></td></tr></tbody></table> </td></tr><tr> <td style="padding-bottom:20px"> </td></tr><tr><td> <table style="border-collapse:collapse; background:#ffffff" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adı Soyadı</b> : '.$verial["isim"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"><b>Cep Telefonu</b> : '.$verial["telefon"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adres</b> : '.$verial["adres"].' / '.$verial["ilce"].' / '.$verial["il"].' </td></tr></tbody></table></td></tr> </tbody></table></td></tr><tr> <td style="padding-bottom:20px"></td></tr><tr> <td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr><td style="border-bottom:1px solid #dddddd; padding-bottom:10px"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody> <tr><td><h3 style="font-size:16px; font-weight:bold; padding:0; margin:0">Fatura Bilgileri</h3> </td><td></td></tr></tbody></table></td></tr><tr><td style="padding-bottom:20px"></td> </tr><tr><td> <table style="border-collapse:collapse; background:#ffffff" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adı Soyadı</b> : '.$verial["isim"].' </td></tr><tr> <td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Email</b> : '.$verial["email"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Cep Telefonu</b> : '.$verial["telefon"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adres</b> : '.$verial["kadres"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> '.$verial["vergidurumu"].' </td></tr> </tbody></table></td></tr></tbody></table></td></tr><tr><td style="padding-bottom:20px"></td></tr><tr><td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="border-bottom:1px solid #dddddd; padding-bottom:10px"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td><h3 style="font-size:16px; font-weight:bold; padding:0; margin:0">Mesafeli Satış Sözleşmesi</h3></td><td> </td></tr></tbody> </table></td></tr> <tr> <td style="padding-bottom:20px"></td></tr><tr><td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="border:1px solid #eeeeee; background:#ffffff; border-radius:4px; padding:20px"> <div class="x_overflow-condition" style="max-height:200px!important; overflow-y:auto!important"> <style type="text/css"> <!-- .rps_985b p {margin-bottom:0.1in; direction:ltr; color:rgb(0,0,10); line-height:120%; text-align:left; widows:2; orphans:2} .rps_985b p.x_western {font-family:"Times New Roman",serif; font-size:12pt} .rps_985b p.x_cjk {font-family:"Times New Roman"; font-size:12pt} .rps_985b p.x_ctl {font-family:"Times New Roman"; font-size:12pt} --> </style><p align="justify"><br></p><p align="justify"> '.$ayar['alfooter'].' </ol><p align="justify"><br></p><br></div></td> </tr></tbody></table></td></tr> </tbody></table> </td></tr> <tr><td style="padding:20px 10px" align="center"> <div style="padding-bottom:10px"> <b>'.$siteadi.'</b></br> '.$ayar['slogan'].'</div> <div style="padding-bottom:10px">'.$ayar['adres'].'</div> <div style="padding-bottom:10px"><a href="tel:+'.$ayar['tel'].'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="color:#000000">'.$ayar['tel'].'</a> <span>-</span> <a href="tel:+'.$ayar['ceptel'].'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="color:#000000">'.$ayar['ceptel'].'</a> </div><div style="padding-bottom:10px"><a href="'.$url.'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="text-decoration:none; color:#000000"> '.$url.'</a> </div></td></tr></tbody></table> '; // Mailin icerigi } else { if($ydurum=='Kargolandı'){ $mail->Body = ' <table class="x_content" style="width:100%; max-width:600px" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody> <tr> <td style="padding:20px 0"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left"> <a href="'.$url.'" target="_blank" style="text-decoration:none; color:#000000"> <img data-imagetype="External" src="'.$url.'/images/ayarlar/'.$ayar['logo'].'" alt="" style="max-width:140px; max-height:100px"> </a></td> <td align="right"> <a href="'.$url.'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="text-decoration:none"> <img data-imagetype="External" src="'.$url.'/img/website.png" alt="" width="24"> </a> <a href="'.$url.'/iletisim" target="_blank" r el="noopener noreferrer" data-auth="NotApplicable" style="text-decoration:none"> <img data-imagetype="External" src="'.$url.'/img/contact.png" alt="" width="24"> </a> <a href="'.$url.'/rss.xml" target="_blank" rel="noopener noreferrer" style="text-decoration:none"> <img data-imagetype="External" src="'.$url.'/img/rss.png" alt="" width="24"> </a> </td> </tr> </tbody> </table> </td> </tr><tr> <td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="border-bottom:1px solid #dddddd; padding-bottom:10px"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td><h2 style="font-size:24px; font-weight:bold; padding:0; margin:0"> <span>Sipariş Dekontu</span></h2></td> <td align="right">'.$verial["tarih"].' </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="padding:30px 0"> <div style="padding-bottom:20px">Merhaba <b>'.$verial["isim"].'</b>,</div> <span class="markgcoipju7t" >Sipariş</span>inizin durumu : <b style="background-color: rgb(255, 241, 0); color: black"> '.$verial["durum"].' </b> <span class="markgcoipju7t">Sipariş</span> detayları aşağıdadır. </td></tr> <tr><td> <div class="siparis"> <b>'.$verial["krg"].' - '.$verial["takip"].'</b></br> <a href="'.$hangikargom["metin"].''.$verial["takip"].'" target="_blank"><img src="'.$url.'/img/nerede.png"></img></a> </div> <table cellspacing="0" cellpadding="0" border="0"><tbody> <tr> <td style="padding:5px 0; width:100px" valign="top"> <b> <span class="markgcoipju7t" style="background-color: rgb(255, 241, 0); color: black;">Sipariş No</span></b> </td><td style="padding:5px 0" width="10" valign="top" align="center">:</td> <td style="padding:5px 0">'.$verial["sino"].'</td></tr> <tr><td style="padding:5px 0; width:100px" valign="top"> <b>Ödeme Türü</b></td><td style="padding:5px 0" width="10" valign="top" align="center">:</td> <td style="padding:5px 0">'.$verial["odeme"].'</td></tr><tr> <td style="padding:5px 0; width:100px" valign="top"> <tr><td style="padding:5px 0; width:100px" valign="top"><b>Hediye Notu</b></td> <td style="padding:5px 0" width="10" valign="top" align="center">:</td> <td style="padding:5px 0"><div class="x_overflow-note" style="max-height:100px!important; overflow-y:auto!important">'.$verial["mesaj"].'</div></td> </tr></tbody></table></td></tr></tbody></table></td></tr> <tr> <td style="padding:20px 0"> <table style="border-collapse:collapse" width="100%" cellspacing="0" cellpadding="0" border="0"> <thead> <tr> <th class="x_order-item-list x_hidden" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="60"></th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="200" align="left">Ürün</th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="100" align="right">Fiyat</th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" align="right">Miktar</th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="100" align="right">Toplam</th> </tr> </thead> <tbody> <tr> '.$verial["eurunler"].' <tr><td class="x_order-amount-list x_hidden" style="padding:10px 5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:10px 5px" align="right"> <b>Ara Toplam :</b></td> <td class="x_order-amount-list" style="padding:10px 5px" align="right">'.$verial["tutar"].' TL</td></tr> <tr><td class="x_order-amount-list x_hidden" style="padding:5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:5px" align="right"> <b>KDV :</b></td><td class="x_order-amount-list" style="padding:5px" align="right">'.$verial["kdv"].' TL</td> </tr><tr><td class="x_order-amount-list x_hidden" style="padding:5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:5px" align="right"><b>Kargo Ücreti :</b></td> <td class="x_order-amount-list" style="padding:5px" align="right">'.$verial["kargo"].' TL</td></tr> '.$verial["kuponbak"].' <tr><td class="x_order-amount-list x_hidden" style="padding:5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:5px" align="right"><b>Genel Toplam :</b> </td><td class="x_order-amount-list" style="padding:5px" align="right">'.$verial["toplam"].' TL</td></tr> </tbody> </table> </td> </tr> <tr> <td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td style="border-bottom:1px solid #dddddd; padding-bottom:10px"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td><h3 style="font-size:16px; font-weight:bold; padding:0; margin:0">Teslimat Bilgileri</h3> </td><td></td></tr></tbody></table> </td></tr><tr> <td style="padding-bottom:20px"> </td></tr><tr><td> <table style="border-collapse:collapse; background:#ffffff" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adı Soyadı</b> : '.$verial["isim"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"><b>Cep Telefonu</b> : '.$verial["telefon"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adres</b> : '.$verial["adres"].' / '.$verial["ilce"].' / '.$verial["il"].' </td></tr></tbody></table></td></tr> </tbody></table></td></tr><tr> <td style="padding-bottom:20px"></td></tr><tr> <td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr><td style="border-bottom:1px solid #dddddd; padding-bottom:10px"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody> <tr><td><h3 style="font-size:16px; font-weight:bold; padding:0; margin:0">Fatura Bilgileri</h3> </td><td></td></tr></tbody></table></td></tr><tr><td style="padding-bottom:20px"></td> </tr><tr><td> <table style="border-collapse:collapse; background:#ffffff" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adı Soyadı</b> : '.$verial["isim"].' </td></tr><tr> <td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Email</b> : '.$verial["email"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Cep Telefonu</b> : '.$verial["telefon"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adres</b> : '.$verial["kadres"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> '.$verial["vergidurumu"].' </td></tr> </tbody></table></td></tr></tbody></table></td></tr><tr><td style="padding-bottom:20px"></td></tr><tr><td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="border-bottom:1px solid #dddddd; padding-bottom:10px"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td><h3 style="font-size:16px; font-weight:bold; padding:0; margin:0">Mesafeli Satış Sözleşmesi</h3></td><td> </td></tr></tbody> </table></td></tr> <tr> <td style="padding-bottom:20px"></td></tr><tr><td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="border:1px solid #eeeeee; background:#ffffff; border-radius:4px; padding:20px"> <div class="x_overflow-condition" style="max-height:200px!important; overflow-y:auto!important"> <style type="text/css"> <!-- .rps_985b p {margin-bottom:0.1in; direction:ltr; color:rgb(0,0,10); line-height:120%; text-align:left; widows:2; orphans:2} .rps_985b p.x_western {font-family:"Times New Roman",serif; font-size:12pt} .rps_985b p.x_cjk {font-family:"Times New Roman"; font-size:12pt} .rps_985b p.x_ctl {font-family:"Times New Roman"; font-size:12pt} --> </style><p align="justify"><br></p><p align="justify"> '.$ayar['alfooter'].' </ol><p align="justify"><br></p><br></div></td> </tr></tbody></table></td></tr> </tbody></table> </td></tr> <tr><td style="padding:20px 10px" align="center"> <div style="padding-bottom:10px"> <b>'.$siteadi.'</b></br> '.$ayar['slogan'].'</div> <div style="padding-bottom:10px">'.$ayar['adres'].'</div> <div style="padding-bottom:10px"><a href="tel:+'.$ayar['tel'].'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="color:#000000">'.$ayar['tel'].'</a> <span>-</span> <a href="tel:+'.$ayar['ceptel'].'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="color:#000000">'.$ayar['ceptel'].'</a> </div><div style="padding-bottom:10px"><a href="'.$url.'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="text-decoration:none; color:#000000"> '.$url.'</a> </div></td></tr></tbody></table> '; // Mailin icerigi } else { $mail->Body = ' <table class="x_content" style="width:100%; max-width:600px" cellspacing="0" cellpadding="0" border="0" align="center"> <tbody> <tr> <td style="padding:20px 0"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td align="left"> <a href="'.$url.'" target="_blank" style="text-decoration:none; color:#000000"> <img data-imagetype="External" src="'.$url.'/images/ayarlar/'.$ayar['logo'].'" alt="" style="max-width:140px; max-height:100px"> </a></td> <td align="right"> <a href="'.$url.'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="text-decoration:none"> <img data-imagetype="External" src="'.$url.'/img/website.png" alt="" width="24"> </a> <a href="'.$url.'/iletisim" target="_blank" r el="noopener noreferrer" data-auth="NotApplicable" style="text-decoration:none"> <img data-imagetype="External" src="'.$url.'/img/contact.png" alt="" width="24"> </a> <a href="'.$url.'/rss.xml" target="_blank" rel="noopener noreferrer" style="text-decoration:none"> <img data-imagetype="External" src="'.$url.'/img/rss.png" alt="" width="24"> </a> </td> </tr> </tbody> </table> </td> </tr><tr> <td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td style="border-bottom:1px solid #dddddd; padding-bottom:10px"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td><h2 style="font-size:24px; font-weight:bold; padding:0; margin:0"> <span>Sipariş Dekontu</span></h2></td> <td align="right">'.$verial["tarih"].' </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="padding:30px 0"> <div style="padding-bottom:20px">Merhaba <b>'.$verial["isim"].'</b>,</div> <span class="markgcoipju7t" >Sipariş</span>inizin durumu : <b style="background-color: rgb(255, 241, 0); color: black"> '.$verial["durum"].' </b> <span class="markgcoipju7t">Sipariş</span> detayları aşağıdadır. </td></tr> <tr><td> <table cellspacing="0" cellpadding="0" border="0"><tbody> <tr> <td style="padding:5px 0; width:100px" valign="top"> <b> <span class="markgcoipju7t" style="background-color: rgb(255, 241, 0); color: black;">Sipariş No</span></b> </td><td style="padding:5px 0" width="10" valign="top" align="center">:</td> <td style="padding:5px 0">'.$verial["sino"].'</td></tr> <tr><td style="padding:5px 0; width:100px" valign="top"> <b>Ödeme Türü</b></td><td style="padding:5px 0" width="10" valign="top" align="center">:</td> <td style="padding:5px 0">'.$verial["odeme"].'</td></tr><tr> <td style="padding:5px 0; width:100px" valign="top"> <tr><td style="padding:5px 0; width:100px" valign="top"><b>Hediye Notu</b></td> <td style="padding:5px 0" width="10" valign="top" align="center">:</td> <td style="padding:5px 0"><div class="x_overflow-note" style="max-height:100px!important; overflow-y:auto!important">'.$verial["mesaj"].'</div></td> </tr></tbody></table></td></tr></tbody></table></td></tr> <tr> <td style="padding:20px 0"> <table style="border-collapse:collapse" width="100%" cellspacing="0" cellpadding="0" border="0"> <thead> <tr> <th class="x_order-item-list x_hidden" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="60"></th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="200" align="left">Ürün</th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="100" align="right">Fiyat</th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" align="right">Miktar</th> <th class="x_order-item-list" style="padding:10px 5px; border-bottom:1px solid #eeeeee" width="100" align="right">Toplam</th> </tr> </thead> <tbody> <tr> '.$verial["eurunler"].' <tr><td class="x_order-amount-list x_hidden" style="padding:10px 5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:10px 5px" align="right"> <b>Ara Toplam :</b></td> <td class="x_order-amount-list" style="padding:10px 5px" align="right">'.$verial["tutar"].' TL</td></tr> <tr><td class="x_order-amount-list x_hidden" style="padding:5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:5px" align="right"> <b>KDV :</b></td><td class="x_order-amount-list" style="padding:5px" align="right">'.$verial["kdv"].' TL</td> </tr><tr><td class="x_order-amount-list x_hidden" style="padding:5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:5px" align="right"><b>Kargo Ücreti :</b></td> <td class="x_order-amount-list" style="padding:5px" align="right">'.$verial["kargo"].' TL</td></tr> '.$verial["kuponbak"].' <tr><td class="x_order-amount-list x_hidden" style="padding:5px"></td> <td class="x_order-amount-list" colspan="3" style="padding:5px" align="right"><b>Genel Toplam :</b> </td><td class="x_order-amount-list" style="padding:5px" align="right">'.$verial["toplam"].' TL</td></tr> </tbody> </table> </td> </tr> <tr> <td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td style="border-bottom:1px solid #dddddd; padding-bottom:10px"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td><h3 style="font-size:16px; font-weight:bold; padding:0; margin:0">Teslimat Bilgileri</h3> </td><td></td></tr></tbody></table> </td></tr><tr> <td style="padding-bottom:20px"> </td></tr><tr><td> <table style="border-collapse:collapse; background:#ffffff" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adı Soyadı</b> : '.$verial["isim"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"><b>Cep Telefonu</b> : '.$verial["telefon"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adres</b> : '.$verial["adres"].' / '.$verial["ilce"].' / '.$verial["il"].' </td></tr></tbody></table></td></tr> </tbody></table></td></tr><tr> <td style="padding-bottom:20px"></td></tr><tr> <td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr><td style="border-bottom:1px solid #dddddd; padding-bottom:10px"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody> <tr><td><h3 style="font-size:16px; font-weight:bold; padding:0; margin:0">Fatura Bilgileri</h3> </td><td></td></tr></tbody></table></td></tr><tr><td style="padding-bottom:20px"></td> </tr><tr><td> <table style="border-collapse:collapse; background:#ffffff" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr> <td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adı Soyadı</b> : '.$verial["isim"].' </td></tr><tr> <td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Email</b> : '.$verial["email"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Cep Telefonu</b> : '.$verial["telefon"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> <b>Adres</b> : '.$verial["kadres"].' </td></tr> <tr><td style="padding:10px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee"> '.$verial["vergidurumu"].' </td></tr> </tbody></table></td></tr></tbody></table></td></tr><tr><td style="padding-bottom:20px"></td></tr><tr><td style="background:#f9f9f9; padding:30px 20px; border:1px solid #eeeeee"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="border-bottom:1px solid #dddddd; padding-bottom:10px"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td><h3 style="font-size:16px; font-weight:bold; padding:0; margin:0">Mesafeli Satış Sözleşmesi</h3></td><td> </td></tr></tbody> </table></td></tr> <tr> <td style="padding-bottom:20px"></td></tr><tr><td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody><tr> <td style="border:1px solid #eeeeee; background:#ffffff; border-radius:4px; padding:20px"> <div class="x_overflow-condition" style="max-height:200px!important; overflow-y:auto!important"> <style type="text/css"> <!-- .rps_985b p {margin-bottom:0.1in; direction:ltr; color:rgb(0,0,10); line-height:120%; text-align:left; widows:2; orphans:2} .rps_985b p.x_western {font-family:"Times New Roman",serif; font-size:12pt} .rps_985b p.x_cjk {font-family:"Times New Roman"; font-size:12pt} .rps_985b p.x_ctl {font-family:"Times New Roman"; font-size:12pt} --> </style><p align="justify"><br></p><p align="justify"> '.$ayar['alfooter'].' </ol><p align="justify"><br></p><br></div></td> </tr></tbody></table></td></tr> </tbody></table> </td></tr> <tr><td style="padding:20px 10px" align="center"> <div style="padding-bottom:10px"> <b>'.$siteadi.'</b></br> '.$ayar['slogan'].'</div> <div style="padding-bottom:10px">'.$ayar['adres'].'</div> <div style="padding-bottom:10px"><a href="tel:+'.$ayar['tel'].'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="color:#000000">'.$ayar['tel'].'</a> <span>-</span> <a href="tel:+'.$ayar['ceptel'].'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="color:#000000">'.$ayar['ceptel'].'</a> </div><div style="padding-bottom:10px"><a href="'.$url.'" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable" style="text-decoration:none; color:#000000"> '.$url.'</a> </div></td></tr></tbody></table> '; // Mailin icerigi } } if(!$mail->Send()){ }else { } } $siparis = $DB->exec("UPDATE siparisler SET durum='$ydurum',krg='$krg',takip='$takip' WHERE id='$id' limit 1"); echo '<div class="alert alert-warning"> <button class="close" data-dismiss="success"><i class="pci-cross pci-circle"></i></button> <strong>Tebrikler!</strong> Siparişi Başarıyla Güncellediniz. </div>' ; header("Location:siparislerekle.html?ok=gn&id=$id"); } ?> </section> <section class="invoice printableArea"> <!-- title row --> <div class="row"> <div class="col-12"> <h2 class="page-header" style="text-align: center; border: 2px solid #304b81; border-radius: 4px; padding-top: 20px;"> <img src="../images/ayarlar/<?php echo $ayar['logo'];?>"/> <small><?php echo $ayar['tel']; ?> <?php echo $ayar['email']; ?><br><?php echo $ayar['adres']; ?></small> <span class="text-danger"><br> <small style="color: #304b81;" class="font-weight-400"> </small> </span> </h2> </div> <div class="col-12"> <h2 class="page-header"> <?php echo $verial['isim']; ?> <?php echo $verial['durum'] == 'Ödeme Bekleniyor' ? '<span style="float: right;" class="label label-danger" >Ödeme Bekleniyor</span>' : null; ?> <?php echo $verial['durum'] == 'Ödendi' ? '<span style="float: right;" class="label label-success " >Ödendi</span>' : null; ?> <?php echo $verial['durum'] == 'Onaylandı' ? '<span style="float: right;" class="label label-success " >Onaylandı</span>' : null; ?> <?php echo $verial['durum'] == 'Kargolandı' ? '<span style="float: right;" class="label label-info " >Kargolandı</span>' : null; ?> <?php echo $verial['durum'] == 'Başarısız' ? '<span style="float: right;" class="label label-danger " >Başarısız</span>' : null; ?> <?php echo $verial['durum'] == 'Sipariş Tamamlandı' ? '<span style="float: right;" class="label label-success " >Sipariş Tamamlandı</span>' : null; ?> <?php echo $verial['durum'] == 'İptal Edildi' ? '<span style="float: right;" class="label label-danger " >İptal Edildi</span>' : null; ?> <span class="text-danger"><br> <small style="color: #304b81;" class="font-weight-400"> <?php echo $verial['telefon']; ?> / <?php echo $verial['email']; ?></br><?php echo $verial['vergidurumu']; ?></small> </span> <small class="pull-right">Tarih: <?php echo $verial['tarih']; ?></small> </h2> </div> <!-- /.col --> </div> <!-- info row --> <div class="row align-items-center invoice-info"> <div class="col-md-3 invoice-col"> <address> <strong class="text-info">Sipariş Adresi</strong><br> <?php echo $verial['adres']; ?><br> <?php echo $verial['ilce']; ?> <?php echo $verial['il']; ?><br> Eposta Adresi: <?php echo $verial['email']; ?> </address> </div> <!-- /.col --> <div class="col-md-3 invoice-col"> <address> <strong class="text-info">Fatura Adresi</strong><br> <?php echo $verial['kadres']; ?> </address> </div> <!-- /.col --> <div class="col invoice-col"> <div class="invoice-details row no-margin bg-dark"> <div class="col-md-6 col-lg-3"><b>Sipariş No</b><br><?php echo $verial['sino']; ?></div> <div class="col-md-6 col-lg-3"><b>Ödeme Yöntemi</b> <?php echo $verial['odeme']; ?></div> <div class="col-md-6 col-lg-3"><b>Toplam Tutar</b> <?php echo $verial['toplam']; ?> TL</div> <div class="col-md-6 col-lg-3"><b>Sipariş Tarihi</b> <?php echo $verial['tarih']; ?></div> </div> </div> <!-- /.col --> </div> <!-- /.row --> <!-- Table row --> <div class="row"> <div class="col-12 table-responsive"> <table class="table table-bordered"> <thead> <tr class="bg-pale-dark"> <th>ÜRÜN KODU</th> <th>ÜRÜN RESMİ</th> <th>ÜRÜN ADI</th> <th>BİRİM FİYATI</th> <th>ADET SAYISI</th> <th>KDV</th> <th>TOPLAM FİYATI</th> </tr> </thead> <tbody> <?php echo $verial['urunler']; ?> </tbody> </table> </div> <!-- /.col --> </div> <!-- /.row --> <div class="row"> <!-- accepted payments column --> <div class="col-12 col-sm-6"> <p class="lead"><b>Ödeme Yöntemi</b><span class="text-danger" style="font-weight: bold;"> <?php echo $verial['odeme'];?> </span></p> <p class="lead" style="margin-top: ; margin-bottom: -10px;"><b>Bırakılan Mesaj:</b> </p> <p class="text-muted well well-sm no-shadow" style="margin-top: 10px;"> <?php echo $verial['mesaj'];?> </p> </div> <!-- /.col --> <div class="col-12 col-sm-6 text-right"> <div class="proceed-checkout" style="font-weight: bold;"> <div class="content"> <div class="info-checkout"> <span class="text">Ara Tutar : </span><span class="item"><?php echo $verial['tutar'];?> TL</span> </div> <div class="info-checkout"> <span class="text">KDV Bedeli : </span><span class="item"><?php echo $verial['kdv'];?> TL</span> </div> <div class="info-checkout shipping"> <span class="text">Kargo Bedeli :</span><span class="item"><?php echo $verial['kargo'];?> TL</span> </div> <div class="info-checkout shipping"> <span class="text">İndirim Bedeli :</span><span class="item"><?php echo $verial['kupondeger'];?> TL</span> </div> <?php if($verial['kapi']>'0'){?> <div class="info-checkout shipping"> <span class="text">Kapıda Ödeme Kargo Bedeli :</span><span class="item"><?php echo $verial['kapi'];?> TL</span> </div> <?php } ?> <div class="total-checkout" style="margin-top: -20px;"> <span class="text">Ödenecek Tutar: </span><span class="price" style="font-size: 20px; color: red; font-weight: bold;"><?php echo $verial['toplam'];?> TL</span> </div> </div> </div> </div> <!-- /.col --> </div> <!-- /.row --> <form action="" method="POST"/> <input type="hidden" name="id" value="<?php echo $verial['id'];?>"/> <input type="hidden" name="tel" value="<?php echo $verial['telefon'];?>"/> <input type="hidden" name="odeme" value="<?php echo $verial['odeme'];?>"/> <div class="form-group"> <h5>Siparişin Durumu</h5> <div class="controls"> <select id="kargodurum" name="durum" style="width: 300px; border: 2px solid #304b81; padding-left: 10px; font-weight: bold; background-color: #304b81; color: white;"> <option <?php echo $verial['durum'] == 'Ödeme Bekleniyor' ? 'selected' : null; ?> value="Ödeme Bekleniyor"/>Ödeme Bekleniyor</option> <option <?php echo $verial['durum'] == 'Ödendi' ? 'selected' : null; ?> value="Ödendi"/>Ödendi</option> <option <?php echo $verial['durum'] == 'Onaylandı' ? 'selected' : null; ?> value="Onaylandı"/>Onaylandı</option> <option <?php echo $verial['durum'] == 'Kargolandı' ? 'selected' : null; ?> value="Kargolandı"/>Kargolandı</option> <option <?php echo $verial['durum'] == 'Sipariş Tamamlandı' ? 'selected' : null; ?> value="Sipariş Tamamlandı"/>Sipariş Tamamlandı</option> <option <?php echo $verial['durum'] == 'İptal Edildi' ? 'selected' : null; ?> value="İptal Edildi"/>İptal Edildi</option> </select> </div> </div> <div class="form-group"> <h5>Eposta Bildirim</h5> <div class="controls"> <input value="1" name="ebildirim" data-toggle="toggle" type="checkbox"> </div> </div> <div class="form-group"> <h5>SMS Bildirim</h5> <div class="controls"> <input value="1" name="sbildirim" data-toggle="toggle" type="checkbox"> </div> </div> <div class="form-group" id="kargo1" <?php echo $verial['durum'] !== 'Kargolandı' ? 'style="display:none;"' : null; ?>> <h5>Kargo Firması</h5> <div class="controls"> <select name="krg" class="form-control"> <option value="<?php echo $verial['krg'];?>"><b>Kargo Firması : <?php echo $verial['krg'];?></b></option> <?php $duykargo = $DB->query("select * from kargolar where durum='1' order by id desc")->fetchAll(PDO::FETCH_ASSOC); foreach($duykargo as $diriliskargo){?> <option value="<?php echo $diriliskargo['baslik']; ?>"><?php echo $diriliskargo['baslik']; ?></option> <?php } ?> </select> </div> </div> <div class="form-group" id="kargo2" <?php echo $verial['durum'] !== 'Kargolandı' ? 'style="display:none;"' : null; ?>> <h5>Kargo Takip Kodunuz</h5> <div class="controls"> <input type="text" class="form-control" value="<?php echo $verial['takip'];?>" name="takip"> </div> </div> <?php if(!empty($verial['krg'])){?> <div class="siparis"> <a href="<?php echo $hangikargom['metin'];?><?php echo $verial['takip'];?>" target="_blank"><img style="margin-left: 20px !important; margin-top: 20px;" src="../img/nerede.png"></img></a> <b><?php echo $verial['krg'];?> - <?php echo $verial['takip'];?></b> </div> <?php } ?> </section> <!-- /.content --> </div> <!-- /.content-wrapper --> <!-- include summernote css/js--> <style> .form-group { margin-bottom: 10px !important; width: 27% !important; float: left; margin-top: 20px; margin-left: 20px; } </style>
💾 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