{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Kitchengarden Strauch Tomate Tumbling Tom Yellow ", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562249/preview/562249-Kitchengarden-Strauch-Tomate-Tumbling-Tom-Yellow---18026910-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562249/middle/562249-Kitchengarden-Strauch-Tomate-Tumbling-Tom-Yellow---18026910-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.39, "maxPrice": 7.39, "price": 7.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kitchengarden-strauch-tomate-tumbling-tom-yellow-anzuchtsets-von-baza/a-562249" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Pop-up Garden Tomate", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562283/preview/562283-Pop-up-Garden-Tomate-18047250-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562283/middle/562283-Pop-up-Garden-Tomate-18047250-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.69, "maxPrice": 3.69, "price": 3.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/pop-up-garden-tomate-anzuchtsets-von-baza/a-562283" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Anzuchtset Walderdbeere [MHD 12/2023]", "description": "Gartengeschenke für Balkon und Terrasse", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562106/preview/562106-BIO-Anzuchtset-Walderdbeere-18027306-bz---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562106/middle/562106-BIO-Anzuchtset-Walderdbeere-18027306-bz---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.00, "maxPrice": 7.99, "price": 4.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/walderdbeere-bio-anzuchtsets-von-baza/a-562106" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Anzuchtset-Exotischer Gewürzgenuss", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535507/preview/535507.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535507/middle/535507.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 11.95, "maxPrice": 11.95, "price": 11.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/anzuchtset-exotischer-gewuerzgenuss-von-saflax/a-535507" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Eierbaum", "description": "Verrückt - Eier die an Sträuchen wachsen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536695/preview/536695-Eierbaum-19228-sa---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536695/middle/536695-Eierbaum-19228-sa---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 9.95, "maxPrice": 9.95, "price": 9.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/exotische-samen-garden-to-go-eierbaum-von-saflax/a-536695" } } ] } Suchergebnisse für: anzuchtsets | Samenhaus Samen & Sämereien

Suchergebnisse für anzuchtsets (275 Treffer)

275 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();});