{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Winterkopfsalat Wintermarie", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551875/preview/551875-Winterkopfsalat-Wintermarie-2000-0560---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551875/middle/551875-Winterkopfsalat-Wintermarie-2000-0560---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.89, "maxPrice": 3.89, "price": 3.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/winterkopfsalat-wintermarie-kopfsalatsamen-von-flortus/a-551875" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Winterkopfsalat Wintermarie", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551877/preview/551877-BIO-Winterkopfsalat-Wintermarie-2000-0561---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551877/middle/551877-BIO-Winterkopfsalat-Wintermarie-2000-0561---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.89, "maxPrice": 3.89, "price": 3.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/winterkopfsalat-wintermarie-bio-kopfsalatsamen-von-flortus/a-551877" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Winterkopfsalat Baquieu", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560328/preview/560328-BIO-Winterkopfsalat-Baquieu-2000-1052---0_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560328/middle/560328-BIO-Winterkopfsalat-Baquieu-2000-1052---0_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.89, "maxPrice": 3.89, "price": 3.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/winterkopfsalat-baquieu-bio-kopfsalatsamen-von-flortus/a-560328" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Winterkopfsalat Baquieu", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560327/preview/560327-Winterkopfsalat-Baquieu-2000-1051---0_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560327/middle/560327-Winterkopfsalat-Baquieu-2000-1051---0_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.89, "maxPrice": 3.89, "price": 3.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/winterkopfsalat-baquieu-kopfsalatsamen-von-flortus/a-560327" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Winterkopfsalat Wintermarie (100 Tütchen)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551876/preview/551876-Winterkopfsalat-Wintermarie--100-Tuetchen--2000-0560-100x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551876/middle/551876-Winterkopfsalat-Wintermarie--100-Tuetchen--2000-0560-100x---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 379.00, "maxPrice": 379.00, "price": 379.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/winterkopfsalat-wintermarie-100-tuetchen-kopfsalatsamen-von-flortus/a-551876" } } ] } Suchergebnisse für: wintersalat | Samenhaus Samen & Sämereien

Suchergebnisse für wintersalat (78 Treffer)

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