{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Buschbohne fadenlos [MHD 01/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549113/preview/549113-BIO-Buschbohne-fadenlos-144403-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549113/middle/549113-BIO-Buschbohne-fadenlos-144403-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.83, "maxPrice": 2.29, "price": 1.83, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-fadenlos-bio-buschbohnensamen-von-gruene-fee/a-549113" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Buschbohne Wachs Beste von Allen", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553058/preview/553058-Buschbohne-Wachs-Beste-von-Allen-15160-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553058/middle/553058-Buschbohne-Wachs-Beste-von-Allen-15160-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.59, "maxPrice": 1.59, "price": 1.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-wachs-beste-von-allen-buschbohnensamen-von-gruene-fee/a-553058" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Buschbohne Scuba", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553060/preview/553060-Buschbohne-Scuba-15150-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553060/middle/553060-Buschbohne-Scuba-15150-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.59, "maxPrice": 1.59, "price": 1.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-scuba-buschbohnensamen-von-gruene-fee/a-553060" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Buschbohne Maxi", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549063/preview/549063-Buschbohne-Maxi-15122-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549063/middle/549063-Buschbohne-Maxi-15122-cp---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/buschbohne-maxi-buschbohnensamen-von-gruene-fee/a-549063" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Bio-Buschbohne dunkelgrün [MHD 01/2021]", "description": "fadenlos, Hülsen wachsen über dem Laub", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536907/preview/536907-Bio-Buschbohne-dunkelgruen.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536907/middle/536907-Bio-Buschbohne-dunkelgruen.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.40, "maxPrice": 4.79, "price": 2.40, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-dunkelgruen-bio-buschbohnensamen-von-quedlinburger-saatgut/a-536907" } } ] } 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();});