{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Tomate Moneymaker [MHD 01/2021]", "description": "frühe, ertragreiche Hellfruchtsorte mit mittelgroßen Früchten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2624/preview/2624-Tomate-Moneymaker.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2624/middle/2624-Tomate-Moneymaker.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.24, "maxPrice": 1.19, "price": 0.24, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tomatensamen-tomate-moneymaker-von-kiepenkerl/a-2624" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Kohlrabi Delikatess weißer [MHD 01/2024]", "description": "Mittelgroß und zart, delikat im Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2652/preview/2652-Kohlrabi-Delikatess-weisser.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2652/middle/2652-Kohlrabi-Delikatess-weisser.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.60, "maxPrice": 1.19, "price": 0.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kohlsamen-kohlrabi-delikatess-weiss-von-kiepenkerl/a-2652" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Duftwicken - Mischung [MHD 01/2024]", "description": "Beliebte Kletterpflanze zum Beranken von Zäunen und Wänden", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3090/preview/3090-Duftwicken-Mischung-3653-old51---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3090/middle/3090-Duftwicken-Mischung-3653-old51---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-duftwicken-mischung/a-3090" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Einfach Taff (100 g) [MHD 01/2023]", "description": "Rückzugsort für Schmetterlinge und Nützlinge ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540141/preview/540141-Einfach-Taff--100-g--4970---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540141/middle/540141-Einfach-Taff--100-g--4970---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.80, "maxPrice": 3.99, "price": 0.80, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumenmischung-einfach-taff-blumenwiese-von-kiepenkerl/a-540141" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Natürlich Dynamisch (100 g) [MHD 01/2022]", "description": "Wertvoller Lebensraum für Insekten ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540142/preview/540142-Natuerlich-Dynamisch--100-g--4975---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540142/middle/540142-Natuerlich-Dynamisch--100-g--4975---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.20, "maxPrice": 5.99, "price": 1.20, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumenmischung-natuerlich-dynamisch-blumenwiese-von-kiepenkerl/a-540142" } } ] } 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();});