NE ARAMIŞTINIZ?

Limasollu Naci İngilizce Eğitim Setleri ve Online İngilizce Kursu Bir Arada

sola ne demek Türkçe anlamı

Türkçe İngilizce sözlükte arama yapmak için ise tıklayabilirsiniz.


A B C D E F G H I J K L M N O P Q R S T U V W Y Z
Aranan Kelime: sola
Bulunan Sonuç: 7

sola

bak. solus.

solace

i., f. teselli, teselli sebebi; f. teselli etmek, kederini hafifletmek.

solan

i. sümsük kuşu, zool. Sulidae.

solar

s. güneşle ilgili; güneşe göre hesaplanan; güneş etkisiyle meydana gelen, şemsi. solar eclipse güneş tutulması, gün tutulması, küsuf. solar month ay. solar plexus anat. güneş sinirağı; k.dili. karın boşluğu. solar spectrum güneş tayfı. solar spots güneşin üzerinde görülen lekeler, solar system astr. güneş sistemi. solar wind güneşten çıkan yüklü zerrelerin cereyanı. solar year şemsi yıl, güneş yılı.

solarium

i. güneş banyosu yapılan etrafı camla çevrili yer, solaryum.

solarize

f. güneş ışığına maruz bırakmak; foto. klişeyi güneş ışığına fazla maruz bırakarak bozmak. solarization i. güneş ışınlarının etkisi; foto. klişeyi güneşe fazla maruz bırakarak bozma.

solatium

i. (çoğ. -tia) tazminat.

Alışveriş Sepetiniz

Sepetiniz henüz boş

Taksit seçeneklerini ödeme sayfamızda görebilirsiniz.

ALIŞVERİŞE DEVAM ET

HESABINIZA GİRİŞ YAPIN

Parolanızı mı unuttunuz?
ÜYE DEĞİLSENÜYE OL
'; } jQuery("#mCSB_1_container").append('
'+result['getcart'][z]['product'][0]['name']+'

'+result['getcart'][z]['product'][0]['name']+'

'+result['getcart'][z]['price']+' TL '+ button +'
'); } /* document.getElementById('total-discount').innerHTML = result['totaldiscount'].formatMoney(2, ',', '.') + " TL"; if (result['totaldiscount'] > 0) { $('#cart-discount-div').show(); } document.getElementById('totalnumber').innerHTML = result['totalnumber']; document.getElementById('totalnumber').style.display="block"; */ if(result['stockstatus']==0){ $('#stockcontrol').show(); } else{ $('#stockcontrol').hide(); } if (result['totalnumber'] != 0) { $('.sale').css({"display":"block"}); $('#emptycart').css({"display":"none"}); $('#sepetegit').css({"display":"block"}); $('#total-price').css({"display":"block"}); if (result['locate'] == 'Turkey') { $('#cargo').css({"display":"block"}); } else { $('#cargo').css({"display":"none"}); } } else{ $('#emptycart').css({"display":"block"}); $('#sepetegit').css({"display":"none"}); $('#total-price').css({"display":"none"}); $('#cargo').css({"display":"none"}); } if (result['totaldiscount'] != 0) { $("#cartdiscountname").css({"display":"block"}); $('#total-discount').css({"display":"block"}); $('#total-discount-amount').css({"display":"block"}); $('#cartdiscountname').text(""); for (var i = 0; i < result['discountname'].length; i++) { $('#cartdiscountamount').text(result['discountname'][i]); } $('#total-discount-amount').text('-'+formatmny(result['totaldiscount']) + ' TL'); } else { $("#cartdiscountname").css({"display":"none"}); $('#total-discount').css({"display":"none"}); $('#total-discount-amount').css({"display":"none"}); $('cartdiscountamount').text(""); $('cartdiscountname').text(""); } if (result['cargo'] != 0) { if (result['locate'] == 'Turkey') { document.getElementById('cargo').style.display = "block"; document.getElementById('cargo-amount').innerHTML = formatmny(result['cargo']) + " TL"; } } else { if (result['locate'] == 'Turkey') { document.getElementById('cargo').style.display = "block"; document.getElementById('cargo-amount').innerHTML =" Ücretsiz"; } } /* if(result['totalamount']<50) { $('#sepetegit').css({"display":"none"}); $('#sepetuyarisi').css({"display":"block"}); } else{ $('#sepetuyarisi').css({"display":"none"}); $('#sepetegit').css({"display":"block"}); } */ if (result['locate'] == 'Turkey') { var pricebasket = parseFloat(result['totalamount']) + parseFloat(result['cargo']); } else { var pricebasket = parseFloat(result['totalamount']); } document.getElementById('total-price').innerHTML = '

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: "Ww6hoDXgRcdZDx2hlsu8MivaEiWS8xZ4njH2y0uS"}, 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('
'+ result['getcart'][z]['product'][0]['name'] +'

'+ result['getcart'][z]['product'][0]['name'] +'

'+result['getcart'][z]['price']+' TL '+ button +'
'); } 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: "Ww6hoDXgRcdZDx2hlsu8MivaEiWS8xZ4njH2y0uS" }, 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('
'+ result['getcart'][z]['product'][0]['name'] +'

'+ result['getcart'][z]['product'][0]['name'] +'

'+result['getcart'][z]['price']+' TL '+ button +'
'); } 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: "Ww6hoDXgRcdZDx2hlsu8MivaEiWS8xZ4njH2y0uS" }, function (result) { if(result['status'] ==0) { $.fancybox.open("
" + result['text'] +"
") //setTimeout(function(){ // location.reload(); //},1400) document.getElementById('total-discount').style.display = "block"; //document.getElementById('total-discount-amount').innerHTML = result['discount'].formatMoney(2, ',', '.') + " TL"; // document.getElementById('discountrate').innerHTML = result['discount'] + " TL "; document.getElementById('total-discount').innerHTML = "

İndirim -" + result['discount'].formatMoney(2, ',', '.') + " TL" + result['name'] + "

"; document.getElementById('total-price').innerHTML = "

TOPLAM" + result['totalamount'] + " TL

"; } else{ $.fancybox.open("
" + result['text'] +"
") } }); } $('.address-box input').on('change', function() { $(this).parent().find("input").prop("checked", true); }); -->