{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Paprika California Wonder", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553010/preview/553010-Paprika-California-Wonder-11320-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553010/middle/553010-Paprika-California-Wonder-11320-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.99, "maxPrice": 0.99, "price": 0.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprika-california-wonder-paprikasamen-von-gruene-fee/a-553010" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Strahlen-Aster Mischung [MHD 01/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552984/preview/552984-Strahlen-Aster-Mischung-13160-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552984/middle/552984-Strahlen-Aster-Mischung-13160-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/strahlen-aster-mischung-asternsamen-von-gruene-fee/a-552984" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Salat- und Schälgurke Delikateß [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552999/preview/552999-Salat--und-Schaelgurke-Delikatess-11130-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552999/middle/552999-Salat--und-Schaelgurke-Delikatess-11130-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/salat-und-schaelgurke-delikatess-salatgurkensamen-von-gruene-fee/a-552999" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Zuckererbse [MHD 01/2025]", "description": "früh, ertragreich ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549116/preview/549116-BIO-Zuckererbse-144420-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549116/middle/549116-BIO-Zuckererbse-144420-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/zuckererbse-bio-zuckererbsensamen-von-gruene-fee/a-549116" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Zwiebel De Vaugirard [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549012/preview/549012-Zwiebel-De-Vaugirard-11595-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549012/middle/549012-Zwiebel-De-Vaugirard-11595-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/zwiebel-de-vaugirard-zwiebelsamen-von-gruene-fee/a-549012" } } ] } 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();});