{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Alpenaster Hellblau [MHD 01/2024]", "description": "Frühe Blüte,hellblaue Blüten eine Erfrischung für Ihren Garten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2734/preview/2734-Alpenaster-Hellblau.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2734/middle/2734-Alpenaster-Hellblau.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.45, "maxPrice": 0.89, "price": 0.45, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-alpenaster-hellblau/a-2734" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Hokkaidokürbis [MHD 01/2024]", "description": "Sehr guter Geschmack.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3350/preview/3350-BIO-Hokkaidokuerbis-2711---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3350/middle/3350-BIO-Hokkaidokuerbis-2711---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.49, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kuerbissamen-kuerbis-hokkaido-solor-bio-saatgut-von-kiepenkerl/a-3350" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Flammenblume Blushing Bride [MHD 01/2023]", "description": "Duftende elegante Beet- und Gruppenplflanze. Ideal als Schnittblume. Auch geeignet für Schalen und Balkonkästen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542300/preview/542300-Flammenblume-Blushing-Bride-3804-old03---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542300/middle/542300-Flammenblume-Blushing-Bride-3804-old03---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.50, "maxPrice": 2.49, "price": 0.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/flammenblume-phlox-blushing-bride-blumensamen-von-kiepenkerl/a-542300" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Kohlrübe Steckrübe Wilhelmsburger [MHD 01/2024]", "description": "intensiv gelbe Kohlrübe", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2653/preview/2653-Kohlruebe-Steckruebe-Wilhelmsburger.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2653/middle/2653-Kohlruebe-Steckruebe-Wilhelmsburger.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.45, "maxPrice": 0.89, "price": 0.45, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kohlsamen-kohlruebe-wilhelmsburger-von-kiepenkerl/a-2653" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Möhre Purple Sun F1 [MHD 01/2025]", "description": "Die violette Möhre 'Purple Sun' ist gleichmaßig intensiv durchgefärbt.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547442/preview/547442-Moehre-Purple-Sun-F1-2995-3003---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547442/middle/547442-Moehre-Purple-Sun-F1-2995-3003---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.00, "maxPrice": 3.99, "price": 2.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/moehre-purple-sun-f1-moehrensamen-von-kiepenkerl/a-547442" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Kiepenkerl (864 Treffer)

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