window.dataLayer = window.dataLayer || [];
function gtag(){
dataLayer.push(arguments);
}
gtag('js', new Date());
var _paq = _paq || [];
var _paq = _paq || []
_paq.push(['trackEvent', 'product', 'visit', '25724']);
Система питания Kingma BLH-1 + BM-F980D
Артикул: 25724
Подключение: DC 5.5/2.1 мм
Подключение
DC 5.5/2.1 мм
Вид аккумулятора
BLH-1
Особенности
адаптер NP-F
Особенности кабеля
витой
Оплата заказа при получении
var country_town = localStorage.getItem('formStorage');
var date = new Date();
let compare_location = '';
obj_town = JSON.parse(country_town);
if (obj_town !== "undefined" && obj_town !== null) {
compare_location = obj_town.user_region;
} else {
compare_location = Cookies.get('city-choose-full')
}
if (compare_location == 'Россия, Москва' && date.getHours() < 12) {
$("#updateDelivery span").html("Доставим сегодня");
} else {
$("#updateDelivery span").html("Доставим быстро");
}
Каплер для камеры Olympus E-M1 Mark II/E-M1 Mark III обеспечивает питание с помощью сменных батарей стандарта NP-F. Кабель может растягиваться в длину от 50 до 150 см. Система имеет встроенную защиту от перепадов напряжения и высокой температуры
Характеристики
Подключение
DC 5.5/2.1 мм
Вид аккумулятора
BLH-1
Особенности конструкции
адаптер NP-F
Артикул производителя
DR-BLH1-P Kit
Вес самого товара без установленных дополнений/аксессуаров и упаковки
Вес товара без упаковки
165 г
Вход
7 - 8,4 В/ 2A
Выход
6 - 8,4 В
Особенности кабеля
витой
Страна-производитель
Китай
Вес
80 г
Похожие товары
Адаптер питания DigitalFoto Sony NP-FZ100 - D-TAP
Нет оценок
Адаптер питания DigitalFoto DMW-DCC12 + D-TAP B-type
Нет оценок
Адаптер питания DigitalFoto Sony NP-FW50 (+ D-TAP)
Нет оценок
Адаптер питания SmallRig 3247 EN-EL15
Нет оценок
Адаптер питания Tilta для NP-FZ100 - 3.5/1.35mm DC
Нет оценок
Адаптер питания DigitalFoto Sony NP-FZ100 (+ F970 battery gusset)
Нет оценок
Адаптер питания Tilta для NP-FW50 - 3.5/1.35mm DC
Нет оценок
Адаптер питания DigitalFoto Panasonic DMW-DCC12
Нет оценок
gtag('event', 'view_item_list', {
"send_to": "UA-32432488-1",
"ecomm_pagetype": "Главная",
"items": [
{
"id": 19841,
"name": "Адаптер питания DigitalFoto Sony NP-FZ100 - D-TAP",
"list_name": "Главная"
},
{
"id": 19847,
"name": "Адаптер питания DigitalFoto DMW-DCC12 + D-TAP B-type",
"list_name": "Главная"
},
{
"id": 19838,
"name": "Адаптер питания DigitalFoto Sony NP-FW50 (+ D-TAP)",
"list_name": "Главная"
},
{
"id": 24952,
"name": "Адаптер питания SmallRig 3247 EN-EL15",
"list_name": "Главная"
},
{
"id": 19507,
"name": "Адаптер питания Tilta для NP-FZ100 - 3.5/1.35mm DC",
"list_name": "Главная"
},
{
"id": 19840,
"name": "Адаптер питания DigitalFoto Sony NP-FZ100 (+ F970 battery gusset)",
"list_name": "Главная"
},
{
"id": 19506,
"name": "Адаптер питания Tilta для NP-FW50 - 3.5/1.35mm DC",
"list_name": "Главная"
},
{
"id": 19846,
"name": "Адаптер питания DigitalFoto Panasonic DMW-DCC12",
"list_name": "Главная"
},
]
});
$(".goods .goods_row a").click(
function(e) {
gtag('event', 'select_content', {
"content_type": "product",
"send_to": "UA-32432488-1",
"ecomm_prodid": $(this).data("uidgood"),
"ecomm_totalvalue": $(this).data("pricegood"),
"items": [
{
"id": $(this).data("uidgood"),
"name": $(this).data("namegood"),
"list_name": "Главная",
"ecomm_pagetype": "Главная",
}
]
});
}
);
$('.lazy').lazy(
{
beforeLoad: function (element) {
$(element).on("error", function () {
$(element).addClass('no-image');
});
},
afterLoad: function(element) {
$(element).closest('.float-left.first').find('.productShimmerLoader').hide();
},
onError: function(element) {
$(element).attr("src",'/wa-content/img/design/themes/no-image.svg');
$(element).addClass('no-image');
$(element).closest('.float-left.first').find('.productShimmerLoader').hide()
}
});
$('.item_action_block .item_like').off('click').on('click', function() {
let productId = $(this).closest('.item_action').find('input[type="submit"]').attr('data-pid');
let productPrice = $(this).closest('.item_action').find('input[type="submit"]').attr('data-pprice');
if (productId == undefined) {
productId = $(this).closest('.item_action').find('input[type="hidden"][name="product_id"]').val();
productPrice = parseInt($(this).closest('.item_desc').find('.price .current').text());
}
console.log(productId + ' - '+ productPrice)
var _tmr = window._tmr || (window._tmr = [])
_tmr.push({
type: 'reachGoal',
id: 3325343,
value: productPrice,
goal: 'addtofavorites',
params: {
product_id: productId
}
});
_tmr.push({
type: 'reachGoal',
id: 3245403,
value: productPrice,
goal: 'add_to_wishlist',
params: {
product_id: productId
}
});
});
Удалённый склад
Вы добавили товар с удаленного склада. Это значит, что на доставку такого товара
потребуется на 3-5 дней больше чем расчетное время доставки в корзине
var _tmr = window._tmr || (window._tmr = [])
_tmr.push({
type: 'reachGoal',
id: 3325343,
value: '1590.0000',
goal: 'prosmotrel_kartochku_tovara',
params: {
product_id: '25724'
}
});
$('.product_action--like').off('click').on('click', function() {
var _tmr = window._tmr || (window._tmr = [])
_tmr.push({
type: 'reachGoal',
id: 3325343,
value: '1590.0000',
goal: 'addtofavorites',
params: {
product_id: '25724'
}
});
_tmr.push({
type: 'reachGoal',
id: 3245403,
value: '1590.0000',
goal: 'add_to_wishlist',
params: {
product_id: '25724'
}
});
});
var _tmr = window._tmr || (window._tmr = []);
_tmr.push({
type: "reachGoal",
id: 3245403,
value: "1590.0000",
goal: "viewProduct",
params:
{
product_id: "25724"
}
});
gtag('event', 'view_item', {
"send_to": "UA-32432488-1",
"ecomm_prodid": "25724",
"ecomm_pagetype": "product",
"ecomm_totalvalue": '1590.0000',
"items": [
{
"id": "25724",
"name": "Система питания Kingma BLH-1 + BM-F980D",
"price": '1590.0000'
}
]
});
window.vkAsyncInit = function() {
VK.Retargeting.Init('VK-RTRG-1347429-hq2AP');
const eventParams = {
"products" : [{"id":"25724"}],};
VK.Retargeting.ProductEvent(240231, "view_product", eventParams);
}