{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Iris Blue (15 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555713/preview/555713-Iris-Blue--15-Stueck--84515-bl---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555713/middle/555713-Iris-Blue--15-Stueck--84515-bl---1.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/iris-blue-15-stueck-iriszwiebeln-von-sam-van-schooten/a-555713" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Mini Agapanthus Queen Fabiola (100 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555192/preview/555192-Mini-Agapanthus-Queen-Fabiola--100-Stueck--10135-bl---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555192/middle/555192-Mini-Agapanthus-Queen-Fabiola--100-Stueck--10135-bl---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.99, "maxPrice": 8.99, "price": 8.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/mini-agapanthus-queen-fabiola-100-stueck-blumenzwiebeln-von-sam-van-schooten/a-555192" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Iris Surprise (10 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555719/preview/555719-Iris-Surprise--10-Stueck--84545-bl---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555719/middle/555719-Iris-Surprise--10-Stueck--84545-bl---1.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/iris-surprise-10-stueck-iriszwiebeln-von-sam-van-schooten/a-555719" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Tulpe Silver Parrot (7 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555369/preview/555369-Tulpe-Silver-Parrot--7-Stueck--80430-bl---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555369/middle/555369-Tulpe-Silver-Parrot--7-Stueck--80430-bl---1.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/tulpe-silver-parrot-7-stueck-tulpenzwiebeln-von-sam-van-schooten/a-555369" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Tulpe Atlantic (10 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555501/preview/555501-Tulpe-Atlantic--10-Stueck--81055-bl---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555501/middle/555501-Tulpe-Atlantic--10-Stueck--81055-bl---1.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/tulpe-atlantic-10-stueck-tulpenzwiebeln-von-sam-van-schooten/a-555501" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Sam van Schooten (448 Treffer)

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