{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Zinnie Dahlienblütige Riesen [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552970/preview/552970-Zinnie-Dahlienbluetige-Riesen-13815-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552970/middle/552970-Zinnie-Dahlienbluetige-Riesen-13815-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.50, "maxPrice": 0.99, "price": 0.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zinnie-dahlienbluetige-riesen-zinniensamen-von-gruene-fee/a-552970" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Knollensellerie Ibis [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549007/preview/549007-Knollensellerie-Ibis-11520-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549007/middle/549007-Knollensellerie-Ibis-11520-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.65, "maxPrice": 1.29, "price": 0.65, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/knollensellerie-ibis-knollenselleriesamen-von-gruene-fee/a-549007" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Kohlrabi Superschmelz [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552997/preview/552997-Kohlrabi-Superschmelz-11235-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552997/middle/552997-Kohlrabi-Superschmelz-11235-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.65, "maxPrice": 1.29, "price": 0.65, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kohlrabi-superschmelz-kohlrabisamen-von-gruene-fee/a-552997" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Feldsalat Volhart 3 [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553016/preview/553016-Feldsalat-Volhart-3-11445-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553016/middle/553016-Feldsalat-Volhart-3-11445-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.65, "maxPrice": 1.29, "price": 0.65, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/feldsalat-volhart-3-feldsalatsamen-von-gruene-fee/a-553016" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Mairübe Snowball [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549001/preview/549001-Mairuebe-Snowball-11405-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549001/middle/549001-Mairuebe-Snowball-11405-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.30, "maxPrice": 0.59, "price": 0.30, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/mairuebe-snowball-mairuebensamen-von-gruene-fee/a-549001" } } ] } Suchergebnisse für: Grüne Fee | Samenhaus Samen & Sämereien

Suchergebnisse für Grüne Fee (208 Treffer)

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