{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Saatgut Adventskalender Gemüse", "description": "24 Saatgutüberraschungen in Graspapiertüten, mit Holzstecketiketten, Pflanzanleitung, Kordel und Holzklammern", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551156/preview/551156-Saatgut-Adventskalender-Gemuese-2000-0553---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551156/middle/551156-Saatgut-Adventskalender-Gemuese-2000-0553---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 19.98, "maxPrice": 39.95, "price": 19.98, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/saatgut-adventskalender-gemuese-samen-adventskalender-von-flortus/a-551156" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Sammy Salad Hochbeet anthrazit", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553102/preview/553102-Sammy-Salad-Hochbeet--Anthrazit--101A10-gg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553102/middle/553102-Sammy-Salad-Hochbeet--Anthrazit--101A10-gg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 99.90, "maxPrice": 99.90, "price": 99.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sammy-salad-hochbeet-anthrazit-balkonhochbeete-von-gusta-garden/a-553102" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Sammy Salad Hochbeet hellgrau", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553101/preview/553101-Sammy-Salad-Hochbeet--Hellgrau--100A10-gg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553101/middle/553101-Sammy-Salad-Hochbeet--Hellgrau--100A10-gg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 99.90, "maxPrice": 99.90, "price": 99.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sammy-salad-hochbeet-hellgrau-balkonhochbeete-von-gusta-garden/a-553101" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Sammy Salad Hochbeet dunkelgrün", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553103/preview/553103-Sammy-Salad-Hochbeet--Dunkelgruen--103A10-gg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553103/middle/553103-Sammy-Salad-Hochbeet--Dunkelgruen--103A10-gg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 99.90, "maxPrice": 99.90, "price": 99.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sammy-salad-hochbeet-dunkelgruen-balkonhochbeete-von-gusta-garden/a-553103" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Winterpostelein", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534520/preview/534520-BIO-Winterpostelein-vs14-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534520/middle/534520-BIO-Winterpostelein-vs14-sr---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.49, "maxPrice": 3.49, "price": 3.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/winterpostelein-bio-spinatsamen-von-sativa-rheinau/a-534520" } } ] } 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();});