{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Gründünger Buchweizen 10 m² [MHD 12/2022]", "description": "Bio-Gemüse. 6 - 8 Wochen Wachstumszeit, Insektenweide für den Sommer. Keine Überwinterung möglich.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/523250/preview/523250-Gruenduenger-Buchweizen-10-m---4058-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/523250/middle/523250-Gruenduenger-Buchweizen-10-m---4058-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.56, "maxPrice": 2.79, "price": 0.56, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-gruenduenger-buchweizen-portionstuete-50-g-fuer-10m/a-523250" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Buchweizen (500 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549217/preview/549217-BIO-Buchweizen--500-g--5203-0-ef---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549217/middle/549217-BIO-Buchweizen--500-g--5203-0-ef---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.29, "maxPrice": 6.29, "price": 6.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buchweizen-500-g-bio-keimsprossen-von-eschenfelder/a-549217" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Gründüngung Buchweizen", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534633/preview/534633-BIO-Gruenduengung-Buchweizen-gr14-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534633/middle/534633-BIO-Gruenduengung-Buchweizen-gr14-sr---0.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/gruenduengung-buchweizen-von-sativa-rheinau/a-534633" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Buchweizen Gründünger [MHD 12/2023]", "description": "Bienenpflanze", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535018/preview/535018-BIO-Buchweizen-Gruenduenger-14070-db---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535018/middle/535018-BIO-Buchweizen-Gruenduenger-14070-db---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.50, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gruenduenger-buchweizen-grosspackung-bio-gruenduenger-von-de-bolster/a-535018" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Buchweizen Billy", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543667/preview/543667-Bio-Buchweizen-Billy.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543667/middle/543667-Bio-Buchweizen-Billy.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.99, "maxPrice": 2.99, "price": 2.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buchweizen-billy-bio-gruenduengung-von-samen-maier/a-543667" } } ] } Suchergebnisse für: Buchweizen | Samenhaus Samen & Sämereien

Suchergebnisse für Buchweizen (17 Treffer)

17 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 2000; var showPopupLiveTime = 1; 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();});