Радиатор биметаллический Standard 96/500
Артикул: 16630
Наличие:
Доставка: 1-3 дня
Цена: 159.99 грн.
').appendTo("head");
$('.date').datepicker({dateFormat: 'yy-mm-dd'});
$('.datetime').datetimepicker({
dateFormat: 'yy-mm-dd',
timeFormat: 'h:m'
});
$('.time').timepicker({timeFormat: 'h:m'});
}, 500);
function setThumb(src) {
//console.log($(src).attr('data-zoom-image'));
$(".product-info .left .image img").attr('src', $(src).attr('data-zoom-image')).attr('data-zoom-image', $(src).attr('data-zoom-image'));
setImageZoom();
/*eval('var a = {' + $(object).attr('rel') + '}');
relOpts = a;
data = '';
$('.cloud-zoom').attr('href',$(object).attr('href'));
$('.cloud-zoom img').attr('src',relOpts.smallImage);
$('.cloud-zoom, .cloud-zoom-gallery').CloudZoom();*/
// return false;
}
function setImageZoom() {
$(".product-info .left .image img").elevateZoom({
zoomWindowPosition: 3,
zoomWindowHeight: 400, zoomWindowWidth: 400,
gallery: 'gallery_01',
cursor: 'pointer',
galleryActiveClass: 'active',
imageCrossfade: true,
//loadingIcon: 'http://www.elevateweb.co.uk/spinner.gif'
});
}
$(document).ready(function () {
//setImageZoom();
//pass the images to Fancybox
/*$(".product-info .left .image img").bind("click", function(e) {
//var ez = $('product-info .left .image img').data('elevateZoom');
//$.fancybox(ez.getGalleryList());
if ($(this).attr('data-zoom-image')) {
$.colorbox({href: $(this).attr('data-zoom-image')});
}
return false;
});*/
/*$(".product-info .left .image img, .product-info .left .image-additional img").bind("click", function(e) {
//var ez = $('product-info .left .image img').data('elevateZoom');
//$.fancybox(ez.getGalleryList());
if ($(this).attr('data-zoom-image')) {
$.colorbox({href: $(this).attr('data-zoom-image')});
}
return false;
});*/
setTimeout(function() {
fbq('track', 'ViewContent', {
value: '159.99',
currency: 'UAH',
content_ids: '7222',
content_type: 'product',
});
gtag('event', 'view_item', {
"items": [
{
"id": "7222",
"name": "\u0420\u0430\u0434\u0438\u0430\u0442\u043e\u0440 \u0431\u0438\u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0439 Standard 96\/500",
"brand": "",
"quantity": 1,
"price": '159.99'
}
]
});
}, 5000);
});
//-->