'+result['getcart'][z]['product'][0]['name']+'
'+result['getcart'][z]['price']+' TL '+ button +'NE ARAMIŞTINIZ?
İngilizce Türkçe sözlükte arama yapmak için ise tıklayabilirsiniz.
The standard unit of electrical capacity; the capacity of a condenser whose charge, having an electro-motive force of one volt, is equal to the amount of electricity which, with the same electromotive force, passes through one ohm in one second; the capacity, which, charged with one coulomb, gives an electro-motive force of one volt. the capacitance of a capacitor that has an equal and opposite charge of 1 coulomb on each plate and a voltage difference of 1 volt between the plates.
A unit of capacitance that stores one coulomb of electrical charge when one volt of electrical pressure is applied.
The unit of electrical capacitance, the capacitance of a condenser between the plates of which there is a difference of potential of 1 volt when it is charged by a quantity of electricity equal to 1 coulomb.
A unit of capacity that will store one coulomb of electrical charge when one volt of electrical pressure is applied.
The unit of capacitance; one coulomb per volt.
The capacitance of a capacitor in which a charge of 1 coulomb produces a change of 1 volt in the potential difference between its terminals The Farad is the unit of capacitance in the mksa system.
The unit for capacitance A capacitor that stored one coulomb of charge with one volt across it will have a value of one farad. the basic unit of capacitance A capacitor has a value of one farad when it can store one coulomb of charge with one volt across it.
The basic unit of capacitance A capacitor has a capacitance of 1F when a charge of 1 Volt across the capacitor produces a current of 1 Ampere through it Named after Michael Faraday 2.
Unit of capacitance whereby a charge of one coulomb produces a one volt potential difference.
A farad is the measure of capacitance One farad is equal to 1 coulomb of charge between two terminals causing one volt of potential difference.
The basic unit of capacitance A capacitor has a capacitance of 1F when a charge of 1 volt across the capacitor produces a current of 1 ampere through it Named after Michael Faraday.
The unit of electrical capacitance; the energy storing capacity of a capacitor. unit of measure of capacitance Named after Farad.
The unit of capacity of a capacitor Capacitors in our industry are rated in microfarads. the basic unit of capacitance A capacitor has a capacitance of 1 farad when a voltage change of 1 volt per second across it produces a current of 1 ampere. the SI unit of capacitance, named after Michael Faraday, symbol F One farad is a very large capacitance; values of capacitors used in typical circuits are in the microfarad range.
The unit of capacitance 'F' This is a very large value and the most common units are microfarad and nanofarad.
The unit of capacitance.
A unit of electrical capacity.
The SI unit of capacitance A farad is the capacitance of a capacitor in which a charge of 1 coulomb produces a potential difference of 1 volt between the terminals.
The standard unit of capacitance Abbreviated as F A voltage change of one volt per second produces a current of one amp across a one-farad capacitance The farad is too large a unit for practical application, so two smaller units are generally used The microfarad is equal to 10-6 F, and the picofarad is 10- 2 F.
The basic unit of capacitance A capacitor has a value of one farad when it can store one coulomb of charge with one volt across it.
Unit of electrical capacity; capacity of a condenser which, when charged with one coulomb of electricity, gives difference of potential of one volt. the capacitance of a capacitor that has an equal and opposite charge of 1 coulomb on each plate and a voltage difference of 1 volt between the plates.
farad.
Alışveriş Sepetiniz
TOPLAM' + formatmny(pricebasket) + ' TL
'; fbq('track', 'AddToCart', {currency: "TRY", value: pricebasket}); }); } function deletecart(id, sect) { setTimeout(function () { jQuery.post("https://www.limasollunaci.com/deletecart", {id: id, _token: "WtIEGuTi3lu9WsWfZqCxeMbMQLS5oClnNf63MSX5"}, function (result) { jQuery('#mCSB_1_container').empty(); jQuery('#total-price').empty(); // jQuery('#total-discount').empty(); var total = 0; $("#li" + id).remove(); for (var z = 0; z < result['getcart'].length; z++) { result['getcart'][z]['product'][0]['name'] = (result['getcart'][z]['product'][0]['name']).replace(/'/g, ''); var stringprice = result['getcart'][z]['price'].toString(); var intprice = parseFloat(stringprice.replace('.', "").replace(',', '.')); total += intprice * parseInt(result['getcart'][z]['number']); if(result['getcart'][z]['price'] ==0) { var button = ''; } else{ var button = ''; } jQuery("#mCSB_1_container").append(''); } var pricebasket = parseFloat(total) - parseFloat(result['totaldiscount']); var pricebasket = parseFloat(result['totalamount']) + parseFloat(result['cargo']); document.getElementById('total-price').innerHTML = 'TOPLAM' + formatmny(pricebasket) + ' TL
'; if (total == 0) { document.getElementById('sepetegit').style.display = "none"; document.getElementById('total-price').style.display = "none"; document.getElementById('cargo').style.display = "none"; } if(parseFloat(result['totaldiscount']) <= 0) { document.getElementById('total-discount').innerHTML = ""; document.getElementById('total-discount').style.display = "none"; } document.getElementById('totalnumber').innerHTML = result['totalnumber']; document.getElementById('totalnumber').style.display = "block"; /* document.getElementById('total-price-basket').innerHTML = pricebasket.formatMoney(2, ',', '.'); document.getElementById('discountrate').innerHTML = "İndirim:" + result['totaldiscount'] + " TL "; if(result['totalnumber'] ==0) { document.getElementById('totalnumber').style.display="none"; }else{ document.getElementById('totalnumber').style.display="block"; } */ }); //location.reload(); }, 400); } function changecount(id, count) { setTimeout(function () { //var count = $('#count' + id).val(); console.log(count); jQuery.post("https://www.limasollunaci.com/changecount", { id: id, "count": count, _token: "WtIEGuTi3lu9WsWfZqCxeMbMQLS5oClnNf63MSX5" }, function (result) { jQuery('#mCSB_1_container').empty(); jQuery('#total-price').empty(); var total = 0; for (var z = 0; z < result['getcart'].length; z++) { result['getcart'][z]['product'][0]['name'] = (result['getcart'][z]['product'][0]['name']).replace(/'/g, ''); var stringprice = result['getcart'][z]['price'].toString(); var intprice = parseFloat(stringprice.replace('.', "").replace(',', '.')); total += intprice * parseInt(result['getcart'][z]['number']); if(result['getcart'][z]['price'] ==0) { var button = ''; } else{ var button = ''; } jQuery("#mCSB_1_container").append(''); } var pricebasket = parseInt(total) - parseInt(result['totaldiscount']); document.getElementById('total-price').innerHTML = 'TOPLAM '+ total.formatMoney(2, ',', '.') +' TL
'; // document.getElementById('total-price-basket').innerHTML = pricebasket.formatMoney(2, ',', '.') + ' TL '; // document.getElementById('discountrate').innerHTML = result['totaldiscount'] + " TL "; /*document.getElementById('totalnumber').innerHTML = result['totalnumber']; document.getElementById('totalnumber').style.display="block"; */ }); //location.reload(); }, 400); } function buttontrigger() { } Number.prototype.formatMoney = function (fractionDigits, decimal, separator) { fractionDigits = isNaN(fractionDigits = Math.abs(fractionDigits)) ? 2 : fractionDigits; decimal = typeof (decimal) === "undefined" ? "." : decimal; separator = typeof (separator) === "undefined" ? "," : separator; var number = this; var neg = number < 0 ? "-" : ""; var wholePart = parseInt(number = Math.abs(+number || 0).toFixed(fractionDigits)) + ""; var separtorIndex = (separtorIndex = wholePart.length) > 3 ? separtorIndex % 3 : 0; return neg + (separtorIndex ? wholePart.substr(0, separtorIndex) + separator : "") + wholePart.substr(separtorIndex).replace(/(\d{3})(?=\d)/g, "$1" + separator) + (fractionDigits ? decimal + Math.abs(number - wholePart).toFixed(fractionDigits).slice(2) : ""); }; function formatmny(argument) { return Number(argument).formatMoney(2, ',', '.'); } $(document).on('click', '.product-counter button', function () { var dataid = $(this).data('id'); var val = parseInt($(this).parent().find('input').val()); var last_count; if ($(this).hasClass('plus')) { if (parseInt($(this).parent().find('input').val()) >= $(this).parent().find('input').attr("max")) { $(this).parent().find('input').val($(this).parent().find('input').attr("max")) } else { $(this).parent().find('input').val(val + 1); last_count = val + 1; } } else { if (val <= 1) { $(this).attr('disabled'); } else { $(this).removeAttr('disabled'); $(this).parent().find('input').val(val - 1); last_count = val - 1; } } changecount(dataid, last_count); }) function discountcuppon() { var code = $('#cupponcode').val(); jQuery.post("https://www.limasollunaci.com/getdiscountcode", { code: code, _token: "WtIEGuTi3lu9WsWfZqCxeMbMQLS5oClnNf63MSX5" }, function (result) { if(result['status'] ==0) { $.fancybox.open("İndirim -" + result['discount'].formatMoney(2, ',', '.') + " TL" + result['name'] + "
"; document.getElementById('total-price').innerHTML = "TOPLAM" + result['totalamount'] + " TL
"; } else{ $.fancybox.open("