{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Kapuzinerkresse für Werbezwecke", "description": "Kapuzinerkresse – buntes Give-away für Freunde und Kunden", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549912/preview/549912-Kapuzinerkresse-fuer-Werbezwecke-W5251---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549912/middle/549912-Kapuzinerkresse-fuer-Werbezwecke-W5251---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.39, "maxPrice": 0.39, "price": 0.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kapuzinerkresse-fuer-werbezwecke-kapuzinerkressesamen-von-flortus/a-549912" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Kapuzinerkresse für Werbezwecke", "description": "Kapuzinerkresse – werben Sie mit blühenden Heilpflanzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549914/preview/549914-Kapuzinerkresse-fuer-Werbezwecke-W5252---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549914/middle/549914-Kapuzinerkresse-fuer-Werbezwecke-W5252---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.39, "maxPrice": 0.39, "price": 0.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kapuzinerkresse-fuer-werbezwecke-kapuzinerkressesamen-von-flortus/a-549914" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Kapuzinerkresse Night & Day [MHD 01/2025]", "description": "Höhe bis ca. 35 cm", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/578/preview/578-Kapuzinerkresse-Night-und-Day-85628---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/578/middle/578-Kapuzinerkresse-Night-und-Day-85628---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/sperli-samen-kapuzinerkresse-night-day/a-578" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Kapuzinerkresse Glanzhybriden Mischung [MHD 01/2024]", "description": "Essbare Pflanzenteile, Höhe ca.40 cm, gefüllte Blüten, einjährig.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/72/preview/72-Kapuzinerkresse-Glanzhybriden-Mischung-85693---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/72/middle/72-Kapuzinerkresse-Glanzhybriden-Mischung-85693---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.50, "maxPrice": 0.99, "price": 0.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sperli-samen-kapuzinerkresse-glanzhybriden-mischung/a-72" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Kapuzinerkresse Diamant des Abendlandes [MHD 01/2024]", "description": "Höhe ca. 25 cm, essbare Pflanzenteile, Bodendecker.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/495/preview/495-Kapuzinerkresse-Diamant-des-Abendlandes-85706---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/495/middle/495-Kapuzinerkresse-Diamant-des-Abendlandes-85706---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.00, "maxPrice": 1.99, "price": 1.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sperli-samen-kapuzinerkresse-diamant-des-abendlandes/a-495" } } ] } Suchergebnisse für: kapuzinerkresse | Samenhaus Samen & Sämereien

Suchergebnisse für kapuzinerkresse (109 Treffer)

109 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
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();});