{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Buchweizen (500 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549217/preview/549217-BIO-Buchweizen--500-g--5203-0-ef---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549217/middle/549217-BIO-Buchweizen--500-g--5203-0-ef---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.29, "maxPrice": 6.29, "price": 6.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buchweizen-500-g-bio-keimsprossen-von-eschenfelder/a-549217" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Tomaten Spray (750 ml) [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551107/preview/551107-BIO-Tomaten-Spray--750-ml--2385502004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551107/middle/551107-BIO-Tomaten-Spray--750-ml--2385502004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.50, "maxPrice": 12.99, "price": 6.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tomaten-spray-750-ml-bio-pflanzenschutz-von-compo/a-551107" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Mangold Rhubarb Chard", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538779/preview/538779-Mangold-Rhubarb-Chard.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538779/middle/538779-Mangold-Rhubarb-Chard.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.29, "maxPrice": 2.29, "price": 2.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/mangold-rhubarb-chard-mangoldsamen-von-n-l-chrestensen/a-538779" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Spezialdünger (1 kg)", "description": "Volldünger, universel einsetzbar für Gemüse und Blumen Sorgt für kräftige und gesunde Pflanzen Langzeitwirkung Staubfrei", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551796/preview/551796-Spezialduenger--1-kg--672001-hm---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551796/middle/551796-Spezialduenger--1-kg--672001-hm---0.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/spezialduenger-1-kg-duenger-von-hauert-manna/a-551796" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Spezialdünger (5 kg)", "description": "Volldünger, universel einsetzbar für Gemüse und Blumen Sorgt für kräftige und gesunde Pflanzen Langzeitwirkung Staubfrei", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551799/preview/551799-Spezialduenger--5-kg--672005-hm---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551799/middle/551799-Spezialduenger--5-kg--672005-hm---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 24.19, "maxPrice": 24.19, "price": 24.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/spezialduenger-5-kg-duenger-von-hauert-manna/a-551799" } } ] } Suchergebnisse für: rhabarber | Samenhaus Samen & Sämereien
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();});