{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Weißkohl Rivera F1", "description": "Kleine bis mittelgroße dunkelgrüne Köpfe, daher hohe Bestandsdichte möglich.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2217/preview/2217-Weisskohl-Rivera-F1-1951-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2217/middle/2217-Weisskohl-Rivera-F1-1951-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kohlsamen-weisskohl-rivera-f1-von-duerr-samen/a-2217" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Flageoletbohne Fla Deux [MHD 12/2024]", "description": "robust mit sehr gutem Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537116/preview/537116-BIO-Flageoletbohne-Fla-Deux-bo17-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537116/middle/537116-BIO-Flageoletbohne-Fla-Deux-bo17-sr---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.16, "maxPrice": 3.95, "price": 3.16, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/flageoletbohne-fla-deux-flageoletbohnensamen-von-sativa-rheinaus/a-537116" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Bohnenkraut Aromata", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538890/preview/538890-Bohnenkraut-Aromata.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538890/middle/538890-Bohnenkraut-Aromata.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.09, "maxPrice": 1.09, "price": 1.09, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bohnenkraut-aromata-bohnenkrautsamen-von-n-l-chrestensen/a-538890" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Buschbohne Maxi", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534291/preview/534291-BIO-Buschbohne-Maxi-bo36-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534291/middle/534291-BIO-Buschbohne-Maxi-bo36-sr---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.95, "maxPrice": 4.95, "price": 4.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-maxi-von-sativa-rheinau/a-534291" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Buschbohne Processor", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548965/preview/548965-Buschbohne-Processor-177140-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548965/middle/548965-Buschbohne-Processor-177140-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.69, "maxPrice": 1.69, "price": 1.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-processor-buschbohnensamen-von-carl-pabst/a-548965" } } ] } Suchergebnisse für: Grüne Bohnen | Samenhaus Samen & Sämereien

Suchergebnisse für Grüne Bohnen (165 Treffer)

165 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; 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();});