Warning: unlink(/var/www/orlo73/data/www/mebfabriki.ru/system/cache/cache.product.seopath.1595065442): No such file or directory in /var/www/orlo73/data/www/mebfabriki.ru/vqmod/vqcache/vq2-system_library_cache.php on line 48 Фабрика мебели Дара - каталог продукции, контакты| Mebelotfabrik.ru

Фабрика Дара

Фабрика готова к сотрудничеству с дилерами в регионах России,
получите каталог, оптовый прайс-лист и условия работы прямо сейчас:

Каталог мебели от фабрики Дара

О фабрике Дара

'; } var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += ''; html += '
'; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; html += '
'; $(element).html(html); }); $('.display').html('Отображение:
Список
'); $.totalStorage('display', 'list'); } 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('.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'); } //-->