$(document).on('change', 'input[type="checkbox"].related_product_checkbox_field', function () {
let sum = 0;
$('input[type="checkbox"].related_product_checkbox_field:checked').each(function (i, e) {
sum = sum + parseInt($(e).data('price'));
});
$('#related_total_amount').text(sum.toLocaleString());
});
$(document).on('click', '.related_product_container .black_btn', function () {
//e.preventDefault();
$('input[type="checkbox"].related_product_checkbox_field:checked').each(function (i, e) {
var btn = $('.related_product_container .black_btn');
var cont = $('.related_product_container');
$(e).prop('checked', false);
$.ajax({
type: "POST",
url: "/cart/add/",
data: {
product_id: $(e).data('product-id'), quantity: 1
},
beforeSend: function () {
btn.addClass('processing');
cont.addClass('white-fade');
},
success: function (response) {
console.log(response)
if (response.hasOwnProperty("data")) {
updateCartRelated(response.data)
} else {
alert(response.errors)
}
},
complete: function () {
btn.removeClass('processing');
cont.removeClass('white-fade');
}
});
});
});
$(document).on('DOMNodeInserted', 'input[name="load_complete"]', function (e) {
let endOffset = 0;
const floatHeight = $('#product_left_block').outerHeight(true);
if ($('.also_buy').length) {
endOffset = $('.also_buy').position().top;
} else if ($('#upper_tabs').length) {
endOffset = $('#upper_tabs').position().top;
}
console.log('STICKY! '+ endOffset);
if (endOffset > 0) {
var stickyBottomOffset = $('.also_buy').height();
console.log('sticky_offset '+endOffset);
console.log( $(document).outerHeight(true))
$('#product_left_block').sticky({
topSpacing: $('#top_menu_search').outerHeight(), bottomSpacing: $(document).outerHeight(true) - endOffset
});
}
});
function updateCartRelated(data) {
$("#cart_header .cart-total").html(data.total.replace(/[^0-9 ]/gi, ''));
let el = $('.header_list--cart .header_product[data-id="' + data.item_id + '"]').find('.multiplier');
el.data('data-count', parseInt(el.attr('data-count')) + 1).html('(' +el.attr('data-count') + ' шт)');
$('.header_action_counter--cart').html(data.count)
if (data.count == 0) {
$(".cart-total").empty();
$('.header_action_counter--cart').empty().hide();
$(".cart-total span:first").attr('data-total', 0);
}
}
Добавить аксессуары:
Итого: 0 ₽
Добавить аксессуары в корзину
Ёмкость аккумулятора3500 мАч
Напряжение11.55 В
СовместимостьDJI Mavic Air 2
11 570 ₽
+ 579
Бонусных рублей
Бонусные рубли
1 бонус = 1 рубль.
Бонусы начисляются через 3 дня после покупки и становятся доступными для списания через 2 недели.
Оплачивайте до 50% новых покупок накопленными бонусами!
Сумма бонусных рублей может меняться в зависимости от скидок и акций на товар.
Для ИП, Юридических лиц и НКО бонусные рубли начисляются с понижающим коэффициентом
Аккумулятор для квадрокоптера DJI Mavic Air 2. Имеет защиту батареи и дрона от скачков напряжения и имеет интеллектуальную систему распределения энергии
Характеристики
Гарантия
3 месяца
Ёмкость аккумулятора
3500 мАч
Напряжение
11.55 В
Артикул производителя
CP.MA.00000268.01
Рекомендуемый диапазон температуры окружающей среды, при котором использование товара или его функций будет безопасным