{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Zinnie Perserteppich [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549062/preview/549062-Zinnie-Perserteppich-13825-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549062/middle/549062-Zinnie-Perserteppich-13825-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/zinnie-perserteppich-zinniensamen-von-gruene-fee/a-549062" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Tomate Harzfeuer F1 [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553029/preview/553029-Tomate-Harzfeuer-F1-11550-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553029/middle/553029-Tomate-Harzfeuer-F1-11550-cp---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/tomate-harzfeuer-f1-tomatensamen-von-gruene-fee/a-553029" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Pflücksalat 3 Sorten [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549075/preview/549075-Pfluecksalat-3-Sorten-18020-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549075/middle/549075-Pfluecksalat-3-Sorten-18020-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/pfluecksalat-3-sorten-pfluecksalatsamen-von-gruene-fee/a-549075" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Stockrosen Chater's Mischung [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552957/preview/552957-Stockrosen-Chater-s-Mischung-13425-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552957/middle/552957-Stockrosen-Chater-s-Mischung-13425-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.80, "maxPrice": 1.59, "price": 0.80, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/stockrosen-chater-s-mischung-stockrosensamen-von-gruene-fee/a-552957" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Koriander Einjährig [MHD 06/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553072/preview/553072-Koriander-Einjaehrig-12165-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553072/middle/553072-Koriander-Einjaehrig-12165-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/koriander-einjaehrig-koriandersamen-von-gruene-fee/a-553072" } } ] } 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();});