{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Insektenhotel", "description": "Nist- und Überwinterungshilfe für nützliche Insekten wie z.B. Wildbienen, Grabwespen, Florfliegen und Ohrwürmer.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4175/preview/4175-Insektenhotel-00881---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4175/middle/4175-Insektenhotel-00881---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 49.99, "maxPrice": 49.99, "price": 49.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/neudorff-insektenhotel/a-4175" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Fledermausquartier", "description": "Neudorffs Fledermausquartier bietet Fledermäusen ein sicheres Rückzugs- und Tagversteck.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4177/preview/4177-Fledermausquartier-00886---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4177/middle/4177-Fledermausquartier-00886---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 39.99, "maxPrice": 39.99, "price": 39.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/neudorff-fledermausquartier/a-4177" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Azet HortensienDünger (1,75 kg)", "description": "Die natürlich BIOlogische Vollwertkost für Hortensien, Kamelien und Bougainvillen. Mit natürlicher Sofort- und Langzeitwirkung.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4200/preview/4200-Azet-HortensienDuenger--1-75-kg--01202---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4200/middle/4200-Azet-HortensienDuenger--1-75-kg--01202---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-azet-hortensienduenger-1-75-kg/a-4200" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Azet Buxus- & IlexDünger (1,75 kg)", "description": "Die natürlich BIOlogische Vollwertkost für Buxus, Ilex, Kirschlorbeer & andere Immergrüne. Mit natürlicher Sofort- und Langzeitwirkung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4202/preview/4202-Azet-Buxus--und-IlexDuenger--1-75-kg--01204---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4202/middle/4202-Azet-Buxus--und-IlexDuenger--1-75-kg--01204---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-azet-buxus-ilexduenger-1-75-kg/a-4202" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Azet DüngeSticks für Kräuter (40 Sticks)", "description": "Die natürlich BIOlogischen Düngedepots für Kräuter. Mit natürlicher Sofort- und Langzeitwirkung.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/524184/preview/524184-Azet-DuengeSticks-fuer-Kraeuter--40-Sticks--00569---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/524184/middle/524184-Azet-DuengeSticks-fuer-Kraeuter--40-Sticks--00569---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.99, "maxPrice": 5.99, "price": 5.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/neudorff-azet-duengesticks-fuer-kraeuter-40-sticks/a-524184" } } ] } 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();});