{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Kokos Quelltöpfe 36 mm", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551971/preview/551971-Kokos-Quelltoepfe-36-mm-2000-0583-24x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551971/middle/551971-Kokos-Quelltoepfe-36-mm-2000-0583-24x---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/kokos-quelltoepfe-36-mm-kokos-quelltoepfe-von-flortus/a-551971" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Kokos Quelltöpfe 36 mm", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551970/preview/551970-BIO-Kokos-Quelltoepfe-36-mm-2000-0582-24x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551970/middle/551970-BIO-Kokos-Quelltoepfe-36-mm-2000-0582-24x---0.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/bio-kokos-quelltoepfe-36-mm-bio-kokos-quelltoepfe-von-flortus/a-551970" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Kokoserde (800 g, ergibt 10 l)", "description": "gepresste Kokosfaser, torffrei und ungedüngt, aus nachwachsenden Rohstoffen, 100% natürlich und biologisch abbaubar", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549491/preview/549491-Kokoserde--800-g--ergibt-10-l--2000-0366---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549491/middle/549491-Kokoserde--800-g--ergibt-10-l--2000-0366---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/kokoserde-800-g-ergibt-10-l-anzuchterde-von-flortus/a-549491" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "36 mm Kokos Quelltabletten", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560730/preview/560730-36-mm-Kokos-Quelltabletten-558922-36-mm-Kokos-Quelltabletten-2000-1013-140x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560730/middle/560730-36-mm-Kokos-Quelltabletten-558922-36-mm-Kokos-Quelltabletten-2000-1013-140x---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.49, "maxPrice": 5.49, "price": 5.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/36-mm-kokos-quelltabletten-kokos-quelltabletten-von-flortus/a-560730" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Quelltöpfe im Tray (84 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554880/preview/554880-Quelltoepfe-im-Tray--84-Stueck--2000-0752---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554880/middle/554880-Quelltoepfe-im-Tray--84-Stueck--2000-0752---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 12.95, "maxPrice": 12.95, "price": 12.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/quelltoepfe-im-tray-84-stueck-kokos-quelltoepfe-von-flortus/a-554880" } } ] } Suchergebnisse für: kokos | Samenhaus Samen & Sämereien

Suchergebnisse für kokos (47 Treffer)

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