{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Samen-Mix Bienenweide (300 g) [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550993/preview/550993-Samen-Mix-Bienenweide--300-g--2147802004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550993/middle/550993-Samen-Mix-Bienenweide--300-g--2147802004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.00, "maxPrice": 9.99, "price": 5.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/samen-mix-bienenweide-300-g-blumenwiese-von-compo/a-550993" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Samen-Mix Balkonblumen (100 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550994/preview/550994-Samen-Mix-Balkonblumen--100-g--2147902004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550994/middle/550994-Samen-Mix-Balkonblumen--100-g--2147902004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.99, "maxPrice": 5.99, "price": 5.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/samen-mix-balkonblumen-100-g-blumensamen-von-compo/a-550994" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Grünpflanzen- und Palmenerde (5 l)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550929/preview/550929-Gruenpflanzen--und-Palmenerde--5-L--1142022004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550929/middle/550929-Gruenpflanzen--und-Palmenerde--5-L--1142022004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.49, "maxPrice": 6.49, "price": 6.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gruenpflanzen-und-palmenerde-5-l-erden-von-compo/a-550929" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Tomaten Langzeit-Dünger mit Schafwolle (750 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551027/preview/551027-BIO-Tomaten-Langzeit-Duenger-mit-Schafwolle--750-g--2029702004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551027/middle/551027-BIO-Tomaten-Langzeit-Duenger-mit-Schafwolle--750-g--2029702004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.49, "maxPrice": 7.49, "price": 7.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tomaten-langzeit-duenger-mit-schafwolle-750-g-bio-duenger-von-compo/a-551027" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Anzucht- und Kräutererde (20 l)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560674/preview/560674-BIO-Anzucht--und-Kraeutererde--20-l--2822504004---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/560674/middle/560674-BIO-Anzucht--und-Kraeutererde--20-l--2822504004---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 12.99, "maxPrice": 12.99, "price": 12.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/anzucht-und-kraeutererde-20-l-bio-aussaaterden-von-compo/a-560674" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller COMPO (153 Treffer)

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