{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "(Streichung) Grünkohl Lerchenzungen", "description": "Lerchenzungen - Zur Überwinterung - Mittelhoch", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531513/preview/531513-Gruenkohl-Lerchenzungen.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531513/middle/531513-Gruenkohl-Lerchenzungen.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.19, "maxPrice": 1.19, "price": 1.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kohlsamen-gruenkohl-lerchenzungen-von-quedlinburger-saatgut/a-531513" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Stangenbohne Eva", "description": "resistente, frühe, fadenlose Stangenbohne", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537604/preview/537604-Stangenbohne-Eva-G174-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537604/middle/537604-Stangenbohne-Eva-G174-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.59, "maxPrice": 2.59, "price": 2.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/stangenbohne-eva-stangenbohnensamen-von-samen-pfann/a-537604" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Buschbohne Nano Cannellino [MHD 06/2024]", "description": "Weiße Bohne, halbflache grün-gelbliche Hülse.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529732/preview/529732-Buschbohne--Nano--Cannellino.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529732/middle/529732-Buschbohne--Nano--Cannellino.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.25, "maxPrice": 2.49, "price": 1.25, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/fagiolo-nano-cannellino/a-529732" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Stangenbohne Supermarconi [MHD 06/2025]", "description": "Spätreife Sorte. Schwarze Bohne.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529766/preview/529766-Stangenbohne--Supermarconi.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529766/middle/529766-Stangenbohne--Supermarconi.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-rampicante-supermarconi/a-529766" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Gourmetbohne Cantare [MHD 01/2025]", "description": "für Frischverzehr, Konservierung und Tiefkühlung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543816/preview/543816-Gourmetbohne-Cantare.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543816/middle/543816-Gourmetbohne-Cantare.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/gourmetbohne-cantare-gourmetbohnensamen-von-n-l-chrestensen/a-543816" } } ] } 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();});