{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Buschbohne Miracle", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544875/preview/544875-Buzzy-Buschbohne-Miracle.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544875/middle/544875-Buzzy-Buschbohne-Miracle.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.85, "maxPrice": 2.85, "price": 2.85, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-miracle-buschbohnensamen-von-buzzy-seeds/a-544875" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Buschbohne Nassau [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547809/preview/547809-BIO-Buschbohne-Nassau.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547809/middle/547809-BIO-Buschbohne-Nassau.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.35, "maxPrice": 4.19, "price": 3.35, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-nassau-bio-buschbohnensamen-von-austrosaat/a-547809" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Buschbohne Scuba", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548967/preview/548967-Buschbohne-Scuba-177150-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548967/middle/548967-Buschbohne-Scuba-177150-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.49, "maxPrice": 2.49, "price": 2.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-scuba-buschbohnensamen-von-carl-pabst/a-548967" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Stangenbohne Eva [MHD 01/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550804/preview/550804-BIO-Stangenbohne-Eva-B4016-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550804/middle/550804-BIO-Stangenbohne-Eva-B4016-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.19, "maxPrice": 3.99, "price": 3.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/stangenbohne-eva-bio-stangenbohnensamen-von-samen-pfann/a-550804" } } , ] } Suchergebnisse für: Grüne Bohnen | Samenhaus Samen & Sämereien

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

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