window.dataLayer = window.dataLayer || [];
function gtag(){
dataLayer.push(arguments);
}
gtag('js', new Date());
var _paq = _paq || [];
var _paq = _paq || []
_paq.push(['trackEvent', 'product', 'visit', '22957']);
Регулировочные кольца Blackmagic PL Mount Shim Kit
0 вопросов
Артикул: 22957
Совместимость
PL на камеру URSA
Оплата заказа при получении
var country_town = localStorage.getItem('formStorage');
var date = new Date();
let compare_location = '';
var obj_town = 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("Доставим быстро");
}
Набор из восьми PL Mount Shims от Blackmagic Design представляет собой набор колец, предназначенных для изменения фокусного расстояния фланца объективов PL (принудительная блокировка), установленных на цифровых кинокамерах URSA
Характеристики
Артикул производителя
CINEURVPLSHIM
Совместимость
PL на камеру URSA
Страна-производитель
Китай
Похожие товары
2 290 ₽
+ 74
Бонусных рублей
Кабель Tilta 90-Degree Type-C для BMPCC 4K/6K 20 см
Нет оценок
В наличии: более 5 шт.
1 490 ₽
+ 40
Бонусных рублей
Кабель ZGCine BMPCC - D-Tap
5.0 1 отзыв
В наличии: более 5 шт.
1 990 ₽
+ 51
Бонусных рублей
Кабель Tilta 90-Degree USB-C Cable для BMPCC 4K/6K 30 см
Нет оценок
В наличии: более 5 шт.
2 090 ₽
+ 49
Бонусных рублей
Кабель SmallRig 2920 для питания BMPCC 4K/6K
3.0 1 отзыв
В наличии: более 5 шт.
1 490 ₽
+ 41
Бонусных рублей
Кабель ZGCine BMPCC - Type-C
5.0 1 отзыв
В наличии: более 5 шт.
1 990 ₽
+ 44
Бонусных рублей
Кабель питания SmallRig 4761 D-TAP для BMPCC 4K/6K
Нет оценок
В наличии: 3 шт.
1 990 ₽
+ 54
Бонусных рублей
Кабель Tilta Side Handle для BMPCC 4K/6K
Нет оценок
В наличии: 1 шт.
1 790 ₽
+ 39
Бонусных рублей
Кабель DigitalFoto для зарядки BMPCC 4K/6K/6K PRO
Нет оценок
В наличии: 4 шт.
gtag('event', 'view_item_list', {
"send_to": "UA-32432488-1",
"ecomm_pagetype": "Главная",
"items": [
{
"id": 15965,
"name": "Кабель Tilta 90-Degree Type-C для BMPCC 4K/6K 20 см",
"list_name": "Главная"
},
{
"id": 51467,
"name": "Кабель ZGCine BMPCC - D-Tap",
"list_name": "Главная"
},
{
"id": 15966,
"name": "Кабель Tilta 90-Degree USB-C Cable для BMPCC 4K/6K 30 см",
"list_name": "Главная"
},
{
"id": 22156,
"name": "Кабель SmallRig 2920 для питания BMPCC 4K/6K",
"list_name": "Главная"
},
{
"id": 51471,
"name": "Кабель ZGCine BMPCC - Type-C",
"list_name": "Главная"
},
{
"id": 82192,
"name": "Кабель питания SmallRig 4761 D-TAP для BMPCC 4K/6K",
"list_name": "Главная"
},
{
"id": 19503,
"name": "Кабель Tilta Side Handle для BMPCC 4K/6K",
"list_name": "Главная"
},
{
"id": 27848,
"name": "Кабель DigitalFoto для зарядки BMPCC 4K/6K/6K PRO",
"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.png');
$(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
}
});
var _tmr = window._tmr || (window._tmr = []);
_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: '7744.0000',
goal: 'prosmotrel_kartochku_tovara',
params: {
product_id: '22957'
}
});
$('.product_action--like').off('click').on('click', function() {
var _tmr = window._tmr || (window._tmr = [])
_tmr.push({
type: 'reachGoal',
id: 3325343,
value: '7744.0000',
goal: 'addtofavorites',
params: {
product_id: '22957'
}
});
var _tmr = window._tmr || (window._tmr = []);
_tmr.push({
type: 'reachGoal',
id: 3245403,
value: '7744.0000',
goal: 'add_to_wishlist',
params: {
product_id: '22957'
}
});
});
var _tmr = window._tmr || (window._tmr = []);
_tmr.push({
type: "reachGoal",
id: 3245403,
value: "7744.0000",
goal: "viewProduct",
params:
{
product_id: "22957"
}
});
gtag('event', 'view_item', {
"send_to": "UA-32432488-1",
"ecomm_prodid": "22957",
"ecomm_pagetype": "product",
"ecomm_totalvalue": '7744.0000',
"items": [
{
"id": "22957",
"name": "Регулировочные кольца Blackmagic PL Mount Shim Kit",
"price": '7744.0000'
}
]
});
window.vkAsyncInit = function() {
VK.Retargeting.Init('VK-RTRG-1347429-hq2AP');
const eventParams = {
"products" : [{"id":"22957"}],};
VK.Retargeting.ProductEvent(240231, "view_product", eventParams);
}