{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Salatgurke Tanja", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549835/preview/549835-BIO-Salatgurke-Tanja-2000-0506---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549835/middle/549835-BIO-Salatgurke-Tanja-2000-0506---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.49, "maxPrice": 2.49, "price": 2.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/salatgurke-tanja-bio-gurkensamen-von-flortus/a-549835" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Keimsprossen Set Regenbogen (8 Sorten)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554611/preview/554611-BIO-Keimsprossen-Set-Regenbogen--8-Sorten--2000-0739---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554611/middle/554611-BIO-Keimsprossen-Set-Regenbogen--8-Sorten--2000-0739---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.99, "maxPrice": 5.99, "price": 5.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-set-regenbogen-bio-keimsprossen-sets-von-flortus/a-554611" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Keimsprossen Pikant-Aromatisch (Mungbohnen und Rettich) (200 g)", "description": "Sehr delikater Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548056/preview/548056-BIO-Keimsprossen-Pikant-Aromatisch--Mungbohnen-und-Rettich---200-g--2000-0227---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548056/middle/548056-BIO-Keimsprossen-Pikant-Aromatisch--Mungbohnen-und-Rettich---200-g--2000-0227---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.49, "maxPrice": 4.49, "price": 4.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-pikant-aromatisch-mungbohnen-und-rettich-200-g-bio-keimsprossen-von-flortus/a-548056" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Wintererbse Sima", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551871/preview/551871-Wintererbse-Sima-2000-0558---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551871/middle/551871-Wintererbse-Sima-2000-0558---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.29, "maxPrice": 3.29, "price": 3.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wintererbse-sima-markerbsensamen-von-flortus/a-551871" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Keimsprossen Linse (200 g)", "description": "Delikater, nussartiger Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548051/preview/548051-BIO-Keimsprossen-Linse--200-g--2000-0222---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548051/middle/548051-BIO-Keimsprossen-Linse--200-g--2000-0222---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.29, "maxPrice": 3.29, "price": 3.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-linse-200-g-bio-keimsprossen-von-flortus/a-548051" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller FLORTUS Freude an Vielfalt (555 Treffer)

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