{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Anzucht- & Kräutererde (5 l)", "description": "Anzuchterde für alle Pflanzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548007/preview/548007-BIO-Anzucht--und-Kraeutererde--5-l--314439-asb---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548007/middle/548007-BIO-Anzucht--und-Kraeutererde--5-l--314439-asb---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bio-anzucht-kraeutererde-5-l-aussaaterde-von-asb-greenworld/a-548007" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Anzucht- & Kräutererde (16 l)", "description": "Anzuchterde für alle Pflanzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548008/preview/548008-BIO-Anzucht--und-Kraeutererde--16-l--314441-asb---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548008/middle/548008-BIO-Anzucht--und-Kraeutererde--16-l--314441-asb---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/bio-anzucht-kraeutererde-16-l-aussaaterde-von-asb-greenworld/a-548008" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Orchideendünger (500 ml)", "description": "Düngerkonzentrat für empfindliche Pflanzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550423/preview/550423-Orchideenduenger--500-ml--311991-asb---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550423/middle/550423-Orchideenduenger--500-ml--311991-asb---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/orchideenduenger-500-ml-fluessigduenger-von-asb-greenworld/a-550423" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Kompostbeschleuniger (2 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550454/preview/550454-BIO-Kompostbeschleuniger--2-kg--313719-asb---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550454/middle/550454-BIO-Kompostbeschleuniger--2-kg--313719-asb---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/kompostbeschleuniger-2-kg-bio-kompostierung-von-asb-greenworld/a-550454" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Anzucht- & Pikiererde (10 l)", "description": "Anzuchterde für alle Pflanzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550419/preview/550419-Anzucht--und-Pikiererde--10-l--315371-asb---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550419/middle/550419-Anzucht--und-Pikiererde--10-l--315371-asb---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.99, "maxPrice": 6.99, "price": 6.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/anzucht-pikiererde-10-l-aussaaterde-von-asb-greenworld/a-550419" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller ASB Greenworld (26 Treffer)

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