{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Greenfield Wildblumen- u. Kräuterwiese mit Gras (10 kg)", "description": "10 kg reicht für ca. 1.000 m²", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/103/preview/103-Greenfield-ReNatura-Blumenwiese-10-kg-69894-ff---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/103/middle/103-Greenfield-ReNatura-Blumenwiese-10-kg-69894-ff---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 225.99, "maxPrice": 225.99, "price": 225.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wildblumenwiese-10-kg/a-103" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Greenfield Landschaftsrasen Feuchtlagen RSM 7.3 (10 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553383/preview/553383-Greenfield-Landschaftsrasen-Feuchtlagen-RSM-7-3--10-kg--69730-ff---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553383/middle/553383-Greenfield-Landschaftsrasen-Feuchtlagen-RSM-7-3--10-kg--69730-ff---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 107.99, "maxPrice": 107.99, "price": 107.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/greenfield-landschaftsrasen-feuchtlagen-rsm-7-3-10-kg-rasensamen-von-feldsaaten-freudenberger/a-553383" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Greenfield Golfmischung Green RSM 4.1.1 (10 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553416/preview/553416-Greenfield-Golfmischung-Green-RSM-4-1-1--10-kg--69417-ff---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553416/middle/553416-Greenfield-Golfmischung-Green-RSM-4-1-1--10-kg--69417-ff---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 212.99, "maxPrice": 212.99, "price": 212.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/greenfield-golfmischung-green-rsm-4-1-1-10-kg-rasensamen-von-feldsaaten-freudenberger/a-553416" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Greenfield Golfmischung Green RSM 4.1.2 (10 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553417/preview/553417-Greenfield-Golfmischung-Green-RSM-4-1-2--10-kg--69412-ff---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553417/middle/553417-Greenfield-Golfmischung-Green-RSM-4-1-2--10-kg--69412-ff---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 232.99, "maxPrice": 232.99, "price": 232.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/greenfield-golfmischung-green-rsm-4-1-2-10-kg-rasensamen-von-feldsaaten-freudenberger/a-553417" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Geenfield Golfmischung Green RSM 4.1.3 (10 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553418/preview/553418-Geenfield-Golfmischung-Green-RSM-4-1-3--10-kg--69416-ff---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553418/middle/553418-Geenfield-Golfmischung-Green-RSM-4-1-3--10-kg--69416-ff---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 192.99, "maxPrice": 192.99, "price": 192.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/geenfield-golfmischung-green-rsm-4-1-3-10-kg-rasensamen-von-feldsaaten-freudenberger/a-553418" } } ] } Suchergebnisse für: Flechtstraußgras | 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();});