{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "36 mm Torf Quelltabletten", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/558921/preview/558921-36-mm-Torf-Quelltabletten-2000-0977-140x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/558921/middle/558921-36-mm-Torf-Quelltabletten-2000-0977-140x---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.99, "maxPrice": 5.99, "price": 5.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/36-mm-torf-quelltabletten-torf-quelltabletten-von-flortus/a-558921" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Kokos Quelltöpfe 36 mm", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551971/preview/551971-Kokos-Quelltoepfe-36-mm-2000-0583-24x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551971/middle/551971-Kokos-Quelltoepfe-36-mm-2000-0583-24x---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kokos-quelltoepfe-36-mm-kokos-quelltoepfe-von-flortus/a-551971" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Kokoserde (800 g, ergibt 10 l)", "description": "gepresste Kokosfaser, torffrei und ungedüngt, aus nachwachsenden Rohstoffen, 100% natürlich und biologisch abbaubar", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549491/preview/549491-Kokoserde--800-g--ergibt-10-l--2000-0366---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549491/middle/549491-Kokoserde--800-g--ergibt-10-l--2000-0366---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kokoserde-800-g-ergibt-10-l-anzuchterde-von-flortus/a-549491" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Kokos Quelltöpfe 36 mm", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551970/preview/551970-BIO-Kokos-Quelltoepfe-36-mm-2000-0582-24x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551970/middle/551970-BIO-Kokos-Quelltoepfe-36-mm-2000-0582-24x---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.99, "maxPrice": 4.99, "price": 4.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bio-kokos-quelltoepfe-36-mm-bio-kokos-quelltoepfe-von-flortus/a-551970" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "6 cm Anzuchttopf rund (12 Stück)", "description": "100% naturrein, kompostierbar + biologisch abbaubar", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/539625/preview/539625-6-cm-rund--12-Stueck--Torf-Anzuchttoepfe.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/539625/middle/539625-6-cm-rund--12-Stueck--Torf-Anzuchttoepfe.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.79, "maxPrice": 1.79, "price": 1.79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/6-cm-rund-12-stueck-torf-anzuchttoepfe-von-jiffy/a-539625" } } ] } Suchergebnisse für: torf | Samenhaus Samen & Sämereien

Suchergebnisse für torf (39 Treffer)

Meinten Sie topf?

39 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 2000; var showPopupLiveTime = 1; function showPopup() { setTimeout(function() { $('#popup').modal('show'); }, showPopupDelay); } function setPopupDisplayTime() { try { localStorage.setItem('popupLastShown', new Date().getTime().toString()); } catch (e) { console.error('Local storage is not available:', e); } } function shouldShowPopup() { try { const lastShown = localStorage.getItem('popupLastShown'); if (!lastShown) { return true; } const currentTime = new Date().getTime(); const timeDifference = currentTime - parseInt(lastShown, 10); const daysSinceLastShown = timeDifference / (1000 * 3600 * 24); const daysBeforeShowingAgain = showPopupLiveTime; return daysSinceLastShown >= daysBeforeShowingAgain; } catch (e) { console.error('Error checking popup display condition:', e); return true; } } function handlePopupDisplay() { if (shouldShowPopup()) { showPopup(); setPopupDisplayTime(); } } $(document).ready(function(){handlePopupDisplay();});