{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Weichweizen", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554901/preview/554901-BIO-Weichweizen-2000-0705---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554901/middle/554901-BIO-Weichweizen-2000-0705---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.49, "maxPrice": 1.49, "price": 1.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/weichweizen-bio-getreidesamen-von-flortus/a-554901" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Roggen", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554900/preview/554900-BIO-Roggen-2000-0704---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554900/middle/554900-BIO-Roggen-2000-0704---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.49, "maxPrice": 1.49, "price": 1.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/roggen-bio-getreidesamen-von-flortus/a-554900" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Dinkel", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554892/preview/554892-BIO-Dinkel-2000-0696---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554892/middle/554892-BIO-Dinkel-2000-0696---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.49, "maxPrice": 1.49, "price": 1.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/dinkel-bio-getreidesamen-von-flortus/a-554892" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Einfache Kresse für Werbezwecke (100 Tütchen)", "description": "Schnellwüchsiges Küchenkraut mit tollem Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543602/preview/543602-Einfache-Kresse-fuer-Werbezwecke--100-Tuetchen--W5187-100x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543602/middle/543602-Einfache-Kresse-fuer-Werbezwecke--100-Tuetchen--W5187-100x---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 29.00, "maxPrice": 29.00, "price": 29.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/einfache-kresse-100-tuetchen-kressesamen-von-flortus/a-543602" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Echter Hafer", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554896/preview/554896-BIO-Echter-Hafer-2000-0700---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554896/middle/554896-BIO-Echter-Hafer-2000-0700---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.49, "maxPrice": 1.49, "price": 1.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/echter-hafer-bio-getreidesamen-von-flortus/a-554896" } } ] } 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();});