(function () { // popup basket context $(function(){ BX.ready(function(){ if ($('.viasite-popup.basket').length > 0) return; $('
').appendTo('body'); $('').appendTo('.viasite-popup'); $('').appendTo('.popup-content-cell'); $('').appendTo('.popup-content-cell'); $('Стоимость товара: '+productPrice+'
').appendTo('.popup-details'); $('.viasite-popup.basket').addClass('active'); }); }); }); $(function(){ BX.ready(function(){ if($('.y_map').length > 0) $('body').addClass('contacts-page'); if($(window).width() > 580) return false; var gallery = $('#productFullGallery')[0]; if(gallery) { pTop = $('#productFullGallery').offset().top; console.log(pTop); $("html,body").animate({ scrollTop: pTop }, 300); } }); }); // Цели метрики var counter_code = "47475820"; $(function () { var counter_attempts = 0; var initCounter = setInterval(function () { counter_attempts++; if (window['yaCounter' + counter_code] !== undefined) { phone_click(); add_to_cart_click(); clearInterval(initCounter); } if (counter_attempts > 24) { clearInterval(initCounter); console.warn('Счетчик не найден!'); } }, 2500); }); function phone_click() { $('body').on('click', 'a[href^="tel:"]', function () { var number = $(this).attr('href').replace('tel:', ''); window['yaCounter' + counter_code].reachGoal('phone_click', {}); }); } function add_to_cart_click() { $('a[rel*=ADD2BASKET]').on('click.popup', function(){ window['yaCounter' + counter_code].reachGoal('add_to_cart_click', {}); }); } $(function() { $('.burger').click(function(evt) { evt.stopPropagation(); //stops the document click action $('body').toggleClass('menu--open'); }); $(document).click(function() { $('body').removeClass('menu--open'); //make all inactive }); }); })();