Hohes Kaminholzregal mit Rückwand (2025)

`; break; case 'do_not_use': product_information_html += `

Größe: ${this.current_variant.metafields.marketplace.SizesShoes == undefined ? '' : this.current_variant.metafields.marketplace.SizesShoes}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Material/Zusammensetzung: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Altersempfehlung: ${this.current_variant.metafields.marketplace.recommendedAge == undefined ? '' : this.current_variant.metafields.marketplace.recommendedAge}

Geschlecht: ${this.current_variant.metafields.marketplace.gender == undefined ? '' : this.current_variant.metafields.marketplace.gender}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

Lieferung: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

`; break; case 'refurbished-tech': product_information_html += `

Technische Details: ${this.current_variant.metafields.marketplace.TechnicalDetails == undefined ? '' : this.current_variant.metafields.marketplace.TechnicalDetails}

Speicherplatz: ${this.current_variant.metafields.marketplace.MemorySpace == undefined ? '' : this.current_variant.metafields.marketplace.MemorySpace}

Zoll: ${this.current_variant.metafields.marketplace.ScreenInches == undefined ? '' : this.current_variant.metafields.marketplace.ScreenInches}

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Abmessungen: ${this.current_variant.metafields.marketplace.ScreenInches ? this.current_variant.metafields.marketplace.ScreenInches : this.current_variant.metafields.marketplace.size ? this.current_variant.metafields.marketplace.size: ''}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Lieferumfang: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

`; break; case 'sports': product_information_html += `

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Lieferumfang: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

`; break; case 'outdoor': product_information_html += `

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Lieferumfang: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

`; break; case 'watches': product_information_html += `

Uhrwerk: ${this.current_variant.metafields.marketplace.ClockworkType == undefined ? '' : this.current_variant.metafields.marketplace.ClockworkType}

Anzeige: ${this.current_variant.metafields.marketplace.WatchDisplay == undefined ? '' : this.current_variant.metafields.marketplace.WatchDisplay}

Armbandfarbe: ${this.current_variant.metafields.marketplace.Armbandfarbe == undefined ? '' : this.current_variant.metafields.marketplace.Armbandfarbe}

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Ziffernblattfarbe: ${this.current_variant.metafields.marketplace.Ziffernblattfarbe == undefined ? '' : this.current_variant.metafields.marketplace.Ziffernblattfarbe}

Geschlecht: ${this.current_variant.metafields.marketplace.gender == undefined ? '' : this.current_variant.metafields.marketplace.gender}

Durchmesser: ${this.current_variant.metafields.marketplace.size == undefined ? '' : this.current_variant.metafields.marketplace.size}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

Lieferung: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

`; break; case 'fashion': let size = "" for (const key in this.current_variant.metafields.marketplace) { if (key.includes("Sizes")) { size = this.current_variant.metafields.marketplace[key]; // console.log({ 'size' : size }); break; } } product_information_html += `

Größe: ${size}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Material/Zusammensetzung: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Altersempfehlung: ${this.current_variant.metafields.marketplace.recommendedAge == undefined ? '' : this.current_variant.metafields.marketplace.recommendedAge}

Geschlecht: ${this.current_variant.metafields.marketplace.gender == undefined ? '' : this.current_variant.metafields.marketplace.gender}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

Lieferung: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

`; break; case 'food-drinks': product_information_html += `

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Geschmack: ${this.current_variant.metafields.marketplace.GeschmackVitamine == undefined ? '' : this.current_variant.metafields.marketplace.GeschmackVitamine}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

Verzehrempfehlung: ${this.current_variant.metafields.marketplace.RecommendedIntake == undefined ? '' : this.current_variant.metafields.marketplace.RecommendedIntake}

Lieferung: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

`; break; case 'furniture-deco': product_information_html += `

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Abmessungen: ${this.current_variant.metafields.marketplace.size == undefined ? '' : this.current_variant.metafields.marketplace.size}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Lieferumfang: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

