{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Rosen Pilz-frei (130 ml)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551071/preview/551071-Rosen-Pilz-frei--130-ml--1778302004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551071/middle/551071-Rosen-Pilz-frei--130-ml--1778302004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 17.49, "maxPrice": 17.49, "price": 17.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rosen-pilz-frei-130-ml-pflanzenschutz-von-compo/a-551071" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Qualitäts-Blumenerde (10 l)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550919/preview/550919-Qualitaets-Blumenerde--10-L--1113122004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550919/middle/550919-Qualitaets-Blumenerde--10-L--1113122004-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/qualitaets-blumenerde-10-l-erden-von-compo/a-550919" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Tomaten- und Gemüseerde torffrei (40 l)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550926/preview/550926-Tomaten--und-Gemueseerde-torffrei--40-L--1122714004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550926/middle/550926-Tomaten--und-Gemueseerde-torffrei--40-L--1122714004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 19.99, "maxPrice": 19.99, "price": 19.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tomaten-und-gemueseerde-torffrei-40-l-erden-von-compo/a-550926" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Beeren Langzeit-Dünger mit Schafwolle (2 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551029/preview/551029-BIO-Beeren-Langzeit-Duenger-mit-Schafwolle--2-kg--2029902004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551029/middle/551029-BIO-Beeren-Langzeit-Duenger-mit-Schafwolle--2-kg--2029902004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 12.49, "maxPrice": 12.49, "price": 12.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/beeren-langzeit-duenger-mit-schafwolle-2-kg-bio-duenger-von-compo/a-551029" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Rasendünger (13 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555825/preview/555825-Rasenduenger--13-kg--2094688004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555825/middle/555825-Rasenduenger--13-kg--2094688004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 44.99, "maxPrice": 44.99, "price": 44.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rasenduenger-13-kg-rasenduenger-von-compo/a-555825" } } ] } 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();});