{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Boller Quick-Mix Substrattabletten 15 Stück", "description": "Ø 60mm, 1 Tab ist ausreichend für einen Anzuchttopf mit 10 cm Ø", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/649/preview/649-Boller-Quick-Mix-Substrattabletten-15-Stueck-78010K---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/649/middle/649-Boller-Quick-Mix-Substrattabletten-15-Stueck-78010K---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.78, "maxPrice": 6.78, "price": 6.78, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/romberg-15-boller-quick-mix-substrattabletten/a-649" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Kokos Substrattabletten (30 mm) (1536 Stück)", "description": "Feinste Pflanzerde aus 100% Kokos, Ø 30 mm", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551158/preview/551158-Kokos-Substrattabletten--30-mm---1536-Stueck--67180030-jf---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551158/middle/551158-Kokos-Substrattabletten--30-mm---1536-Stueck--67180030-jf---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 119.95, "maxPrice": 119.95, "price": 119.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kokos-substrattabletten-26-mm-1536-stueck-substrattabletten-von-jiffy/a-551158" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Anzuchtzubehörset Step by Step", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560705/preview/560705-Anzuchtzubehoerset-Step-by-Step-2000-1132---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560705/middle/560705-Anzuchtzubehoerset-Step-by-Step-2000-1132---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.76, "maxPrice": 10.95, "price": 8.76, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/anzuchtzubehoerset-step-by-step-anzuchtzubehoer-von-flortus/a-560705" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Boller Pot Complete, 10 Anzuchttöpfe 8 cm Ø", "description": "Komplett - Set für die Anzucht, inklusvie 20 Substrattabletten 38mm Ø", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/656/preview/656-Boller-Pot-Complete--10-Anzuchttoepfe-8-cm---_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/656/middle/656-Boller-Pot-Complete--10-Anzuchttoepfe-8-cm---_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.62, "maxPrice": 3.62, "price": 3.62, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/romberg-boller-pot-complete-10-anzuchttoepfe-8-cm-anzuchttoepfe-von-romberg/a-656" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "5,5 cm x 6 cm Anzuchttopf rechteckig mit Torfsubstrattabs ( 32 Stück)", "description": "Kombination aus Töpfen & Anzuchterde", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/539633/preview/539633-5-5-cm-x-6-cm-rechteckig---Torfsubstrattabs.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/539633/middle/539633-5-5-cm-x-6-cm-rechteckig---Torfsubstrattabs.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.39, "maxPrice": 7.39, "price": 7.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/5-5-cm-x-6-cm-rechteckig-torfsubstrattabs-je-32-stueck-anzuchtset-von-jiffy/a-539633" } } ] } Suchergebnisse für: substrattabletten | Samenhaus Samen & Sämereien

Suchergebnisse für substrattabletten (5 Treffer)

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