{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Kleine Salate Saatgut - Box XS [MHD 12/2024]", "description": "Die kleine Saatgut-Box in Premium-Qualität mit kleinwüchsigen Salaten, die auch in Kästen angebaut werden können. ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546134/preview/546134-Kleine-Salate-Saatgut-Box-XS-XS40-sd---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546134/middle/546134-Kleine-Salate-Saatgut-Box-XS-XS40-sd---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.00, "maxPrice": 9.99, "price": 5.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kleine-salate-saatgut-box-xs-holzbox-samen-sets-von-saatgut-dillmann/a-546134" } } , { "@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 D'Olanda A Seme Grosso Sel. Ortolani [MHD 06/2025]", "description": "Dunkelgrüne, dicke und zarte Blätter.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530179/preview/530179-Feldsalat--D-Olanda--A--Seme--Grosso--Sel--.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530179/middle/530179-Feldsalat--D-Olanda--A--Seme--Grosso--Sel--.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.63, "maxPrice": 3.29, "price": 2.63, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/valeriana-d-olanda-a-seme-grosso-sel-ortolani/a-530179" } } , { "@type": "ListItem", "position": 4, "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": 5, "item": { "@type": "Product", "name": "Feldsalat Cirilla RZ", "description": "glänzende dunkelgrüne vollherzige Profisorte, auch bei widrigen Witterungsverhältnissen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2525/preview/2525-Feldsalat-Cirilla-RZ-1907-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2525/middle/2525-Feldsalat-Cirilla-RZ-1907-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.29, "maxPrice": 3.29, "price": 3.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/salatsamen-feldsalat-cirilla-rz-von-duerr-samen/a-2525" } } ] } 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();});