Sosyal medyada takip edin!

ADRES

Kurtulus mah. hüseyin tümer cad. zümrüt sok. no :1 / 1
P.K. : 10900 GöNEN / BALıKESIR

TEKNİK DESTEK

0532 241 85 39

BİZİ TAKİP EDİN

// $('body').on('click' , '#check_control' , function(){ // let _val = $('input[name="kod"]').val(); // if (_val != "") { // let _kodInfo = $('#check_form').serializeArray(); // _kodInfo.push({'name' : 'check' , 'value' : 'control'}); // $.ajax({ // url : 'kupon' , // type : 'post' , // dataType : 'json' , // data : _kodInfo , // success : function(result) { // if (result.durum == "200") { // $('#my_discount').show().children('.payment-discount').text('-' + result.indirim + ' ₺'); // $('#totally').css({'color' : 'green'}).text(result.tutar + ' ₺'); // $('.paymentGo').each(function(){ // $(this).attr('href' , 'payment?cek='+result.data); // }); // jquery_toast_plug('Kupon Kullanıldı' , result.mesaj , 'success'); // return false; // } else { // jquery_toast_plug('Kupon Başarısız' , result.mesaj , 'warning'); // return false; // } // }, // error : function(err){ // jquery_toast_plug('Bir hata oluştu' , 'Bağlantınızı kontrol ediniz', 'error'); // return false; // } // }) // } else { // jquery_toast_plug('Kupon Giriniz', 'Lütfen kupon kudunuzu giriniz' , 'warning'); // return false; // } // });