{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "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": 2, "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": 3, "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": 4, "item": { "@type": "Product", "name": "BIO Keimsprossen Brokkoli Calabrese Natalino [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548222/preview/548222-BIO-Keimsprossen-Brokkoli-Calabrese-Natalino-SSKSP002---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548222/middle/548222-BIO-Keimsprossen-Brokkoli-Calabrese-Natalino-SSKSP002---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.98, "maxPrice": 3.95, "price": 1.98, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-brokkoli-calabrese-natalino-bio-keimsprossen-von-bionana/a-548222" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Brokkoli Keimsprossen [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535028/preview/535028-BIO-Brokkoli-Keimsprossen-19030-db---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535028/middle/535028-BIO-Brokkoli-Keimsprossen-19030-db---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.60, "maxPrice": 5.20, "price": 2.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-brokkoli-grosspackung-bio-keimsprossen-von-de-bolster/a-535028" } } ] } Suchergebnisse für: brokkoli | Samenhaus Samen & Sämereien

Suchergebnisse für brokkoli (8 Treffer)

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