{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Buschbohne Boston", "description": "dunkelgrüne, rundliche Hülsen auf aufrechtstehenden, kräftigen Pflanzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1763/preview/1763-Buschbohne-Boston-AGK00583---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1763/middle/1763-Buschbohne-Boston-AGK00583---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.39, "maxPrice": 2.39, "price": 2.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bohnen-buschbohnen-boston-von-thompson-morgan/a-1763" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Bio-Stangenbohne (grüne Bohne, weißkörnig) Neckarkönigin – Bio-Saatgut [MHD 01/2024]", "description": "Von Natur aus robust und widerstandsfähig.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530372/preview/530372-Bio-Stangenbohne--gruene-Bohne--weisskoernig--Neckarkoenigin-----Bio-Saatgut--MHD-01-2023--80335---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530372/middle/530372-Bio-Stangenbohne--gruene-Bohne--weisskoernig--Neckarkoenigin-----Bio-Saatgut--MHD-01-2023--80335---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.00, "maxPrice": 3.99, "price": 2.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bohnensamen-bio-stangenbohne-gruene-bohne-weisskoernig-neckarkoenigin-a-bio-saatgut-von-sperli-samen/a-530372" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Bio-Stangenbohne Steirische Grüne", "description": "Grüne, fadenlose Stangenbohne", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536992/preview/536992-Stangenbohne-Steirische-Gruene.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536992/middle/536992-Stangenbohne-Steirische-Gruene.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/stangenbohne-steirische-gruene-stangenbohnesamen-von-arche-noah-saatgut/a-536992" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Bergbohnenkraut [MHD 12/2024]", "description": "Schöne, dunkelgrüne und straffe Halme, mehrjährig", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2292/preview/2292-Bergbohnenkraut-1889-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2292/middle/2292-Bergbohnenkraut-1889-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.15, "maxPrice": 2.29, "price": 1.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-bergbohnenkraut/a-2292" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Schalerbse Feltham First", "description": "sehr frühe, ertragreiche Sorte mit dunkelgrünen Hülsen. Niedriger Wuchs", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2120/preview/2120-Schalerbse-Feltham-First-0202-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2120/middle/2120-Schalerbse-Feltham-First-0202-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.29, "maxPrice": 2.29, "price": 2.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/erbsen-schalerbsen-feltham-first-von-duerr-samen/a-2120" } } ] } 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();});