{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Feldsalat Verte à couer plein 2 (Vorteilspackung)", "description": "Besonders winterfester Feldsalat, robust und ertragreich mit nussigem Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542802/preview/542802-Feldsalat-Verte-a-couer-plein-2--Vorteilspackung-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542802/middle/542802-Feldsalat-Verte-a-couer-plein-2--Vorteilspackung-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.19, "maxPrice": 2.19, "price": 2.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/feldsalat-verte-a-couer-plein-2-vorteilspackung-feldsalatsamen-von-austrosaat/a-542802" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Feldsalat Vit [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549073/preview/549073-Feldsalat-Vit-18012-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549073/middle/549073-Feldsalat-Vit-18012-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/feldsalat-vit-feldsalatsamen-von-gruene-fee/a-549073" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Feldsalat Holländischer breitblättriger", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545145/preview/545145-Feldsalat-Hollaendischer-breitblaettriger-92690-by---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545145/middle/545145-Feldsalat-Hollaendischer-breitblaettriger-92690-by---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.85, "maxPrice": 2.85, "price": 2.85, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/feldsalat-hollaendischer-breitblaettriger-bio-salatsamen-von-buzzy-seeds/a-545145" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Feldsalat Favor (Saatband)", "description": "Schnellwüchsiger Feldsalat mit dunkelgrünen, aufrechten, runden Blättern. ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2617/preview/2617-Feldsalat-Favor--Saatband--82616---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2617/middle/2617-Feldsalat-Favor--Saatband--82616---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.79, "maxPrice": 3.79, "price": 3.79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/salatsamen-feldsalat-favor-saatband-von-sperli-samen/a-2617" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Feldsalat Vit", "description": "für Herbst- und Frühjahrsernte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543694/preview/543694-Feldsalat-Vit.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543694/middle/543694-Feldsalat-Vit.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.99, "maxPrice": 1.99, "price": 1.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/feldsalat-vit-feldsalatsamen-von-n-l-chrestensen/a-543694" } } ] } Suchergebnisse für: winterkopfsalat | Samenhaus Samen & Sämereien

Suchergebnisse für winterkopfsalat (70 Treffer)

70 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; 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();});