'+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.
Any one of several species of South American monkeys of the genus Pithecia.
They have large ears, and a long hairy tail which is not prehensile.
The alcoholic drink of Japan.
It is made from rice. small arboreal monkey of tropical South America with long hair and bushy nonprehensile tail.
cupbearer. sake.
'buy', 'purchase'. a rice wine, preferrably served warmed.
British writer of short stories.
Japanese alcoholic beverage made from fermented rice; usually served hot. small arboreal monkey of tropical South America with long hair and bushy nonprehensile tail.
quiet. peaceful. smooth. still. calm. domicilled. even-tempered. tranquil. airless. cold. comfortable. composed. dispassionate. equal. even. halcyon. hushed. imperturbable. laidback. nerveless. noiseless. pacific. peaceable. philosophic. philosophica.
quiet. peaceful. smooth. still. calm. domicilled. even-tempered. tranquil. airless. cold. comfortable. composed. dispassionate. equal. even. halcyon. hushed. imperturbable. laidback. nerveless. noiseless. pacific. peaceable. philosophic. philosophica. collected. cool. easy. equable. inhabitant. leisurely. occupant. occupier. orderly. philosophical. phlegmatic. placid. private. quiescent. resident. restful. restrained. sedate. serene. sleepy. taciturn. unmoved.
calm. still. tranquil. serene. resident. inhabitant. backwater. clear. comfortable. dispassionate. dreamy. dweller. easy. impassive. imperturbable. nerveless. pacific. peaceful. placid. quiescent. quiet. reposeful. restful. sedate. serebe. silent. smooth.
let one's hair down. calm down. compose oneself. cool down. quieten. smooth down. become tranquilized. hush. let up. quiet. quiet down. resettle. simmer down. slacken. smooth. still. subside.
quieten. rage. subside. to get quiet. calm down. to calm. to calm down. to cool down. to quiet down. to simmer down.
to become calm. to calm down.
calm. compose. mollify. pacify. quieten. sedate. soothe. still. tranquillize. to compose. to calm. to calm sb down. to cool sb down. to soothe. to mollify. to quiet. to quieten. to pacify. to sedate. to tranquillize. to tranquilize.
to calm. to soothe. cool. mollify. quieten. sedate. settle. steady. still. tranquillize.
inconvenience. objection. drawback. disability.
inconvenience. objection.
drawback. objection. disadvantange. disadvantage. disadvantageousness.
prudent. cautious. cagey.
forbearance.
avoidance. forbearance.
avoid. forbear. refrain. shun. to take care of oneself. to be wary of. to avoid. to refrain. to shun. to beware of. to protect.
to avoid sth / sb. to keep away from. to steer clear of sb. to guard against. to watch out for sth dangerous. abstain. avoid. cradle. elude. eschew. evade. forbear. pull a fast one. shun. steer clear of. to get out of the way.
chewing gum.
gum. chewing gum. mastic.
chewing gum. mastic. gum mastic.
resinous.
sth which contains mastic.
warble.
clangor.
drumming. pattern. splash. rattle. clatter. jingle. snap. smack.
ugly. ill-proportioned. wearisome. tedious. tiresome. heavy.
calmly.
sedation.
calmness. quietness. tranquility. tranquillity. calm. collectedness. collectivity. composedness. composure. equanimity. imperturbability. philosophy.
calm. cool. equanimity. quiet. repose. still. calmness. composure. coolness. self-possession. serenity. tranquility.
calmness. tranquillity. security. stillness.
abstain.
beware!. take care!. don't!. mind!. don't do it!. you dare!. don't you dare!.
Beware ! Take care ! Don't do it.
I do hope.
inconvenient. objectionable. disadvantageous. prejudicial. unfavorable. unfavourable.
objectionable. undesirable. inconvenient.
sth which has drawbacks. person whom it is wise to avoid. disadvantageous. objectionable. unfavo u rable.
sth which has no drawbacks.
gumwood.
gum.
vegetable marrow.
disciple.
with a pattering sound.
to beat. to drum. to patter. to jingle. to clatter. to rattle. to snap. to crack. to sing.
to jingle. to rattle. to clatter. to clack. to snap. to crack.
clangorous.
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: "IR4inW5nuHUo4Lm1TOn5yEEkjriQPrAh1yFWKgMy"}, 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: "IR4inW5nuHUo4Lm1TOn5yEEkjriQPrAh1yFWKgMy" }, 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: "IR4inW5nuHUo4Lm1TOn5yEEkjriQPrAh1yFWKgMy" }, 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("