Kategoriler
Alışveriş Sepetiniz
Anasayfa
İletişim
Tümü
Tümü
Marpuçlar
Tütünler
Nargile
Üye Girişi
Kayıt Ol
0 ürün - 0,00TL
0
Alışveriş sepetiniz boş!
Menu
Nargile
Marpuçlar
Tütünler
Üye Girişi
Kayıt Ol
Hesabım
Kayıt Ol
Hesap Oluştur
Eğer daha önce kayıt olduysanız, lütfen
oturum açma
sayfasına gidiniz.
Üyelik Bilgileri
Müşteri Grubu
Bireysel
Adınız
Soyadınız
E-Posta
Telefon
Parolanız
Parola
Parola(Tekrar)
Bülten Aboneliği
Bülten Aboneliği
Evet
Hayır
Privacy Policy
'ni okudum ve kabul ediyorum.
Devam
$('body').prepend('
'); $('#form-upload input[name=\'file\']').trigger('click'); if (typeof timer != 'undefined') { clearInterval(timer); } timer = setInterval(function() { if ($('#form-upload input[name=\'file\']').val() != '') { clearInterval(timer); $.ajax({ url: 'index.php?route=tool/upload', type: 'post', dataType: 'json', data: new FormData($('#form-upload')[0]), cache: false, contentType: false, processData: false, beforeSend: function() { $(element).button('loading'); }, complete: function() { $(element).button('reset'); }, success: function(json) { $(element).parent().find('.text-danger').remove(); if (json['error']) { $(node).parent().find('input').after('
' + json['error'] + '
'); } if (json['success']) { alert(json['success']); $(element).parent().find('input').val(json['code']); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }, 500); }); //-->