{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Hydroponik-Quelltablette (6 Stück)", "description": "6 Quelltabletten für Hydroponik. Eigene Samen zusetzen.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547617/preview/547617-Hydroponik-Quelltablette--6-Stueck-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547617/middle/547617-Hydroponik-Quelltablette--6-Stueck-.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/hydroponik-quelltablette-6-stueck-quelltabletten-von-nelson-garden/a-547617" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Hydroponik-Quelltablette Basilikum (6 Stück)", "description": "Geeignet für Hydroponik, d. h. Pflanzenkultur in Wasser.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547613/preview/547613-Hydroponik-Quelltablette-Basilikum--6-Stueck-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547613/middle/547613-Hydroponik-Quelltablette-Basilikum--6-Stueck-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.95, "maxPrice": 5.95, "price": 5.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/hydroponik-quelltablette-basilikum-6-stueck-basilikumsamen-von-nelson-garden/a-547613" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "HARRY HERBS & FLORTUS Kräuter Set", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562699/preview/562699-HARRY-HERBS-und-FLORTUS-Kraeuter-Set-2000-2387-blau---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562699/middle/562699-HARRY-HERBS-und-FLORTUS-Kraeuter-Set-2000-2387-blau---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 54.95, "maxPrice": 59.89, "price": 54.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/harry-herbs-flortus-kraeuter-set-anzuchtsets-von-flortus/a-562699" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Hydroponik-Pflanzbehälter Harvy 6 Starterpacket", "description": "Starterkit für Hydroponik. 795 x 160 x 150 mm.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547620/preview/547620-Hydroponik-Pflanzbehaelter-Harvy-6-Starterpacket-5551A-ng---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547620/middle/547620-Hydroponik-Pflanzbehaelter-Harvy-6-Starterpacket-5551A-ng---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 74.99, "maxPrice": 74.99, "price": 74.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/hydroponik-pflanzbehaelter-harvy-6-starterpacket-anzuchtsets-von-nelson-garden/a-547620" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Hydroponik-Quelltablette Koriander (6 Stück)", "description": "Geeignet für Hydroponik, d. h. Pflanzenkultur in Wasser.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547614/preview/547614-Hydroponik-Quelltablette-Koriander--6-Stueck-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547614/middle/547614-Hydroponik-Quelltablette-Koriander--6-Stueck-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 9.95, "maxPrice": 9.95, "price": 9.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/hydroponik-quelltablette-koriander-6-stueck-koriandersamen-von-nelson-garden/a-547614" } } ] } Suchergebnisse für: hydroponik | Samenhaus Samen & Sämereien
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; 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();});