{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Echte Kamille [MHD 12/2024]", "description": "Heilpflanze, Bodenheiler", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534984/preview/534984-BIO-Echte-Kamille-15650-db---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534984/middle/534984-BIO-Echte-Kamille-15650-db---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.80, "maxPrice": 3.50, "price": 2.80, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/echte-kamille-bio-kamillesamen-von-de-bolster/a-534984" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Echter Rosmarin [MHD 06/2024]", "description": "Der aromatisch würzige Duft Süditaliens und der Provence", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535667/preview/535667-Echter-Rosmarin-15219-sa---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535667/middle/535667-Echter-Rosmarin-15219-sa---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.23, "maxPrice": 4.45, "price": 2.23, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/exotische-samen-echter-rosmarin-von-saflax/a-535667" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Echter Lavendel", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545093/preview/545093-Echter-Lavendel-91135-by---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545093/middle/545093-Echter-Lavendel-91135-by---0.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/echter-lavendel-bio-lavendelsamen-von-buzzy-seeds/a-545093" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Lavendel Echter", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550235/preview/550235-Lavendel-Echter-Z844081.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550235/middle/550235-Lavendel-Echter-Z844081.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.79, "maxPrice": 1.79, "price": 1.79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/lavendel-echter-lavendelsamen-von-benary-samen/a-550235" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Anzuchtset HARRY HERBS & Oliver F1 Kartoffelsamen (Pillensaat)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562694/preview/562694-Anzuchtset-HARRY-HERBS-und-Oliver-F1-Kartoffelsamen--Pillensaat--2000-2382-blau---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562694/middle/562694-Anzuchtset-HARRY-HERBS-und-Oliver-F1-Kartoffelsamen--Pillensaat--2000-2382-blau---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 49.95, "maxPrice": 54.69, "price": 49.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/anzuchtset-harry-herbs-oliver-f1-kartoffelsamen-pillensaat-anzuchtsets-von-saatzucht-samenhaus/a-562694" } } ] } Suchergebnisse für: Echtes Duftveilchen | Samenhaus Samen & Sämereien

Suchergebnisse für echtes (45 Treffer)

Keine Ergebnisse für Echtes Duftveilchen. Zeige stattdessen echtes

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