{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Sprossenglas (425 ml)", "description": "Für die leichte Anzucht von leckeren Keimsprossen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547671/preview/547671-Sprossenglas-2000-0407---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547671/middle/547671-Sprossenglas-2000-0407---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/sprossenglas-anzuchtschalen-von-flortus/a-547671" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "FLORTUS Sprossenturm", "description": "Für die Anzucht von verschiedenen Sprossen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547673/preview/547673-FLORTUS-Sprossenturm-2000-0409---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547673/middle/547673-FLORTUS-Sprossenturm-2000-0409---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 17.95, "maxPrice": 17.95, "price": 17.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sprossenturm-keimgeraet-von-flortus/a-547673" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Sprossenglas mit Siebdeckel", "description": "• ideales Einsteigermodell für angehende Sprossenzüchter • Spülmaschinenfest • hochwertige Qualität", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548510/preview/548510-Sprossenglas-mit-Siebdeckel-2000-0429---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548510/middle/548510-Sprossenglas-mit-Siebdeckel-2000-0429---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.99, "maxPrice": 7.99, "price": 7.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sprossenglas-mit-siebdeckel-sprossenglaeser-von-flortus/a-548510" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Keimsprossen Archiv - Einsteiger Set (4 Sorten)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554595/preview/554595-BIO-Keimsprossen-Archiv-Einsteiger-Set--4-Sorten--2000-0728---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554595/middle/554595-BIO-Keimsprossen-Archiv-Einsteiger-Set--4-Sorten--2000-0728---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 49.95, "maxPrice": 49.95, "price": 49.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-archiv-einsteiger-set-bio-keimsprossen-sets-von-flortus/a-554595" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Keimsprossen Archiv - Mischungen (4 Sorten)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554597/preview/554597-BIO-Keimsprossen-Archiv-Mischungen--4-Sorten--2000-0730---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554597/middle/554597-BIO-Keimsprossen-Archiv-Mischungen--4-Sorten--2000-0730---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 54.95, "maxPrice": 54.95, "price": 54.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-archiv-mischungen-bio-keimsprossen-sets-von-flortus/a-554597" } } ] } Suchergebnisse für: microgreen | Samenhaus Samen & Sämereien

Suchergebnisse für microgreen (66 Treffer)

66 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; 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();});