{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Keimsprossen Blattsenf Green Mizuna", "description": "Würzig-aromatischer Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548013/preview/548013-BIO-Keimsprossen-Blattsenf-Green-Mizuna-2000-0322---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548013/middle/548013-BIO-Keimsprossen-Blattsenf-Green-Mizuna-2000-0322---0.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/keimsprossen-blattsenf-green-mizuna-bio-keimsprossen-von-flortus/a-548013" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Mizuna [MHD 07/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545302/preview/545302-Buzzy-Mizuna.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545302/middle/545302-Buzzy-Mizuna.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.13, "maxPrice": 2.25, "price": 1.13, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/mizuna-mizunasamen-von-buzzy-seeds/a-545302" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Keimsprossen Anzuchtset Blattsenf Mizuna Rot", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546932/preview/546932-Keimsprossen-Anzuchtset-Blattsenf-Mizuna-Rot-085373-by---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546932/middle/546932-Keimsprossen-Anzuchtset-Blattsenf-Mizuna-Rot-085373-by---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.95, "maxPrice": 3.95, "price": 3.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-anzuchtset-blattsenf-mizuna-rot-keimsprossen-von-buzzy-seeds/a-546932" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Mizuna Japanischer Senfkohl Grün", "description": "Asiatische Spezialität mit rucola-ähnlichen, gefiederten Blättern mit mild-würzigem Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542976/preview/542976-Mizuna-Japanischer-Senfkohl-Gruen.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542976/middle/542976-Mizuna-Japanischer-Senfkohl-Gruen.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/mizuna-japanischer-senfkohl-gruen-mizunasamen-von-austrosaat/a-542976" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Bio-Keimsprossen Blattsenf Mizuna [MHD 12/2023]", "description": "Aus ökologischer Erzeugung. Würzig-aromatischer Geschmack, vitalisierend, für eine ausgewogene Ernährung.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540298/preview/540298-Bio-Keimsprossen-Blattsenf-Mizuna.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540298/middle/540298-Bio-Keimsprossen-Blattsenf-Mizuna.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.65, "maxPrice": 3.29, "price": 1.65, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/keimsprossen-blattsenf-mizuna-bio-keimsprossen-von-duerr-samen/a-540298" } } ] } Suchergebnisse für: Mizuna | Samenhaus Samen & Sämereien

Suchergebnisse für Mizuna (7 Treffer)

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