Account
Notice: Undefined variable: logo in /var/www/www.tuttoarredobagno.com/catalog/view/theme/hoverstyle/template/common/header.tpl on line 104

Saune

Display: Lista / Griglia
Mostra:
Ordina per:
Confronta Prodotti (0)
Cabina sauna finlandese in legno per due persone
Cabina sauna in legno in legno per due persone Cabina sauna finlandese 100x120x190 cm Comfo..
999,99€
SAUNA FINLANDESE IN LEGNO RAGGI INFRAROSSI PER 3-4 PERSONE
  CABINA SAUNA IN LEGNO PER 3-4 PERSONE CON NUOVA TECNOLOGIA A RAGGI INFRAROSSI. IL PREZZ..
1.199,99€
SAUNA FINLANDESE IN LEGNO RAGGI INFRAROSSI PER 4- 5 PERSONE
  CABINA SAUNA IN LEGNO PER 4-5 PERSONE CON NUOVA TECNOLOGIA A RAGGI INFRAROSSI. IL PREZZ..
1.499,99€
'; 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('Display: Lista / Griglia'); $.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('Display: Lista / Griglia'); $.totalStorage('display', 'grid'); } } view = $.totalStorage('display'); if (view) { display(view); } else { display('list'); } //-->