{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Kräutertablett (5 Sorten) [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556146/preview/556146-Kraeutertablett--5-Sorten--9521-fx---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556146/middle/556146-Kraeutertablett--5-Sorten--9521-fx---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 10.00, "maxPrice": 19.99, "price": 10.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kraeutertablett-5-sorten-anzuchtsets-von-florex/a-556146" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Weck Topf for you Brennende Liebe [MHD 12/2024]", "description": "Kompletter Pflanzkit mit Samen und Erde", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551160/preview/551160-Weck-Topf-for-you-Brennende-Liebe-9401-fx---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551160/middle/551160-Weck-Topf-for-you-Brennende-Liebe-9401-fx---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.48, "maxPrice": 6.95, "price": 3.48, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/weck-topf-for-you-brennende-liebe-anzuchtssets-von-florex/a-551160" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Selbstbewässerungs Anzuchtset - Basilikum", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556148/preview/556148-BIO-Selbstbewaesserungs-Anzuchtset-Basilikum-9462-fx---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556148/middle/556148-BIO-Selbstbewaesserungs-Anzuchtset-Basilikum-9462-fx---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 13.99, "maxPrice": 13.99, "price": 13.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/selbstbewaesserungs-anzuchtset-basilikum-bio-anzuchtsets-von-florex/a-556148" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Topf auf Beinen - Schnittlauch [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556145/preview/556145-Topf-auf-Beinen-Schnittlauch-9423-fx---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556145/middle/556145-Topf-auf-Beinen-Schnittlauch-9423-fx---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.50, "maxPrice": 14.99, "price": 7.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/topf-auf-beinen-schnittlauch-anzuchtsets-von-florex/a-556145" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Selbstbewässerungs Anzuchtset - Petersilie", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556147/preview/556147-BIO-Selbstbewaesserungs-Anzuchtset-Petersilie-9461-fx---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/556147/middle/556147-BIO-Selbstbewaesserungs-Anzuchtset-Petersilie-9461-fx---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 13.99, "maxPrice": 13.99, "price": 13.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/selbstbewaesserungs-anzuchtset-petersilie-bio-anzuchtsets-von-florex/a-556147" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Florex (8 Treffer)

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