`; break; case 'alcoholic-products': product_information_html += `

Füllmenge: ${this.current_variant.metafields.marketplace.FillingQuantity == undefined ? '' : this.current_variant.metafields.marketplace.FillingQuantity}

Herkunftsland: ${this.current_variant.metafields.marketplace.size == undefined ? '' : this.current_variant.metafields.marketplace.size}

Alkoholgehalt: ${this.current_variant.metafields.marketplace.AlcoholContent == undefined ? '' : this.current_variant.metafields.marketplace.AlcoholContent}

Zutaten: ${this.current_variant.metafields.marketplace.Ingredients == undefined ? '' : this.current_variant.metafields.marketplace.Ingredients}

Weinart: ${this.current_variant.metafields.marketplace.WineType == undefined ? '' : this.current_variant.metafields.marketplace.WineType}

Jahrgang/Alter: ${this.current_variant.metafields.marketplace.Year == undefined ? '' : this.current_variant.metafields.marketplace.Year}

Anbauregion: ${this.current_variant.metafields.marketplace.CultivationRegion == undefined ? '' : this.current_variant.metafields.marketplace.CultivationRegion}

Rebsorten: ${this.current_variant.metafields.marketplace.GrapeVarieties == undefined ? '' : this.current_variant.metafields.marketplace.GrapeVarieties}

Geschmack: ${this.current_variant.metafields.marketplace.taste == undefined ? '' : this.current_variant.metafields.marketplace.taste}

`; break; case 'house-garden': product_information_html += `

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Maße: ${this.current_variant.metafields.marketplace.size == undefined ? '' : this.current_variant.metafields.marketplace.size}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Montage: ${this.current_variant.metafields.marketplace.assembly == undefined ? '' : this.current_variant.metafields.marketplace.assembly}

Allgemeine Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Lieferhinweise: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

`; break; case 'lights': product_information_html += `

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Abmessungen: ${this.current_variant.metafields.marketplace.size == undefined ? '' : this.current_variant.metafields.marketplace.size}

Lichtquelle: ${this.current_variant.metafields.marketplace.Lightsource == undefined ? '' : this.current_variant.metafields.marketplace.Lightsource}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Lichtfarbe: ${this.current_variant.metafields.marketplace.lightcolor == undefined ? '' : this.current_variant.metafields.marketplace.lightcolor}

Fassung: ${this.current_variant.metafields.marketplace.Fassung == undefined ? '' : this.current_variant.metafields.marketplace.Fassung}

Sonstige Funktionen: ${this.current_variant.metafields.marketplace.functions == undefined ? '' : this.current_variant.metafields.marketplace.functions}

Lieferumfang: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

Lieferhinweise: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

`; break; case 'plants': product_information_html += `

Abmessungen: ${this.current_variant.metafields.marketplace.size == undefined ? '' : this.current_variant.metafields.marketplace.size}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Pflegeanweisung: ${this.current_variant.metafields.marketplace.careInstructions == undefined ? '' : this.current_variant.metafields.marketplace.careInstructions}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

Lieferung: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

`; break; case 'books': product_information_html += `

ISBN: ${this.current_variant.metafields.marketplace.ISBN == undefined ? '' : this.current_variant.metafields.marketplace.ISBN}

Autor: ${this.current_variant.metafields.marketplace.author == undefined ? '' : this.current_variant.metafields.marketplace.author}

Seitenanzahl: ${this.current_variant.metafields.marketplace.PageCount == undefined ? '' : this.current_variant.metafields.marketplace.PageCount}

Verlag: ${this.current_variant.metafields.marketplace.brandName == undefined ? '' : this.current_variant.metafields.marketplace.brandName}

Altersempfehlung: ${this.current_variant.metafields.marketplace.recommendedAge == undefined ? '' : this.current_variant.metafields.marketplace.recommendedAge}

