{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Mangold Rhubarb", "description": "Aromatische Alternative mit dunkel-grünen Blättern und karminroten Stielen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540123/preview/540123-Bio-Mangold-Rhubarb-18722-sa---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540123/middle/540123-Bio-Mangold-Rhubarb-18722-sa---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.65, "maxPrice": 4.65, "price": 4.65, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/mangold-rhubarb-bio-mangoldsamen-von-saflax/a-540123" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Spinat von Sperli-Samen [MHD 01/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532481/preview/532481-BIO-Spinat--von-Sperli-Samen-83150---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532481/middle/532481-BIO-Spinat--von-Sperli-Samen-83150---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.19, "maxPrice": 3.99, "price": 3.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bio-spinat-von-sperli-samen/a-532481" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Blattsenf Scharfer Zahn - Mix", "description": "herrlich scharf-aromatische Blattsenfmischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534229/preview/534229-Blattsenf-Scharfer-Zahn-Mix.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534229/middle/534229-Blattsenf-Scharfer-Zahn-Mix.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.99, "maxPrice": 2.99, "price": 2.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/salatsamen-blattsenf-scharfer-zahn-mix-von-kiepenkerl/a-534229" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Schweizer Mangold [MHD 11/2023]", "description": "Lange vergessenes Gemüse - Aromatische Alternative zu Spinat", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540122/preview/540122-Bio-Schweizer-Mangold-18721-sa---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540122/middle/540122-Bio-Schweizer-Mangold-18721-sa---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.33, "maxPrice": 4.65, "price": 2.33, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/schweizer-mangold-bio-kohlrabisamen-von-saflax/a-540122" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Spinat Palco F1", "description": "resistente Sorte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537464/preview/537464-Spinat-Palco-F1-G856-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537464/middle/537464-Spinat-Palco-F1-G856-sp---0.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/spinat-palco-f1-spinatsamen-von-samen-pfann/a-537464" } } ] } Suchergebnisse für: winterspinat | Samenhaus Samen & Sämereien

Suchergebnisse für winterspinat (65 Treffer)

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