{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Islandmohn Pastell - Mischung", "description": "Große, leuchtende Blüten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2743/preview/2743-Islandmohn-Pastell-Mischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2743/middle/2743-Islandmohn-Pastell-Mischung.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.89, "maxPrice": 0.89, "price": 0.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-papaver-pastell-mischung/a-2743" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Türkischer Riesenmohn", "description": "sehr schöne Beet- und Rabattenstaude in farbenfroher Mischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2096/preview/2096-Tuerkischer--Riesenmohn-1925-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2096/middle/2096-Tuerkischer--Riesenmohn-1925-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.29, "maxPrice": 2.29, "price": 2.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-tuerkischer-riesenmohn-papaver-orientale/a-2096" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Papaver commut. Ladybird [MHD 01/2024]", "description": "Schnelle, reiche und üppige Blüte mit bis zu 50 cm Höhe", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3255/preview/3255-Papaver-commut--Ladybird-3702---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3255/middle/3255-Papaver-commut--Ladybird-3702---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-papaver-commut-ladybird/a-3255" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Klatschmohn Rot - Hellrot", "description": "Die seidenpapierartigen Blüten sind ein Farbfleck auf dem naturbelassenen Blumenbeet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3145/preview/3145-Klatschmohn-Rot-Hellrot-4569-old70---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3145/middle/3145-Klatschmohn-Rot-Hellrot-4569-old70---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.99, "maxPrice": 2.99, "price": 2.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-klatschmohn-rot-hellrot/a-3145" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Klatschmohn (Papaver rhoeas) [MHD 12/2023]", "description": "Wächst buschig und kompakt", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542942/preview/542942-Klatschmohn--Papaver-rhoeas-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542942/middle/542942-Klatschmohn--Papaver-rhoeas-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/klatschmohn-papaver-rhoeas-klatschmohnsamen-von-austrosaat/a-542942" } } ] } Suchergebnisse für: papaya | 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();});