`; break; case 'sanitary': product_information_html += `

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Abmessungen: ${this.current_variant.metafields.marketplace.size == undefined ? '' : this.current_variant.metafields.marketplace.size}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Anbau: ${this.current_variant.metafields.marketplace.assembly == undefined ? '' : this.current_variant.metafields.marketplace.assembly}

Lieferumfang: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

`; break; case 'tools': product_information_html += `

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Abmessungen: ${this.current_variant.metafields.marketplace.size == undefined ? '' : this.current_variant.metafields.marketplace.size}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Hinweise: ${this.current_variant.metafields.marketplace.notes == undefined ? '' : this.current_variant.metafields.marketplace.notes}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Lieferumfang: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

`; break; case 'toys': product_information_html += `

Material: ${this.current_variant.metafields.marketplace.material == undefined ? '' : this.current_variant.metafields.marketplace.material}

Abmessungen: ${this.current_variant.metafields.marketplace.size == undefined ? '' : this.current_variant.metafields.marketplace.size}

Gewicht: ${this.current_variant.metafields.marketplace.weight == undefined ? '' : this.current_variant.metafields.marketplace.weight}

Farbe: ${this.current_variant.metafields.marketplace.colour == undefined ? '' : this.current_variant.metafields.marketplace.colour}

Altersempfehlung: ${this.current_variant.metafields.marketplace.recommendedAge == undefined ? '' : this.current_variant.metafields.marketplace.recommendedAge}

Herstellergarantie: ${this.current_variant.metafields.marketplace.warranty == undefined ? '' : this.current_variant.metafields.marketplace.warranty}

Lieferumfang: ${this.current_variant.metafields.marketplace.scopeofdelivery == undefined ? '' : this.current_variant.metafields.marketplace.scopeofdelivery}

`; break; default: product_information_html += ` `; break; } // append/insert in product information tab if (document.querySelector('#panel-1') !== null) { document.querySelector('#panel-1').innerHTML = product_information_html; } // console.log({ // "this.current_variant": this.current_variant, // "product_information_html": product_information_html, // }); }, }, }; const mountElement = (class_name) => { if (document.querySelector(`.${class_name}`) != null) { Vue.createApp(BILD_ProductVariantMetafieldsLevel).mount(`.${class_name}`); } else { console.error(`.${class_name} not found`); } };

/

59,99 €

Für Brennholz: Kompaktes Feuerholzregal zum ordentlichen Stapeln von Holzscheiten für Kamin und Ofen

Vielseitig: Holzlager zum Aufstellen neben Kamin im Wohnzimmer - Auch für geschützten Außenbereich

Lagerung: Mit Kaminholzregal Feuerholz trocken u. griffbereit aufbewahren - Auch für kürzere Scheite

Verkäufer:Relaxdays

Alle Produkte des Verkäufers: ansehen

Es gelten die AGB des gewerblichen Verkäufers

Kein Risiko! 14 Tage kostenloser Rückversand.

Unsere Zahlungsarten

Hohes Kaminholzregal mit Rückwand (3)

Hohes Kaminholzregal mit Rückwand (4)

Hohes Kaminholzregal mit Rückwand

59,99 €

Alle Einzelheiten

Modernes Brennholzregal für Nischen

Dieses Brennholzregal ermöglicht Dir die ordentliche Aufbewahrung von Holzscheiten für Kamin oder Ofen. Während der Heizperiode im Winter hast Du trockenes Feuerholz mit dem Kaminholzhalter stets griffbereit, denn dank seines hohen Designs bietet das Regal Platz für viele Holzscheite. Das Feuerholzregal besteht aus robustem Stahl und fügt sich mit seinem schlichten, modernen Design dezent in den Wohnbereich ein. Die geschlossene Rückseite schützt Deine Wohnzimmerwand zudem vor Verschmutzungen.

Hohes Kaminholzregal mit Rückwand (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Manual Maggio

Last Updated:

Views: 6534

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Manual Maggio

Birthday: 1998-01-20

Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

Phone: +577037762465

Job: Product Hospitality Supervisor

Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.