{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Winterkopfsalat Baquieu", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534487/preview/534487-BIO-Winterkopfsalat-Baquieu-ks70-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534487/middle/534487-BIO-Winterkopfsalat-Baquieu-ks70-sr---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/winterkopfsalat-baquieu-bio-salatsamen-von-sativa-rheinau/a-534487" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Andenbeere Physalis Schönbrunner Gold", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534626/preview/534626-BIO-Andenbeere-Physalis-Schoenbrunner-Gold-sg10-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534626/middle/534626-BIO-Andenbeere-Physalis-Schoenbrunner-Gold-sg10-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/andenbeere-physalis-schoenbrunner-gold-bio-beeren-von-sativa-rheinau/a-534626" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Möhre Mischung [MHD 12/2021]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534349/preview/534349-BIO-Moehre-Mischung-ka90-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534349/middle/534349-BIO-Moehre-Mischung-ka90-sr---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.48, "maxPrice": 4.95, "price": 2.48, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/moehre-mischung-bio-moehrensamen-von-sativa-rheinau/a-534349" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Asiasalat Green In Snow [MHD 12/2021]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534460/preview/534460-BIO-Asiasalat-Green-In-Snow-as10-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534460/middle/534460-BIO-Asiasalat-Green-In-Snow-as10-sr---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.49, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/asiasalat-green-in-snow-von-sativa-rheinau/a-534460" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Auskernbohne Borlotto Lamon", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534309/preview/534309-BIO-Auskernbohne-Borlotto-Lamon-bo79-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534309/middle/534309-BIO-Auskernbohne-Borlotto-Lamon-bo79-sr---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.95, "maxPrice": 4.95, "price": 4.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/auskernbohne-borlotto-lamon-bio-bohnensamen-von-sativa-rheinau/a-534309" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Sativa Rheinau (394 Treffer)

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