baltai raudonai baltai / Šiuolaikinės baltarusių poezijos antologija - sudarė Marius Burokas ir Vytas Dekšnys

Prekės kodas: 6099625737

Turimas kiekis: Prekė sandėlyje

10.0000

€1300 su PVM
Turite klausimų apie šią prekę? Klauskite

ANDREJ ADAMOVIČ • UŁADZIMIER ARŁOŬ • ALHIERD BACHAREVIČ • KRYŚCINA BANDURYNA • ALESIA BAŠARYMAVA • ANDREJ CHADANOVIČ • JULIJA CIMAFIEJEVA • DMITRIJ IVANOV • HANNA KOMAR • NASTA KUDASAVA • UŁADŹ LANKIEVIČ • MARIJA MALINOVSKAJA • MARYJA MARTYSIEVIČ • ALEH MINKIN • VALŽYNA MORT • TACIANA NIADBAJ • SIARHIEJ PRYŁUCKI • ANTON RUDAK • TANIA SKARYNKINA • DMITRIJ STROCEV

Informacija
Autorius sudarė Marius Burokas ir Vytas Dekšnys
Būklė Nauja knyga, tiesiai iš leidyklos
Leidykla BAZILISKO AMBASADA
Metai 2022
Puslapiai 204
formatas 15x22
isbn 6099625737
Įrišimas Kietas
Parašyti atsiliepimą
').fadeIn()); }, complete: function() { $('#submitReview').attr('disabled', false); }, success: function(data) { $('.alert, .text-danger').remove(); if (data['error']) { if (data['error']['name']) { $('#review__reply #name').after($('' + data['error']['name'] + '').fadeIn()); } if (data['error']['text']) { $('#review__reply #review__item').after($('' + data['error']['text'] + '').fadeIn()); } if (data['error']['captcha']) { $('.review__replyCaptcha .input-group').after($('' + data['error']['captcha'] + '').fadeIn()); } var error = $('#review__reply .text-danger:visible').first(); var scroll = error.offset().top; $('html, body').animate({ scrollTop: scroll },500); if (googleCaptcha) { grecaptcha.reset(); } } if (data['success']) { $('#submitReview').after($(data['success']).fadeIn()); $('#submitReview').remove(); $('input[name=\'name\'], input[name=\'email\'], textarea[name=\'text\'], input[name=\'captcha\']').val(''); } } }); });
'); $('.alert').delay(1000).fadeOut('slow'); $(elements.header_cart_wrapper).load('index.php?route=module/cart', function() { $(elements.header_cart_heading).trigger('click'); }); // Analytic Data Tracking Events if (json.analytics) { $('#footer').before(json.analytics); } } } }); }); // Remove errors if user enter data for required field $(".productCard__pricingDetails input[type=\'text\'], .productCard__pricingDetails input[type=\'hidden\'], .productCard__pricingDetails input[type=\'radio\'], .productCard__pricingDetails input[type=\'checkbox\'], .productCard__pricingDetails select, .productCard__pricingDetails textarea").change(function() { if ($(this).closest('.form-group').hasClass('has-error')) { $(this).closest('.form-group').removeClass('has-error'); $(this).closest('.form-group').find('.text-danger').fadeOut('fast'); $('.text-danger--quantity').fadeOut('fast'); } }); $(document).ready(function() { $('.productCard__actionButtons .btn--number').click(function() { updatePrice(); }); $(':input[name^="option"],:input[name^="quantity"]').change(function(){ updatePrice(); }); }); // Function update price function updatePrice() { var ajaxurl = domain + 'index.php?route=product/product/updatePrice'; jQuery.ajax({ type: 'post', url: ajaxurl, dataType: 'json', data: jQuery(':input[name^="option"][type=\'checkbox\']:checked, :input[type=\'hidden\'], :input[name^="option"][type=\'radio\']:checked, select[name^="option"], :input[name=\'quantity\']'), success: function (data) { if (data.special) { jQuery('#item__pricingPrice--specialUpdate').fadeOut('100').delay(100).queue(function(n){jQuery(this).html(data.special); n();}).fadeIn('100'); jQuery('#item__pricingPrice--oldUpdate').fadeOut('100').delay(100).queue(function(n){jQuery(this).html(data.price); n();}).fadeIn('100'); jQuery('.item__pricingSaving').fadeOut('100').delay(100).queue(function(n){jQuery(this).html(data.saving_amount); n();}).fadeIn('100'); jQuery('.promo-tag__default--discount').replaceWith(data.percent_discount).fadeIn(); // Sticky addtocart jQuery('#item__pricingPrice--specialUpdate2').fadeOut('100').delay(100).queue(function(n){jQuery(this).html(data.special); n();}).fadeIn('100'); jQuery('#item__pricingPrice--oldUpdate2').fadeOut('100').delay(100).queue(function(n){jQuery(this).html(data.price); n();}).fadeIn('100'); jQuery('.item__pricingSaving2').fadeOut('100').delay(100).queue(function(n){jQuery(this).html(data.saving_amount); n();}).fadeIn('100'); // Sometime product have no valid special price, but at option it still exists jQuery('#item__pricingPrice--update').fadeOut('100').queue(function(n){jQuery(this).html(data.price); n();}).fadeIn('100'); // Sticky addtocart jQuery('#item__pricingPrice--update2').fadeOut('100').queue(function(n){jQuery(this).html(data.price); n();}).fadeIn('100'); } else { jQuery('#item__pricingPrice--update').fadeOut('100').queue(function(n){jQuery(this).html(data.price); n();}).fadeIn('100'); if (data.price_excl && jQuery('#item__pricingPriceExcl--update').length) { jQuery('#item__pricingPriceExcl--update').fadeOut('100').queue(function(n){jQuery(this).html(data.price_excl); n();}).fadeIn('100'); } // Sticky addtocart jQuery('#item__pricingPrice--update2').fadeOut('100').queue(function(n){jQuery(this).html(data.price); n();}).fadeIn('100'); } if (data.option_quantity) { jQuery('.productCard__actionButtons #addToCart, .productCard__actionButtons .inputQuantity__input, .stickyAddToCart #addToCartSticky').attr('data-quantity', data.option_quantity); } // Change leasing value if (data.raw_special == null || !data.raw_special) { _mokiWidget('update', { basePrice: data.raw_price }); } else { _mokiWidget('update', { discountPrice: data.raw_special, basePrice: data.raw_price }); } }, error: function(xhr, ajaxOptions, thrownError) { } }); } function removeParam(key, sourceURL) { var rtn = sourceURL.split("?")[0], param, params_arr = [], queryString = (sourceURL.indexOf("?") !== -1) ? sourceURL.split("?")[1] : ""; if (queryString !== "") { params_arr = queryString.split("&"); for (var i = params_arr.length - 1; i >= 0; i -= 1) { param = params_arr[i].split("=")[0]; if (param === key) { params_arr.splice(i, 1); } } rtn = rtn + "?" + params_arr.join("&"); } return rtn; } $(document).ready(function() { if (typeof dataLayer !== 'undefined') { dataLayer.push({ 'ecommerce': { 'detail': { 'actionField': {'list': 'Product card'}, 'products': [{ 'name': 'baltai raudonai baltai Šiuolaikinės baltarusių poezijos antologija sudarė Marius Burokas ir Vytas Dekšnys', 'id': '67851', 'price': '1300', }] } } }); dataLayer.push({ 'item_id': '67851', 'page_type': 'product_page', 'total_value': 1300 }); } });
Rašyk
Skambink