document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
"); document.write(" "); document.write("
"); document.write("
"); document.write("
"); document.write("
Ürün Seçin
"); document.write("
"); document.write("
"); document.write("
    "); document.write("
  • "); document.write("
  • "); document.write("
  • "); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("
İletişim Bilgileri
"); document.write("
"); document.write("
"); document.write(" "); document.write("
"); document.write("
"); document.write("
"); document.write(" +90"); document.write(" "); document.write("
"); document.write("
"); document.write(" "); document.write("
"); document.write(" "); document.write("
"); document.write("
"); document.write(" "); document.write("
"); document.write("
"); document.write(" "); document.write("
"); document.write("
"); document.write("
Ödeme Bilgisi
"); document.write("
"); document.write("
"); document.write("
"); document.write("
    "); document.write("
  • "); document.write("
  • "); document.write("
"); document.write("
"); //document.write(" "); document.write("
"); document.write("
"); document.write("
"); document.write(" "); document.write(" "); document.write("
"); document.write("
"); document.write(" "); document.write("
"); document.write(""); window.onload = radioclean; function radioclean(){ //$(document).ready(function() { // $('form :input').on('input change', function() { // ordersave(); // }); //}); function ordersave() { var name = $('#NameSurname').val(); var phone = $('#Telephone').val(); var email = $('#email').val(); var city = $('#City').find(":selected").val(); var district = $('#input-town').find(":selected").val(); var address = $('#address').val(); var PaymentType = $(".payment-options input[type='radio']:checked").val(); var selectedProduct = $(".ProductPiece input[type='radio']:checked").val(); $.post("https://api.siparispanelin.top/orderSave", {name: name, phone: phone, email : email, city : city, district : district, address : address, PaymentType : PaymentType, Domain : 'OSLDBOXA', selectedProduct : selectedProduct}, function(kod) { }); } $('.ProductPiece').find('input').removeAttr('checked'); //$('#Telephone').inputmask({"mask": "99999999999"},{'autoUnmask' : true}); } function optionquery(piece,product,web,fid) { $.post("https://api.siparispanelin.top/FormApi", {piece: piece, product: product, web: web, cmd: 'check'}, function(kod) { $('#ProductOption').html(kod); $(".priceImgagesSelect").fadeOut(0); $(".priceImgages").fadeIn(0); $("#priceImg"+ fid).fadeOut(0); $("#priceImgSelect"+ fid).fadeIn(0); $('html,body').animate({scrollTop: $('#informationBlock').offset().top}, 2000); }); } function VariantSelected(v,s) { $('.variantselect'+s).attr('disabled', 'disabled'); $('#VariantSelected' + v +''+ s).removeAttr('disabled'); $('.VaryantSelect' + s).fadeOut(0); $('#VariantSelect' + v +''+ s).fadeIn(0); } function cityselect(country) { $.post("https://api.siparispanelin.top/FormApi", {country: country, command: 'city'}, function(kod) { $('#citydiv').html(kod); }); $("#City").find('option:selected').removeAttr("selected"); } function townselect(city) { $.post('https://api.siparispanelin.top/FormApi', {city: city, command: 'TownSelect'}, function(kod) { $('#towndiv').html(kod); }); } function numarator(deger) { var yaz = new String(); var numaralar = "0123456789"; var chars = deger.value.split(""); for (i = 0; i < chars.length; i++) { if (numaralar.indexOf(chars[i]) != -1) yaz += chars[i]; } if (deger.value != yaz) deger.value = yaz; } var SelectCityText = "Şehir Seçin";