{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Anemone De Caen (15 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553888/preview/553888-Anemone-De-Caen--15-Stueck--4473-lg---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553888/middle/553888-Anemone-De-Caen--15-Stueck--4473-lg---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.19, "maxPrice": 3.19, "price": 3.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/anemone-de-caen-15-stueck-anemonenknollen-von-let-s-grow/a-553888" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Freesia Gefüllte Mischung (12 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553891/preview/553891-Freesia-Gefuellte-Mischung--12-Stueck--4458-lg---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553891/middle/553891-Freesia-Gefuellte-Mischung--12-Stueck--4458-lg---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.89, "maxPrice": 4.89, "price": 4.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/freesia-gefuellte-mischung-12-stueck-freesienzwiebeln-von-let-s-grow/a-553891" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Anemone Sylphide (20 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555643/preview/555643-Anemone-Sylphide--20-Stueck--84175-bl---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555643/middle/555643-Anemone-Sylphide--20-Stueck--84175-bl---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.99, "maxPrice": 6.99, "price": 6.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/anemone-sylphide-20-stueck-anemonenknollen-von-sam-van-schooten/a-555643" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Anemone blanda Mix (15 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/559839/preview/559839-Anemone-blanda-Mix--15-Stueck--308600-jb---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/559839/middle/559839-Anemone-blanda-Mix--15-Stueck--308600-jb---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.49, "maxPrice": 3.49, "price": 3.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/anemone-blanda-mix-15-stueck-anemonenknollen-von-jub-holland/a-559839" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Freesia Einfache Mischung (12 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553890/preview/553890-Freesia-Einfache-Mischung--12-Stueck--4459-lg---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553890/middle/553890-Freesia-Einfache-Mischung--12-Stueck--4459-lg---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.59, "maxPrice": 4.59, "price": 4.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/freesia-einfache-mischung-12-stueck-freesienzwiebeln-von-let-s-grow/a-553890" } } ] } Suchergebnisse für: knollen | Samenhaus Samen & Sämereien

Suchergebnisse für knollen (58 Treffer)

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