{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Spargelsalat Celtuce", "description": "ein aus China stammender Salat, der keine festen, sondern lockere Köpfe bildet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2427/preview/2427-Spargelsalat-Celtuce-1154-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2427/middle/2427-Spargelsalat-Celtuce-1154-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.79, "maxPrice": 2.79, "price": 2.79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/ruebensamen-spargel-spargelsalat-celtuce-von-duerr-samen/a-2427" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Spargel Sprengeri", "description": "Mehrjährige Zierpflanze.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530125/preview/530125-Spargel--Sprengeri.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530125/middle/530125-Spargel--Sprengeri.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.49, "maxPrice": 2.49, "price": 2.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/asparago-sprengeri/a-530125" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Spargelbohne Purple Pod", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544877/preview/544877-Buzzy-Spargelbohne-Purple-Pod.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544877/middle/544877-Buzzy-Spargelbohne-Purple-Pod.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.25, "maxPrice": 2.25, "price": 2.25, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/spargelbohne-purple-pod-bohnensamen-von-buzzy-seeds/a-544877" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Spargelsalat", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545309/preview/545309-Buzzy-Spargelsalat.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545309/middle/545309-Buzzy-Spargelsalat.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.25, "maxPrice": 2.25, "price": 2.25, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/spargelsalat-spargelsamen-von-buzzy-seeds/a-545309" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Spargelsalat Chinesische Keule", "description": "Saatgut aus biologisch - dynamischem und organisch biologischem Anbau", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535908/preview/535908-BIO-Spargelsalat-Chinesische-Keule-CV25-rs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535908/middle/535908-BIO-Spargelsalat-Chinesische-Keule-CV25-rs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.29, "maxPrice": 4.29, "price": 4.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/spargelsalat-chinesische-keule-bio-salatsamen-von-reinsaat/a-535908" } } ] } Suchergebnisse für: argenteuil spargel | Samenhaus Samen & Sämereien
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();});