{ "@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": "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" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Winterkopfsalat Wintermarie (100 Tütchen)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551878/preview/551878-BIO-Winterkopfsalat-Wintermarie--100-Tuetchen--2000-0561-100x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551878/middle/551878-BIO-Winterkopfsalat-Wintermarie--100-Tuetchen--2000-0561-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-bio-kopfsalatsamen-von-flortus/a-551878" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Bio-Salat Wintermarie", "description": "Attraktiv Köpfe durch die Rotfärbung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536983/preview/536983-Salat-Wintermarie.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536983/middle/536983-Salat-Wintermarie.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.15, "maxPrice": 4.15, "price": 4.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/salat-wintermarie-salatsamen-von-arche-noah-saatgut/a-536983" } } ] } Suchergebnisse für: Wintermarie | Samenhaus Samen & Sämereien

Suchergebnisse für Wintermarie (5 Treffer)

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