{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Buschbohne Nano Topcrop [MHD 06/2025]", "description": "Frühreife und kräftige Varietät. Ergiebige Ernte.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529749/preview/529749-Buschbohne--Nano--Topcrop.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529749/middle/529749-Buschbohne--Nano--Topcrop.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.99, "maxPrice": 2.49, "price": 1.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/fagiolo-nano-topcrop/a-529749" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Buschbohne Maxi [MHD 12/2024]", "description": "Maxi, Gluckentyp, fadenlos, 17 cm lange Hülsen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540500/preview/540500-Bio-Buschbohne-Maxi.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540500/middle/540500-Bio-Buschbohne-Maxi.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.39, "maxPrice": 2.99, "price": 2.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-maxi-bio-buschbohnensamen-von-samen-maier/a-540500" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Buschbohne Faraday PowerSaat", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/559264/preview/559264-Buschbohne-Faraday-PowerSaat-113---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/559264/middle/559264-Buschbohne-Faraday-PowerSaat-113---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/buschbohne-faraday-powersaat-buschbohnensamen-von-kiepenkerl/a-559264" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Buschbohne Davis", "description": "ertragreiche Sorte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547427/preview/547427-Buschbohne-Davis-112-old02---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547427/middle/547427-Buschbohne-Davis-112-old02---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.49, "maxPrice": 3.49, "price": 3.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-davis-buschbohnensamen-von-kiepenkerl/a-547427" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Buschbohne Compass (vh Ferrari) [MHD 07/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545171/preview/545171-Buschbohne-Compass--vh-Ferrari--93130-by---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545171/middle/545171-Buschbohne-Compass--vh-Ferrari--93130-by---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.13, "maxPrice": 4.25, "price": 2.13, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-compass-vh-ferrari-bio-buschbohnensamen-von-buzzy-seeds/a-545171" } } ] } Suchergebnisse für: grüne buschbohnensamen | Samenhaus Samen & Sämereien

Suchergebnisse für grüne buschbohnensamen (81 Treffer)

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