{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Leberbalsam Blausternchen [MHD 12/2024]", "description": "blau-violett, einjährig, 15 cm, für Beete und Rabatten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1987/preview/1987-Leberbalsam-Blausternchen-1301-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1987/middle/1987-Leberbalsam-Blausternchen-1301-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.90, "maxPrice": 1.79, "price": 0.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-leberbalsam-blausternchen/a-1987" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Leberbalsam Capri [MHD 01/2025]", "description": "Wichtige Blaukomponente im Garten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2690/preview/2690-Leberbalsam-Capri--MHD-01-2020-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2690/middle/2690-Leberbalsam-Capri--MHD-01-2020-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.40, "maxPrice": 0.79, "price": 0.40, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-leberbalsam-capri/a-2690" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Leberbalsam Blaues Meer [MHD 01/2025]", "description": "Blaues Meer - Höhe ca. 15 - 20 cm", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531756/preview/531756-Leberbalsam-Blaues-Meer-500222-qb---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531756/middle/531756-Leberbalsam-Blaues-Meer-500222-qb---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.60, "maxPrice": 1.19, "price": 0.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumensamen-leberbalsam-blaues-meer-von-quedlinburger-saatgut/a-531756" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Leberbalsam (Ageratum) Blaue Kugel", "description": "Dankbarer Dauerblüher für Rabatte, Einfassungen, Töpfe und Fensterkistchen mit hellvioletter Blütenfarbe", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542696/preview/542696-Leberbalsam--Ageratum--Blaue-Kugel.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542696/middle/542696-Leberbalsam--Ageratum--Blaue-Kugel.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/leberbalsam-ageratum-blaue-kugel-leberbalsamsamen-von-austrosaat/a-542696" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Leberbalsam Nano Blu Star [MHD 06/2024]", "description": "Einjährige, ca. 20 cm hohe, leicht zu pflegenede Pflanze.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529531/preview/529531-Leberbalsam--Nano--Blu--Star.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529531/middle/529531-Leberbalsam--Nano--Blu--Star.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/agerato-nano-blu-star/a-529531" } } ] } Suchergebnisse für: leberbalsam | Samenhaus Samen & Sämereien

Suchergebnisse für leberbalsam (10 Treffer)

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