{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "POP UP Zitruspflanzenerde (für 10 l)", "description": "Ergibt 10 Liter feinste Erde", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/523372/preview/523372-POP-UP-Erde-fuer-Zitruspflanzen.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/523372/middle/523372-POP-UP-Erde-fuer-Zitruspflanzen.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.99, "maxPrice": 4.99, "price": 4.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/romberg-pop-up-zitruspflanzenerde/a-523372" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Zitrusdünger (500ml)", "description": "Für schöne und gesunde Früchte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550723/preview/550723-BIO-Zitrusduenger--500ml--58857-fa---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550723/middle/550723-BIO-Zitrusduenger--500ml--58857-fa---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.49, "maxPrice": 7.49, "price": 7.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zitrusduenger-500ml-bio-fluessigduenger-von-florissa/a-550723" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "WUXAL Mediterrane Pflanzen (1 l)", "description": "Unterstützt die üppige Blüten-und Fruchtbildung Beugt Blattvergilbungen (Blattchlorosen) vor Wirkt über Blatt und Boden", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551807/preview/551807-WUXAL-Mediterrane-Pflanzen--1-l--610101-hm---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551807/middle/551807-WUXAL-Mediterrane-Pflanzen--1-l--610101-hm---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 13.49, "maxPrice": 13.49, "price": 13.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wuxal-mediterrane-pflanzen-1-l-fluessigduenger-von-hauert-manna/a-551807" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Zitrusdünger (250 ml)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552120/preview/552120-Zitrusduenger--250-ml--6723-ng---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552120/middle/552120-Zitrusduenger--250-ml--6723-ng---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.00, "maxPrice": 8.00, "price": 8.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zitrusduenger-250-ml-erde-duenger-von-nelson-garden/a-552120" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Zitruspflanzendünger (500 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550995/preview/550995-BIO-Zitruspflanzenduenger--500-g--2224512004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550995/middle/550995-BIO-Zitruspflanzenduenger--500-g--2224512004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.99, "maxPrice": 7.99, "price": 7.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zitruspflanzenduenger-500-g-bio-duenger-von-compo/a-550995" } } ] } Suchergebnisse für: zitrus | 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();});