{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Majoran", "description": "Der würzige Geschmack passt gut zu Kartoffel-, Suppen-, Pilz- und Fleischgerichten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549269/preview/549269-BIO-Majoran-2000-0455---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549269/middle/549269-BIO-Majoran-2000-0455---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.69, "maxPrice": 1.69, "price": 1.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/majoran-bio-majoransamen-von-flortus/a-549269" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Keimsprossen Ruca-Salatrauke", "description": "Nussartig-pikanter Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548033/preview/548033-BIO-Keimsprossen-Ruca-Salatrauke-2000-0342---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548033/middle/548033-BIO-Keimsprossen-Ruca-Salatrauke-2000-0342---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.99, "maxPrice": 1.99, "price": 1.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-ruca-salatrauke-bio-keimsprossen-von-flortus/a-548033" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Wassermelone Golden Midget", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556216/preview/556216-Wassermelone-Golden-Midget-2000-0796---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556216/middle/556216-Wassermelone-Golden-Midget-2000-0796---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.89, "maxPrice": 3.89, "price": 3.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wassermelone-golden-midget-15-korn-wassermelonensamen-von-flortus/a-556216" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Kokos Anzuchterde (60 g, ergibt 1 l)", "description": "100 % natürlich und biologisch abbaubar!", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552296/preview/552296-Kokos-Anzuchterde--60-g--ergibt-1-l--2000-0588-1x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552296/middle/552296-Kokos-Anzuchterde--60-g--ergibt-1-l--2000-0588-1x---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.99, "maxPrice": 1.99, "price": 1.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kokos-anzuchterde-60-g-ergibt-1-l-quellerde-von-flortus/a-552296" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Rosenkohl Groninger", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549833/preview/549833-BIO-Rosenkohl-Groninger-2000-0504---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549833/middle/549833-BIO-Rosenkohl-Groninger-2000-0504---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.69, "maxPrice": 2.69, "price": 2.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rosenkohl-groninger-bio-kohlsamen-von-flortus/a-549833" } } ] } 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();});