Outdoor
* alle Preise inkl. MwSt.
Sortimentsneuheit!
ab € 1.999,00 statt ab € 2.160,00
Sortimentsneuheit!
€ 82,00
Sortimentsneuheit!
€ 85,00
Sortimentsneuheit!
€ 103,00
Sortimentsneuheit!
€ 115,00
Sortimentsneuheit!
€ 118,00
Sortimentsneuheit!
€ 215,00
Sortimentsneuheit!
€ 203,00
Sortimentsneuheit!
€ 82,00
Sortimentsneuheit!
€ 82,00
Sortimentsneuheit!
€ 105,00
Sortimentsneuheit!
ab € 190,00
Sortimentsneuheit!
ab € 227,00
Sortimentsneuheit!
€ 334,00
Sortimentsneuheit!
€ 59,00
Sortimentsneuheit!
€ 315,00
Dieser Inhalt kann aufgrund Ihrer Cookie-Einstellungen nicht angezeigt werden.
var hRef = jQuery(location).attr('href');
if (hRef.indexOf("shop/b%C3%B6den/vinyl/") > -1 || hRef.indexOf("shop/b%C3%B6den/parkett/") > -1) {
$("#primarycontent .list-multiple-column .attribute, #primarycontent .hover-list-multiple-column .attribute").css("top", "30px");
$("li.list-multiple-column a.product-price").each( function () {
m2preis = $(this).next().next().text().toString().split("/")[1];
if (m2preis == null){
} else {
$(this).text("€ "+m2preis+" / m²");
}});
m2detail = $("#product_details_selection_price span.basic-price").text().split("/")[1];
if (m2detail == null){
} else {
$("#product_details_selection_price span.basic-price").text("€ "+m2detail+" / m²");
};
/*
$("#primarycontent #list-multiple .old-price").each( function () {
if($(this).is(':empty')) { } else {
$(this).parent().prepend('Jetzt sparen! ');
}});
*/
$(".hover-list-multiple-column .old-price, .list-multiple-column .old-price").css("display","none");
$("#product_details_selection_price span.basic-price").css({"display": "block", "font-size" : "2em"});
$("#product_details_selection_price .actual-price .price").append(" / Paket ");
}
if ($("#product-detail .attribute:contains('GRATIS VERSAND')").length) {
$("#primarycontent #product-detail .product-price a:link, #primarycontent #product-detail .product-price a:visited, #primarycontent #product-detail .product-price a:hover, #primarycontent #product-detail .product-price a:active").css("display","none");
}