{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Unkrautschneider", "description": "Für lästiges Unkraut auf Ihrem Rasen, Beet oder im Gemüsegarten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548546/preview/548546-Unkrautschneider-887440-sg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548546/middle/548546-Unkrautschneider-887440-sg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.49, "maxPrice": 8.49, "price": 8.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/unkrautschneider-gartengeraete-von-sogo/a-548546" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Gartenseil aus Jute", "description": "Biologisch abbaubares Gartenseil aus Jute", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548548/preview/548548-Gartenseil-aus-Jute-887452-sg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548548/middle/548548-Gartenseil-aus-Jute-887452-sg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.99, "maxPrice": 2.99, "price": 2.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gartenseil-aus-jute-anzucht-gartenzubehoer-von-sogo/a-548548" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Bindedraht (30 m)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548549/preview/548549-Bindedraht-gruen-887454-sg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548549/middle/548549-Bindedraht-gruen-887454-sg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.99, "maxPrice": 1.99, "price": 1.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bindedraht-30-m-anzucht-gartenzubehoer-von-sogo/a-548549" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Bindedraht (100 m)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548550/preview/548550-Bindedraht-gruen-mit-Messer-887456-sg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548550/middle/548550-Bindedraht-gruen-mit-Messer-887456-sg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bindedraht-100-m-anzucht-gartenzubehoer-von-sogo/a-548550" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Gummiband mit Eisendraht", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548551/preview/548551-Gummiband-mit-Eisendraht-887458-sg---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548551/middle/548551-Gummiband-mit-Eisendraht-887458-sg---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.99, "maxPrice": 4.99, "price": 4.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gummiband-mit-eisendraht-anzucht-gartenzubehoer-von-sogo/a-548551" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Sogo (57 Treffer)

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