{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Kitchengarden Ringelblume [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562272/preview/562272-BIO-Kitchengarden-Ringelblume-18027314-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562272/middle/562272-BIO-Kitchengarden-Ringelblume-18027314-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.70, "maxPrice": 7.39, "price": 3.70, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kitchengarden-ringelblume-bio-anzuchtsets-von-baza/a-562272" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Kitchengarden Walderdbeere weiß", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562241/preview/562241-Kitchengarden-Walderdbeere-weiss-18027030-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562241/middle/562241-Kitchengarden-Walderdbeere-weiss-18027030-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.39, "maxPrice": 7.39, "price": 7.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kitchengarden-walderdbeere-weiss-anzuchtsets-von-baza/a-562241" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Garden Box Erdbeere Extra groß", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562238/preview/562238-Garden-Box-Erdbeere-Extra-gross-1807745-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562238/middle/562238-Garden-Box-Erdbeere-Extra-gross-1807745-bz---1.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/garden-box-erdbeere-extra-gross-anzuchtsets-von-baza/a-562238" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Kitchengarden Dill [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562273/preview/562273-BIO-Kitchengarden-Dill-18027312-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562273/middle/562273-BIO-Kitchengarden-Dill-18027312-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.70, "maxPrice": 7.39, "price": 3.70, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kitchengarden-dill-bio-anzuchtsets-von-baza/a-562273" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Hängender Garten Koriander [MHD 12/2024]", "description": "Gartengeschenke für Balkon und Terrasse", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550278/preview/550278-BIO-Haengender-Garten-Koriander-18017149-bz---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550278/middle/550278-BIO-Haengender-Garten-Koriander-18017149-bz---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.59, "maxPrice": 6.99, "price": 5.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/haengender-garten-koriander-bio-anzuchtsets-von-baza/a-550278" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Baza (95 Treffer)

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