доставка
  • Осуществляется по всей Украине

 

Оплата
  • Производится после оформления заказа

 

Заказывайте по телефону:

 

" ) .appendTo( ul ); }; });

Замок цилиндровый 252

Артикул:
252
Бренд: SAP Design
Количество ригелей, шт : 3
Диаметр ригелей, мм : 16
Вылет ригелей, мм : 34
Розничная цена: 299 грн.
Просчет любого заказа
Замок цилиндровый 252 — ваш заказ

Имя:

Телефон:

Комментарий:

Пожалуйста, укажите ваше имя и телефон, чтобы мы могли связаться с вами

Успешно работаем на рынке Украины более 5 лет. Мы производим и продаем стальные входных двери ТМ "Сезон плюс", ТМ "Двери оптом", стальные входные двери с МДФ накладками ТМ "Кордон", ТМ "Белорусский стандарт", фурнитуру для дверей ТМ "S.A.P. Design". Являемся эксклюзивным дистрибьютором межкомнатных дверей ТМ «Неман» в Днепрой области. Производственные мощности и возможности складского комплекса обеспечивают наличие большого ассортимента и товарного запаса склада, что позволяет осуществлять поставки в кратчайшие сроки на лояльных для клиента условиях. Мы работаем с крупными строительными и торговыми организациями и розничной сетью.

 

Оставить отзыв

X Ваше Имя:


