{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "XXL Winterpflanzknoblauch Messidrome", "description": "berühmteste zertifizierte Knoblauchsorte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544494/preview/544494-XXL-Winterpflanzknoblauch-Messidrome-2000-0360-3x---2_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544494/middle/544494-XXL-Winterpflanzknoblauch-Messidrome-2000-0360-3x---2_1.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/xxl-winterpflanzknoblauch-messidrome-pflanzknoblauch-von-flortus/a-544494" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "XXL Winterpflanzknoblauch Sprint", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564757/preview/564757-XXL-Winterpflanzknoblauch-Sprint-2000-2451-3x---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564757/middle/564757-XXL-Winterpflanzknoblauch-Sprint-2000-2451-3x---1.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/xxl-winterpflanzknoblauch-sprint-pflanzknoblauch-von-flortus/a-564757" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Rosmarin", "description": "Der mehrjährige und immergrüne Rosmarin", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549276/preview/549276-BIO-Rosmarin-2000-0456---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549276/middle/549276-BIO-Rosmarin-2000-0456---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.89, "maxPrice": 0.89, "price": 0.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rosmarin-bio-rosmarinsamen-von-flortus/a-549276" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Keimsprossen Daikon-Rettich (200 g)", "description": "Scharf-feuriger Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548041/preview/548041-BIO-Keimsprossen-Daikon-Rettich--190-g--2000-0212---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548041/middle/548041-BIO-Keimsprossen-Daikon-Rettich--190-g--2000-0212---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/keimsprossen-daikon-rettich-200-g-bio-keimsprossen-von-flortus/a-548041" } } , { "@type": "ListItem", "position": 5, "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" } } ] } 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();});