{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Beet-Box "Für Tee-Liebhaber" [MHD 12/2023]", "description": "perfekt als kleines Geschenk geeignet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536704/preview/536704-BIO-Beet-Box--Fuer-Tee-Liebhaber--BB04-sm---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536704/middle/536704-BIO-Beet-Box--Fuer-Tee-Liebhaber--BB04-sm---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.95, "maxPrice": 15.90, "price": 7.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/beet-box-fuer-tee-liebhaber-samen-set-von-samen-maier/a-536704" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Rote Lichtnelke", "description": "Erhalt der Artenvielfalt", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540261/preview/540261-Bio-Rote-Lichtnelke.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540261/middle/540261-Bio-Rote-Lichtnelke.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/rote-lichtnelke-bio-nelkensamen-von-samen-maier/a-540261" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Beet-Box "Gute Nachbarn" [MHD 12/2024]", "description": "perfekt als kleines Geschenk geeignet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536703/preview/536703-BIO-Beet-Box--Gute-Nachbarn--BB03-sm---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536703/middle/536703-BIO-Beet-Box--Gute-Nachbarn--BB03-sm---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 12.72, "maxPrice": 15.90, "price": 12.72, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/beet-box-gute-nachbarn-samen-set-von-samen-maier/a-536703" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Eissalat Grazer Krauthäuptel 2", "description": "hitzebeständig, feste Köpfe", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536076/preview/536076-Eissalat-Grazer-Krauthaeuptel-2-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536076/middle/536076-Eissalat-Grazer-Krauthaeuptel-2-.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/eissalat-grazer-krauthaeuptel-2-bio-salatsamen-von-samen-maier/a-536076" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Tomate Moneymaker [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536110/preview/536110-Tomaten-Moneymaker-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536110/middle/536110-Tomaten-Moneymaker-.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/tomaten-moneymaker-bio-tomatensamen-von-samen-maier/a-536110" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Samen Maier (170 Treffer)

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