Ваш отзыв: Оценка: Плохо           Хорошо
'); } else { var href = a.attr('href'); if (href != null && href != 'undefined') { if (/product_id=[0-9]*/.test(href)) { var matches = href.match (/product_id=([0-9]*)/); if (matches != null && matches != 'undefined') { products_id += '&id[' + index + ']=' + matches[1]; $(element).wrap('
'); } } else if (/\/[a-zA-Zа-яА-ЯёЁ0-9\-\_\%]*[\.]{0,1}[a-zA-Z]{0,}\?|$/.test(href)) { var matches = href.match (/\/([a-zA-Zа-яА-ЯёЁ0-9\-\_\%]*)[\.]{0,1}[a-zA-Z]{0,}(?:\?|$)/); if (matches != null && matches != 'undefined') { products_url_alias += '&ua[' + index + ']=' + encodeURIComponent (matches[1]); $(element).wrap('
'); } } } } }); $.ajax({ url: 'index.php?route=module/astickers/getAStickers', type: 'POST', data: products_id + products_url_alias, dataType: 'json', cache: false, success: function(json) { var hidden_content = [], id = ''; $('.htabs a').each(function(index, element) { id = $(element).attr('href'); if ($(id).css('display') == 'none') { $(id).css({'display':'block'}); hidden_content.push (id); } }); $.each(json, function(index, data) { var image = $('.image a div.astickers_' + index + ' img'); var image_width = parseInt (image.css('width')); var image_height = parseInt (image.css('height')); var width = image_width + parseInt (image.css('padding-left')) + parseInt (image.css('padding-right')); var height = image_height + parseInt (image.css('padding-top')) + parseInt (image.css('padding-bottom')); var margin_top = parseInt (image.css('margin-top')) + parseInt (image.css('border-top-width')); if (image.css('text-align') == 'center') { var left = '50%'; var margin_left = -(image_width / 2); } else { var left = 0; var margin_left = parseInt (image.css('margin-left')) + parseInt (image.css('border-left-width')); } if (data && image_width > '40' && image_height > '40') { image.before(data); var astickers = $('.image a div.astickers_' + index + ' div.asticker'); astickers.css({'width':width, 'height':height, 'margin-top':margin_top, 'margin-left':margin_left}); astickers.show(); } else { image.unwrap(); } }); if (hidden_content.length) { $(hidden_content.join (', ')).css({'display':'none'}); } } }); }; $(document).ready(function(e) { if (typeof doFilter != 'function') { setTimeout ('getAStickers()', 500); } }); //-->
'); } else { if (add_to_cart) { $('#button-cart').attr('allow_add_to_cart','allow_add_to_cart'); $('#button-cart').click(); } } } }); } else { // не определили связанную опцию - пусть срабатывает стандартный алгоритм if (add_to_cart) { $('#button-cart').attr('allow_add_to_cart','allow_add_to_cart'); $('#button-cart').click(); } } } function get_current_ro_id(options_values) { var all_ok; for(var ro_key in ro_array) { all_ok = true; for(var ov_key in ro_array[ro_key]) { if (!(ov_key in options_values && options_values[ov_key]==ro_array[ro_key][ov_key])) { all_ok = false; } } if (all_ok) return ro_key; } return -1; } function option_values_access(options_values, option_id) { accessible_values = []; for(var ro_key in ro_array) { all_ok = true; for(var ov_key in options_values) { if (ov_key != option_id) { if (options_values[ov_key]) { if (ro_array[ro_key][ov_key] != options_values[ov_key]) { all_ok = false; } } } } if (all_ok && ($.inArray(ro_array[ro_key][option_id], accessible_values) == -1 )) accessible_values.push(ro_array[ro_key][option_id]); } set_accessible_values(option_id, accessible_values); } function set_accessible_values(option_id, accessible_values) { var current_value = ($('input[type=radio][name=option\\['+option_id+'\\]]:checked').val() || $('select[name=option\\['+option_id+'\\]]').val()); if ($("select[name=option\\["+option_id+"\\]]").length) { //if (options_types[option_id] == 'select' || (use_block_options && options_types[option_id] == 'radio')) { if (current_value && $.inArray(parseInt(current_value), accessible_values)==-1) { $("select[name=option\\["+option_id+"\\]]").val(""); } if (hide_inaccessible) { select_options = all_select_ov["option["+option_id+"]"]; for (var i=0;i 0) { ro_key = Object.keys(ro_array)[0]; setSelectedRO(ro_key); } } function setSelectedRO(ro_key) { if (ro_array && ro_array[ro_key]) { var last_opt_id = ""; for (var opt_id in ro_array[ro_key]) { if ($('select[name=option\\['+opt_id+'\\]]').length > 0) { $('[name=option\\['+opt_id+'\\]]').val(ro_array[ro_key][opt_id]); } else if ($('input[type=radio][name=option\\['+opt_id+'\\]]').length > 0) { $('input[type=radio][name=option\\['+opt_id+'\\]][value='+ro_array[ro_key][opt_id]+']').prop('checked', true); } last_opt_id = opt_id; } if (last_opt_id != "") { if ($('select[name=option\\['+last_opt_id+'\\]]').length > 0) { $('[name=option\\['+last_opt_id+'\\]]').change(); } else if ($('input[type=radio][name=option\\['+last_opt_id+'\\]]').length > 0) { $('input[type=radio][name=option\\['+last_opt_id+'\\]][value='+ro_array[ro_key][last_opt_id]+']').change(); } } } set_block_options(); set_journal2_options(); } // для пошагового варианта function get_options_steps() { var options_steps = []; var product_option_id = ""; for (var i=0;i0) { if (prev_options[i-1]) { // ограничения по предыдущим option_values_access(prev_options_values, options_steps[i]); } else { // откл все set_accessible_values(options_steps[i], []); } } prev_options.push( ($('input[type=radio][name=option\\['+options_steps[i]+'\\]]:checked').val() || $('select[name=option\\['+options_steps[i]+'\\]]').val()) ); prev_options_values[options_steps[i]] = prev_options[prev_options.length-1]; } } else { var options_keys = []; var options_values = get_options_values(options_keys); for (var i=0;i252 "); } } function setRObyModel(model) { if (model && ro_array && ro_prices) { for (var ro_key in ro_prices) { if (ro_prices[ro_key]['model'] && ro_prices[ro_key]['model'] != '') { if (model.toLowerCase() == ro_prices[ro_key]['model'].toLowerCase()) { setSelectedRO(ro_key); return true; } } } } return false; } // Block Option compatibility function check_block_options() { if (use_block_options || use_journal2) { var available_values = []; // block options use SELECTs for select & radio $('select[name^=option\\[]').find('option').each( function () { if ($(this).val()) { if (hide_inaccessible) { available_values.push( $(this).val() ); } else { if (! $(this).attr('disabled')) { available_values.push( $(this).val() ); } } } }); // block options use RADIOs for images $('input[type=radio][name^=option\\[]').each( function () { if (hide_inaccessible) { if ($(this)[0].style.display != 'none') { available_values.push( $(this).val() ); } } else { if (!$(this).attr('disabled')) { available_values.push( $(this).val() ); } } }); // Product Block Option Module if (use_block_options) { //console.debug(available_values); $('a[id^=block-option],a[id^=block-image-option]').each( function () { //console.debug($(this).attr('option-value')); if ($.inArray($(this).attr('option-value'), available_values) == -1) { $(this).removeClass('block-active'); if (hide_inaccessible) { $(this).hide(); } else { $(this).attr('disabled', true); $(this).fadeTo("fast", 0.2); } } else { if (hide_inaccessible) { $(this).show(); } else { $(this).attr('disabled', false); $(this).fadeTo("fast", 1); } } } ); } // Journal2 if (use_journal2) { $('div[id^=option-]').find('li[data-value]').each(function() { if ($.inArray($(this).attr('data-value'), available_values) == -1) { $(this).removeClass('selected'); if (hide_inaccessible) { $(this).hide(); } else { $(this).attr('disabled', true); $(this).fadeTo("fast", 0.2); } } else { if (hide_inaccessible) { $(this).show(); } else { $(this).attr('disabled', false); $(this).fadeTo("fast", 1); } } // change standart Journal2 function $(this).unbind('click'); $(this).click(function () { if ($(this).attr('disabled')) { return; } $(this).siblings().removeClass('selected'); $(this).addClass('selected'); $(this).parent().siblings('select').find('option[value=' + $(this).attr('data-value') + ']').attr('selected', 'selected'); $(this).parent().siblings('select').trigger('change'); }); }); } } } // Block Option compatibility function set_block_options() { if (use_block_options) { $('select[name^=option\\[]').find('option').each( function () { var poid = $(this).parent().attr('name').substr(7, $(this).parent().attr('name').length-8); // выключаем все блоки для SELECT $('div[id=option-'+poid+']').find('a[id^=block-]').removeClass('block-active'); if ($(this).parent().val()) { $('div[id=option-'+poid+']').find('a[id^=block-][option-value='+$(this).parent().val()+']').addClass('block-active'); } }); // block options use RADIOs for images $('input[type=radio][name^=option\\[]').each( function () { var poid = $(this).attr('name').substr(7, $(this).attr('name').length-8); // выключаем только текущий блок для RADIO $('div[id=option-'+poid+']').find('a[id^=block-][option-value='+$(this).val()+']').removeClass('block-active'); if ($(this).is(':checked')) { $('div[id=option-'+poid+']').find('a[id^=block-][option-value='+$(this).val()+']').addClass('block-active'); } }); } } // Journal2 compatibility function set_journal2_options() { if (use_journal2) { $('select[name^=option\\[]').find('option').each( function () { var poid = $(this).parent().attr('name').substr(7, $(this).parent().attr('name').length-8); // выключаем все блоки для SELECT $('div[id=option-'+poid+']').find('li[data-value]').removeClass('selected'); if ($(this).parent().val()) { $('div[id=option-'+poid+']').find('li[data-value='+$(this).parent().val()+']').addClass('selected'); } }); // block options use RADIOs for images $('input[type=radio][name^=option\\[]').each( function () { var poid = $(this).attr('name').substr(7, $(this).attr('name').length-8); // выключаем только текущий блок для RADIO $('div[id=option-'+poid+']').find('li[data-value]').removeClass('selected'); if ($(this).is(':checked')) { $('div[id=option-'+poid+']').find('li[data-value='+$(this).val()+']').addClass('selected'); } }); } } $("select[name^=option]").each(function (i) { $(this).change(function(){ options_values_access(); }) }) $("input[type=radio][name^=option]").each(function (i) { $(this).change(function(){ options_values_access(); }) }) $("input[type=text][name=quantity]").each(function (i) { $(this).change(function(){ stock_control(0); }) }) // если задан фильтр и он совпадает с моделью из связанных опций - должно быть выбрано именно это сочетание if (!setRObyModel(filter_name)) { // нет по фильтру, или нет самого фильтра, тогда... // если при открытии выбрана опция - надо перевыбрать доступное сочетание if (ro_default !== false) { setSelectedRO(ro_default); } } options_values_access();