{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Möhre Purple Elite F1", "description": "violettfarbene, süße Möhre", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537368/preview/537368-Moehre-Purple-Elite-F1-G549-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537368/middle/537368-Moehre-Purple-Elite-F1-G549-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.99, "maxPrice": 2.99, "price": 2.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/moehre-purple-elite-f1-moehrensamen-von-samen-pfann/a-537368" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Tomate ChocoPrevia Nerondo F1-Hybride [MHD 01/2023]", "description": "Die Schoko - Tomate", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/541847/preview/541847-Tomate-ChocoPrevia-Nerondo-F1-Hybride-G860-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/541847/middle/541847-Tomate-ChocoPrevia-Nerondo-F1-Hybride-G860-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.50, "maxPrice": 4.99, "price": 2.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tomate-chocoprevia-nerondo-f1-hybride-tomatensamen-von-samen-pfann/a-541847" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Mangold Bright Lights", "description": "dekorativer, bunter Mangold", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537355/preview/537355-Mangold-Bright-Lights-G522-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537355/middle/537355-Mangold-Bright-Lights-G522-sp---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/mangold-bright-lights-mangoldsamen-von-samen-pfann/a-537355" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Kapuzinerkresse rankende Mischung", "description": "gefranste Blüten in gelb - roter Farbvariation, alle Pflanzteile essbar", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537720/preview/537720-Kapuzinerkresse-rankende-Mischung-W500-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537720/middle/537720-Kapuzinerkresse-rankende-Mischung-W500-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.99, "maxPrice": 0.99, "price": 0.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kapuzinerkresse-rankende-mischung-kapuzinerkressesamen-von-samen-pfann/a-537720" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Wilde Rauke [MHD 01/2024]", "description": "italienisches Würzkraut", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537554/preview/537554-Wilde-Rauke-G989-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537554/middle/537554-Wilde-Rauke-G989-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.00, "maxPrice": 1.99, "price": 1.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wilde-rauke-raukesamen-von-samen-pfann/a-537554" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Samen Pfann (418 Treffer)

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