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`); } };
/
Aktiviert! Der Rabatt wird im Checkout abgezogen
14,99 €
Bequem: 6 Tonkegel zur automatischen Bewässerung von Blumen und Pflanzen im Innen- und Außenbereich
Einfach: Bewässerungsstecker in der Erde versenken u. Wein- oder PET-Flasche bis 1,5 Liter aufsetzen
Praktisch: Gießkegel aus wasserdurchlässigem Ton für eine dosierte Wasserabgabe - Ohne Überwässern
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
Tonkegel zur Bewässerung im 6er Set
14,99 €
Alle Einzelheiten
Bewässerungskegel für Urlaub & Büro
Mit den 6 Tonspitzen kannst Du Pflanzen und Blumen während eines heißen Sommers oder eines Urlaubs automatisch mit Wasser versorgen. Stecke dazu einfach eine befüllte PET-Flasche in die Bewässerungsspitzen und versenke sie in der Erde. Sobald die Erde zu trocken wird, sickert Wasser durch das durchlässige Material, sodass eine gleichmäßige Wasserversorgung garantiert ist. So kannst Du sorgenfrei Deinen Plänen nachgehen, während Deine grünen Schätze sicher bewässert werden.
Hinweis: Beim Einsetzen der Gießhilfen in den Boden bitte keinen Hammer oder ähnliches verwenden, sondern nur von Hand eindrehen. Die Blumengießer sind nicht winterfest.
Der BILD Marktplatz Newsletter - Verpasse kein Angebot mehr!
Ja, ich möchte, dass die Axel Springer Deutschland GmbH mir Newsletter mit BILD Marktplatz-Angeboten und Produktangeboten und/oder Medienangeboten der Axel Springer Medien per E-Mail auf Basis meinerpersönlichen Nutzungzusendet. Meine Einwilligung kann ich jederzeit widerrufen.