{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Essbare Blüten Saatgut - Box S (Karton) [MHD 12/2023]", "description": "6 Bio-Sorten essbarer Blüten für den Anbau auf Balkon, Terrasse oder im Garten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543408/preview/543408-BIO-Essbare-Blueten-Saatgut-Box-S--Karton--KSBio09-sd---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543408/middle/543408-BIO-Essbare-Blueten-Saatgut-Box-S--Karton--KSBio09-sd---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 9.98, "maxPrice": 19.95, "price": 9.98, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/essbare-blueten-saatgut-box-s-bio-karton-bio-samen-set-von-saatgut-dillmann/a-543408" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Selbstversorger Saatgut - Box L", "description": "32 Gemüsesaaten zur Selbstversorgung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543367/preview/543367-Selbstversorger-Saatgut-Box-L-L11-sd---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543367/middle/543367-Selbstversorger-Saatgut-Box-L-L11-sd---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 119.95, "maxPrice": 119.95, "price": 119.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/selbstversorger-saatgut-box-l-samen-set-von-saatgut-dillmann/a-543367" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Schulgarten Saatgut - Box L [MHD 12/2024]", "description": "Gemüsesamen zum Anbau im Schulgarten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543368/preview/543368-Schulgarten-Saatgut-Box-L-L34-sd---0_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543368/middle/543368-Schulgarten-Saatgut-Box-L-L34-sd---0_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 32.48, "maxPrice": 64.95, "price": 32.48, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/schulgarten-saatgut-box-l-samen-set-von-saatgut-dillmann/a-543368" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Balkonia Saatgut - Box M [MHD 12/2023]", "description": "15 Premium-Sorten für den Balkon-Anbau", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543372/preview/543372-Balkonia-Saatgut-Box-M-M12-sd---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543372/middle/543372-Balkonia-Saatgut-Box-M-M12-sd---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 34.98, "maxPrice": 69.95, "price": 34.98, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/balkonia-saatgut-box-m-samen-set-von-saatgut-dillmann/a-543372" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Bunte Karotten Saatgut - Box S (Karton) [MHD 12/2024]", "description": "5 verschiedene, bunte Karottensorten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543375/preview/543375-Bunte-Karotten-Saatgut-Box-S--Karton--KS23-sd---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543375/middle/543375-Bunte-Karotten-Saatgut-Box-S--Karton--KS23-sd---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.48, "maxPrice": 14.95, "price": 7.48, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bunte-karotten-saatgut-box-s-karton-samen-set-von-saatgut-dillmann/a-543375" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Saatgut Dillmann (65 Treffer)

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