{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Gemüse Set (8 Sorten)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553468/preview/553468-BIO-Gemuese-Set---8-Sorten--2000-0647---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553468/middle/553468-BIO-Gemuese-Set---8-Sorten--2000-0647---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 9.99, "maxPrice": 9.99, "price": 9.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gemuese-set-mit-8-sorten-bio-gemuesesamen-sets-von-flortus/a-553468" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Samenbomben Urlaub auf Balkonien (6 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562167/preview/562167-Samenbomben-Urlaub-auf-Balkonien--6-Stueck--2000-1058---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562167/middle/562167-Samenbomben-Urlaub-auf-Balkonien--6-Stueck--2000-1058---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.99, "maxPrice": 6.99, "price": 6.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/samenbomben-urlaub-auf-balkonien-6-stueck-blumensamenmischung-von-flortus/a-562167" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Bunte Rüben (Saatband)", "description": "Bunte Rübenmischung in den Farben rot, weiß, rot-weiß und gelb.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550312/preview/550312-BIO-Bunte-Rueben--Saatband--2000-0540---0_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550312/middle/550312-BIO-Bunte-Rueben--Saatband--2000-0540---0_1.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/bunte-rueben-saatband-bio-saatbaender-saatplatten-von-flortus/a-550312" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Paprika Yolo Wonder", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549842/preview/549842-BIO-Paprika-Yolo-Wonder-2000-0513---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549842/middle/549842-BIO-Paprika-Yolo-Wonder-2000-0513---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.69, "maxPrice": 2.69, "price": 2.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprika-yolo-wonder-bio-paprikasamen-von-flortus/a-549842" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Keimsprossen Gourmet-Mischung (Quinoa, Linsen und Rettich)", "description": "Mild-aromatischer Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548019/preview/548019-BIO-Keimsprossen-Gourmet-Mischung--Quinoa--Linsen-und-Rettich--2000-0328---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548019/middle/548019-BIO-Keimsprossen-Gourmet-Mischung--Quinoa--Linsen-und-Rettich--2000-0328---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-gourmet-mischung-quinoa-linsen-und-rettich-bio-keimsprossen-von-flortus/a-548019" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller FLORTUS Freude an Vielfalt (555 Treffer)

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