{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "NeudoHum BIO UniversalErde im Karton (50 l)", "description": "Fördert kräftiges und gesundes Wachstum durch natürliche Nährstoff- und Wasserspeicherung.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547800/preview/547800-NeudoHum-BIO-UniversalErde-im-Karton--50-l--01002---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547800/middle/547800-NeudoHum-BIO-UniversalErde-im-Karton--50-l--01002---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 19.19, "maxPrice": 23.99, "price": 19.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/neudorff-neudohum-bio-universalerde-im-karton-50-l/a-547800" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Gelb-Sticker (10 Stück) [MHD 12/2024]", "description": "Insektizidfreie Klebefalle zum Abfangen fliegender Schadinsekten wie Trauermücken („Schwarzen Fliegen“) und Weißen Fliegen.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4040/preview/4040-Gelb-Sticker--10-Stueck--00318---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4040/middle/4040-Gelb-Sticker--10-Stueck--00318---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.90, "maxPrice": 5.79, "price": 2.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/neudorff-gelb-sticker-10-stueck/a-4040" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "NeudoHum BlumenErde (20 l)", "description": "Mit Hydroaktiv-Faserstruktur für besonders gute Wasser- und Nährstoffspeicherfähigkeit. Für 4 bis 6 Wochen vorgedüngt.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4181/preview/4181-NeudoHum-BlumenErde--20-l--00950---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4181/middle/4181-NeudoHum-BlumenErde--20-l--00950---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/neudorff-neudohum-blumenerde-20-l/a-4181" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BioTrissol Plus KräuterDünger (250 ml) [MHD 12/2024]", "description": "Für die nachhaltige Ernährung von Gewürz- und Heilkräutern. Schonend für Mensch und Tier.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4034/preview/4034-BioTrissol-Plus-KraeuterDuenger--250-ml--00298---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4034/middle/4034-BioTrissol-Plus-KraeuterDuenger--250-ml--00298---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.00, "maxPrice": 5.99, "price": 3.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/neudorff-biotrissol-plus-kraeuterduenger-250-ml/a-4034" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BioTrissol Plus BalkonpflanzenDünger (1 l) [MHD 12/2024]", "description": "Für die nachhaltige Ernährung von Geranien auf dem Balkon, im Haus und Garten. Schonend für Mensch und Tier.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4026/preview/4026-BioTrissol-Plus-BalkonpflanzenDuenger--1-l--00280---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4026/middle/4026-BioTrissol-Plus-BalkonpflanzenDuenger--1-l--00280---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.00, "maxPrice": 9.99, "price": 5.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/neudorff-biotrissol-plus-balkonpflanzenduenger-1-l/a-4026" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Neudorff (69 Treffer)

69 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
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();});