{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "FLORTUS Sprossenturm", "description": "Für die Anzucht von verschiedenen Sprossen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547673/preview/547673-FLORTUS-Sprossenturm-2000-0409---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547673/middle/547673-FLORTUS-Sprossenturm-2000-0409---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 17.95, "maxPrice": 17.95, "price": 17.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sprossenturm-keimgeraet-von-flortus/a-547673" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Keimsprossen Alfalfa", "description": "Herb-frischer Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548011/preview/548011-BIO-Keimsprossen-Alfalfa-2000-0320---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548011/middle/548011-BIO-Keimsprossen-Alfalfa-2000-0320---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/keimsprossen-alfalfa-bio-keimsprossen-von-flortus/a-548011" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Keimsprossen Wellness-Mischung (Mungbohnen, Alfalfa, Linsen und Rettich)", "description": "Pikant-frischer Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548037/preview/548037-BIO-Keimsprossen-Wellness-Mischung--Mungbohnen--Alfalfa--Linsen-und-Rettich--2000-0346---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548037/middle/548037-BIO-Keimsprossen-Wellness-Mischung--Mungbohnen--Alfalfa--Linsen-und-Rettich--2000-0346---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.29, "maxPrice": 2.29, "price": 2.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-wellness-mischung-mungbohnen-alfalfa-linsen-und-rettich-bio-keimsprossen-von-flortus/a-548037" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Keimsprossen Alfalfa (30 gr.) [MHD 01/2024]", "description": "Sehr hohen Gehalt and Vitamin-C und Mineralstoffen, enthält alle acht Aminosäuren", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/871/preview/871-BIO-Keimsprossen-Alfalfa--30-gr----MHD-01-2024--84920---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/871/middle/871-BIO-Keimsprossen-Alfalfa--30-gr----MHD-01-2024--84920---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-alfalfa-30-g-von-sperli/a-871" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Keimsprossen Alfalfa", "description": "Nussartiger Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3563/preview/3563-BIO-Keimsprossen-Alfalfa-618459---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3563/middle/3563-BIO-Keimsprossen-Alfalfa-618459---0.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/keimsprossen-alfalfa-bio-keimsprossen-von-kiepenkerl/a-3563" } } ] } Suchergebnisse für: alfalfa | Samenhaus Samen & Sämereien

Suchergebnisse für alfalfa (16 Treffer)

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