Параметры
Цена 4850 - 7100
4850 5413 5975 6538 7100
Производитель
Выберите производителя товаров
Фильтровать по:
Сортировка:
На странице:
  • 15
  • 25
  • 50
  • 75
  • 100
  • Полотенцесушитель электр. Ledeme L120
    Высота: 950 мм Ширина: 500 мм Материал: нержавеющая с
    4 850.00
  • Полотенцесушитель электр. Ledeme L124
    Высота: 710 мм Ширина: 510 мм Материал: нержавеющая с
    7 100.00
  • Полотенцесушитель электр. Ledeme L125
    Высота: 650 мм Ширина: 600 мм Материал: нержавеющая с
    6 750.00

Электрические полотенцесушители

'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; html += '
'; html += '
'; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } var price = $(element).find('.price').html(); if (price != null) { html += '
' + price + '
'; } html += '
' + $(element).find('.name').html() + '
'; html += '
' + $(element).find('.description').html() + '
'; var rating = $(element).find('.rating').html(); if (rating != null) { html += '
' + rating + '
'; } html += '
'; $(element).html(html); }); $('.display').html('Вид: Список / Сетка'); $.totalStorage('display', 'list'); } else { $('.product-list').attr('class', 'product-grid'); $('.product-grid > div').each(function (index, element) { html = ''; var image = $(element).find('.image').html(); if (image != null) { html += '
' + image + '
'; } html += '
' + $(element).find('.name').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 + '
'; } html += '
' + $(element).find('.cart').html() + '
'; html += '
' + $(element).find('.wishlist').html() + '
'; html += '
' + $(element).find('.compare').html() + '
'; $(element).html(html); }); $('.display').html('Вид: Список / Сетка'); $.totalStorage('display', 'grid'); } } view = $.totalStorage('display'); if (view) { display(view); } else { display('list'); } //-->