{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Nachfüllpaket The Mikro Greens", "description": "Oh oh, irgendwann ist es soweit: Dein Bio-Saatgut und die Kokoserde-Ziegel sind leer und Nachschub darf her!", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550242/preview/550242-BIO-Nachfuellpaket-The-Mikro-Greens-GGN113---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550242/middle/550242-BIO-Nachfuellpaket-The-Mikro-Greens-GGN113---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/nachfuellpaket-the-mikro-greens-keimsprossen-von-grow-grow-nut/a-550242" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Nachfüllpaket Asian Festival", "description": "Oh oh, irgendwann ist es soweit: Dein Bio-Saatgut und die Kokoserde-Ziegel sind leer und Nachschub darf her!", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550239/preview/550239-BIO-Nachfuellpaket-Asian-Festival-GGN112---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550239/middle/550239-BIO-Nachfuellpaket-Asian-Festival-GGN112---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/nachfuellpaket-asian-festival-keimsprossen-von-grow-grow-nut/a-550239" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Nachfüllpaket Brokkoli", "description": "Lust auf neue Sorten?", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547783/preview/547783-BIO-Nachfuellpaket-Brokkoli-GGN108---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547783/middle/547783-BIO-Nachfuellpaket-Brokkoli-GGN108---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/nachfuellpaket-brokkoli-keimsprossen-von-grow-grow-nut/a-547783" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Nachfüllpaket Grünkohl", "description": "Lust auf neue Sorten?", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547785/preview/547785-BIO-Nachfuellpaket-Gruenkohl-GGN110---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547785/middle/547785-BIO-Nachfuellpaket-Gruenkohl-GGN110---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/nachfuellpaket-gruenkohl-keimsprossen-von-grow-grow-nut/a-547785" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Nachfüllpaket Radieschen Rot", "description": "Lust auf neue Sorten?", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547782/preview/547782-BIO-Nachfuellpaket-Radieschen-Rot-GGN107---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547782/middle/547782-BIO-Nachfuellpaket-Radieschen-Rot-GGN107---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/nachfuellpaket-radieschen-rot-keimsprossen-von-grow-grow-nut/a-547782" } } ] } Suchergebnisse für: grow grow nut | 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();});