{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Kleinblütige Tagetes Luna Orange [MHD 01/2024]", "description": "sehr reich und ausdauernd blühende, kleinblütige Tagetes, deren orangene Blüten besonders intensiv leuchten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3107/preview/3107-Kleinbluetige-Tagetes-Luna-Orange-3868---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3107/middle/3107-Kleinbluetige-Tagetes-Luna-Orange-3868---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.25, "maxPrice": 2.49, "price": 1.25, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-tagetes-luna-orange-studentenblume/a-3107" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Tagetes Bonita - Mischung", "description": "Lange Blütezeit", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2816/preview/2816-Tagetes-Bonita-Mischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2816/middle/2816-Tagetes-Bonita-Mischung.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.19, "maxPrice": 1.19, "price": 1.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-tagetes-bonita-mischung/a-2816" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Tagetes Hohe Mischung", "description": "Leuchtende Hintergrundpflanze", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2727/preview/2727-Tagetes-Hohe-Mischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2727/middle/2727-Tagetes-Hohe-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-tagetes-hohe-mix/a-2727" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Tagetes Antigua Orange F1", "description": "Besonders großblumig und wetterbeständig", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3528/preview/3528-Tagetes-Antigua-Orange-F1-3862---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3528/middle/3528-Tagetes-Antigua-Orange-F1-3862---0.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/kiepenkerl-tagetes-antigua-orange-f1/a-3528" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Studentenblume, Tagetes Orangeflamme", "description": "Lange Blütezeit, warme mediterane Farben schmücken Ihren Garten. Tagetes-Patula-Nana-Hybriden.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2730/preview/2730-Studentenblume--Tagetes-Orangeflamme--MHD-01-2020-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2730/middle/2730-Studentenblume--Tagetes-Orangeflamme--MHD-01-2020-.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-studentenblume-tagetes-orangeflamme/a-2730" } } ] } Suchergebnisse für: Tagetes | 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();});