+7(499) 110-71-07
ПН-ПТ с 9-00 до 18-00 (Мск)
Только фабрики, только опт!
мебель от фабрик для розничных продавцов
Добавить фабрику

Комплектующие России

Показать:
Шкаф SPACE TOWER
Шкаф SPACE TOWER ..
Шкаф под мойку
Шкаф под мойку ..
Ящик Orga-Board
Ящик Orga-Board ..
Ящик TANDEMBOX
Ящик TANDEMBOX ..
Подписка на каталоги и прайс-листы от фабрик.
Только для владельцев мебельных центров, салонов, магазинов и складов!
'; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
'+ $(element).find('.manufacturer').html()+'
'; html += '
'+ $(element).find('.tarifm').html()+'
'; html += '
' + $(element).find('.description').html() + '
'; var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } $(element).html(html); }); $('.display').html('Отображение:
сетка
'); $.totalStorage('display', 'grid'); } else { $('.product-list').attr('class', 'product-grid'); $('.product-grid > div').each(function(index, element) { html = ''; html += '
' + $(element).find('.name').html() + '
'; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
'+ $(element).find('.manufacturer').html()+'
'; html += '
'+ $(element).find('.tarifm').html()+'
'; html += '
' + $(element).find('.description').html() + '
'; var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } $(element).html(html); }); $('.display').html('Отображение:
сетка
'); $.totalStorage('display', 'grid'); } } view = $.totalStorage('display'); if (view) { display(view); } else { display('grid'); } $(document).ready(function(){ $('a[href*=#]').bind("click", function(e){ var anchor = $(this); $('html, body').stop().animate({ scrollTop: $(anchor.attr('href')).offset().top }, 1000); e.preventDefault(); }); return false; }); //-->