Подставка Гребенка на 8 — купити в Україні

Опис

Описание Отзывов (0) Нет отзывов о данном товаре. Написать отзыв Ваше имя: Достоинства: Недостатки: Ваш отзыв: Примечание: HTML разметка не поддерживается! Используйте обычный текст. Оценка: 1 2 3 4 5 $(function() { $('#ratingme').barrating({ theme: 'fontawesome-stars' }); }); Отправить отзыв function oct_update_product_quantity(product_id) { var input_val = $('#product').find('input[name=quantity]').val(); var quantity = parseInt(input_val); if (quantity == 0) { quantity = $('#product').find('input[name=quantity]').val(1); return; } $.ajax({ url: 'index.php?route=product/product/update_prices&product_id=' + product_id + '&quantity=' + quantity, type: 'post', dataType: 'json', data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'), success: function(json) { $('#main-product-price').html(json['price']); $('#main-product-special').html(json['special']); $('#main-product-tax').html(json['tax']); $('#main-product-you-save').html(json['you_save']); } }); } function oct_update_prices_opt() { var input_val = $('#product').find('input[name=quantity]').val(); var quantity = parseInt(input_val); var minimumval = $('#minimumval').val(); if (quantity < minimumval) { $('.plus-minus').val(minimumval); } $.ajax({ type: 'post', url: 'index.php?route=product/product/update_prices', data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select'), dataType: 'json', success: function(json) { $('#main-product-price').html(json['price']); $('#main-product-special').html(json['special']); $('#main-product-tax').html(json['tax']); $('#main-product-you-save').html(json['you_save']); } }); } function viewport() { var e = window, a = 'inner'; if (!('innerWidth' in window)) { a = 'client'; e = document.documentElement || document.body; } return { width: e[a + 'Width'], height: e[a + 'Height'] }; } var getWidth = viewport().width; $(document).on('change', '#product input[type=\'radio\'], #product input[type=\'checkbox\'], #product select', function() { $.ajax({ url: 'index.php?route=product/product/getPImages&product_id=1096', type: 'post', data: $('#product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select'), dataType: 'json', beforeSend: function(f) { $('body').append(''); }, success: function(json) { var items2 = []; if (json['images']) { var patterns = ''; $.each(json['images'], function(i,val) { patterns += ' '; patterns += ' '; patterns += ' '; }); patterns += ''; } $('.left-info #image-additional').html(patterns); if (json['images'].length > 4) { $('.left-info .image-additional-carousel').owlCarousel({ items: 6, itemsDesktop : [1199,5], itemsDesktopSmall : [979,4], itemsTablet : [768,4], itemsMobile : [479,3], autoPlay: false, navigation: true, navigationText: ['', ''], loop: true, pagination: true }); } else { $('.left-info .image-additional-carousel').owlCarousel({ items: 6, itemsDesktop : [1199,5], itemsDesktopSmall : [979,4], itemsTablet : [768,4], itemsMobile : [479,3], autoPlay: false, navigation: true, navigationText: ['', ''], loop: true, pagination: true }); } $('.cloud-zoom, .cloud-zoom-gallery').CloudZoom({position: 'inside'}); if ($('.cloud-zoom-gallery').eq(0).length) { $('.cloud-zoom-gallery').eq(0).click(); $('.cloud-zoom-gallery').eq(0).addClass('selected-thumb'); } $('.thumbnails a').on('click', function(e) { $(".thumbnails a").removeClass("selected-thumb"); $(this).addClass("selected-thumb"); }); } }); }); jQuery.browser = {}; (function () { jQuery.browser.msie = false; jQuery.browser.version = 0; if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) { jQuery.browser.msie = true; jQuery.browser.version = RegExp.$1; } })(); $('.cloud-zoom, .cloud-zoom-gallery').CloudZoom({position: 'inside'}); $(function() { var getWidth = viewport().width; if($('[data-fancybox]').length){ $.fancybox.defaults.hash = false; } if(getWidth > 480) { var class_in = ".mousetrap"; } else { var class_in = ".cloud-zoom"; } $('body').delegate(class_in, 'click', function() { var iar = []; var ind = ''; if($('[data-fancybox]').length > 1){ $('.thumbnails a.cloud-zoom-gallery').each(function(index) { iar.push({src: $(this).attr('href')}); if ($(this).attr('href') == $("#mainimage").attr('href')) { ind = index; } }); } else { iar.push({src: $("#mainimage").attr('href')}); ind = 0; } $.fancybox.open(iar, {padding : 0, index: ind}); return false; }); }); $('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){ $.ajax({ url: 'index.php?route=product/product/getRecurringDescription', type: 'post', data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'), dataType: 'json', beforeSend: function() { $('#recurring-description').html(''); }, success: function(json) { $('.alert, .text-danger').remove(); if (json['success']) { $('#recurring-description').html(json['success']); } } }); }); $('#button-cart').on('click', function() { $.ajax({ url: 'index.php?route=checkout/cart/add', type: 'post', data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'), dataType: 'json', beforeSend: function() { $('#button-cart').button('loading'); }, complete: function() { $('#button-cart').button('reset'); }, success: function(json) { $('.alert, .text-danger').remove(); $('.form-group').removeClass('has-error'); if (json['error']) { if (json['error']['option']) { var opt = $('#product').offset().top - 100; $('html, body').animate({ scrollTop: opt}, 'slow'); for (i in json['error']['option']) { var element = $('#input-option' + i.replace('_', '-')); if (element.parent().hasClass('input-group')) { element.parent().after('' + json['error']['option'][i] + ''); } else { element.after('' + json['error']['option'][i] + ''); } } } if (json['error']['recurring']) { $('select[name=\'recurring_id\']').after('' + json['error']['recurring'] + ''); } // Highlight any found errors $('.text-danger').parent().addClass('has-error'); } if (json['success']) { $.magnificPopup.open({ tLoading: '', items: { src: 'index.php?route=extension/module/oct_popup_add_to_cart&product_id=1096', type: 'ajax' }, midClick: true, removalDelay: 200 }); if(typeof octYandexEcommerce == 'function') { octYandexEcommerce(json); } $('#cart-total').html(json['total']); $('#cart > ul').load('index.php?route=common/cart/info ul li'); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); }); $('.date').datetimepicker({ pickTime: false }); $('.datetime').datetimepicker({ pickDate: true, pickTime: true }); $('.time').datetimepicker({ pickDate: false }); $('button[id^=\'button-upload\']').on('click', function() { var node = this; $('#form-upload').remove(); $('body').prepend(''); $('#form-upload input[name=\'file\']').trigger('click'); if (typeof timer != 'undefined') { clearInterval(timer); } timer = setInterval(function() { if ($('#form-upload input[name=\'file\']').val() != '') { clearInterval(timer); $.ajax({ url: 'index.php?route=tool/upload', type: 'post', dataType: 'json', data: new FormData($('#form-upload')[0]), cache: false, contentType: false, processData: false, beforeSend: function() { $(node).button('loading'); }, complete: function() { $(node).button('reset'); }, success: function(json) { $('.text-danger').remove(); if (json['error']) { $(node).parent().find('input').after('' + json['error'] + ''); } if (json['success']) { alert(json['success']); $(node).parent().find('input').attr('value', json['code']); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }, 500); }); $('#review').delegate('.pagination a', 'click', function(e) { e.preventDefault(); $('#review').fadeOut('slow'); $('#review').load(this.href); $('#review').fadeIn('slow'); }); //$('#review').load('index.php?route=product/product/review&product_id=1096'); $('#button-review').on('click', function() { $.ajax({ url: 'index.php?route=product/product/write&product_id=1096', type: 'post', dataType: 'json', data: $("#form-review").serialize(), beforeSend: function() { $('#button-review').button('loading'); }, complete: function() { $('#button-review').button('reset'); }, success: function(json) { $('.alert-success, .alert-danger').remove(); if (json['error']) { $('#button-review').parent().parent().after(' ' + json['error'] + ''); } if (json['success']) { $('#button-review').parent().parent().after(' ' + json['success'] + ''); $('input[name=\'name\']').val(''); $('textarea[name=\
Ціна
110 грн./шт.
Є в наявності

Інформація про продавця

Этот адрес электронной почты защищён от спам-ботов. У вас должен быть включен JavaScript для просмотра.
ТЦ Барабашово, Афганская площадка, 21-01, магазин 0067, г. Харьков

Отзывы о товаре

Расскажите, чем именно вам понравился или не понравился этот товар Осталось: 500 символа(ов).

  • Написать
    от имени:



Також переглядали:

Каталог товарів