Öne Çıkan Hizmetlerimiz

Referanslar

Bizimle İletişime Geçin

Lorem ipsum dolor sit amet, consectetur adipiscing elit.Duis consectetur auctor elit.

Leech Turkey
  Adres:
Lorem ipsum dolor sit ametipsum dolor sit amet İstanbul/Türkiye
  Telefon numaranız 0 (000) 000 00 00
  E-posta adresiniz demo@demo.com

Bizi takip edin

HİZMET TALEBİ OLUŞTURUN

script type="text/javascript"> $(document).on('click', '.dildegis', function () { var dilID = $(this).data("id"); $.ajax({ url: 'dildegis.php', dataType: 'JSON', data: {id: dilID}, }) .done(function(msg) { if(msg.hata){ alert("Bir hata oluştu"); }else{ window.location = "anasayfa"; } }) .fail(function(err) { console.log(err); }); }); function oturum_kapat(){ swal({ title: 'Oturumunuz kapatılsınmı ?', text: 'Oturumunuz kapatılacaktır.', type: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', cancelButtonText: 'İptal', confirmButtonText: 'Evet, Oturumu Kapat' }).then((result) => { if (result.value) { swal({ title: 'Başarılı!', text: 'Oturumunuz kapatılmıştır.!', type: "success", icon: 'success', timer: 5000 }).then(function() { window.location.href = '_class/site_islem.php?cikis=ok'; }); } }); } function sepet_bosalt(){ swal({ title: 'Sepetteki tüm ürünleri silmek istediğinizden emin misiniz?', text: 'Sepetiniz boşaltılacaktır.', type: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', cancelButtonText: 'İptal', confirmButtonText: 'Evet' }).then((result) => { if (result.value) { swal({ title: 'Başarılı!', text: 'Sepetiniz başarıyla temizlenmiştir.', type: "success", icon: 'success', timer: 5000 }).then(function() { window.location.href = '_class/site_islem.php?bosalt=ok'; }); } }); } function indirimsil(){ swal({ title: 'İndirim kodunuz iptal edilsinmi ?', text: 'İndiriminiz iptal edilecektir.', type: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', cancelButtonText: 'İptal', confirmButtonText: 'Evet' }).then((result) => { if (result.value) { swal({ title: 'Başarılı!', text: 'İndirim kodunuz başaıyla kaldırılmıştır.', type: "success", icon: 'success', timer: 5000 }).then(function() { window.location.href = '_class/site_islem.php?indirim_sil=ok'; }); } }); } function ust_ajax_ara() { var anahtar=document.getElementById('aramatxt').value; var hata = 0; if (hata==0) { if (anahtar.length>2) { $("input[name=ara]").on('keyup', function(){ var value = $(this).val(); var konu = "value="+value; $.ajax({ type: "post", url: "tema/genel/ajax/ara.php", data: konu, success: function(ajaxCevap, textstat) { document.getElementById('ust_sonuclar').innerHTML = ajaxCevap; $(".suggestion-wrap").slideDown(); } }); }); } else { $(".suggestion-wrap").slideUp(); } } }