{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "CURT CUCUMBER Gurkentopf hellgrau", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564182/preview/564182-CURT-CUCUMBER-Gurkentopf-hellgrau-100C10-gg---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564182/middle/564182-CURT-CUCUMBER-Gurkentopf-hellgrau-100C10-gg---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 39.90, "maxPrice": 39.90, "price": 39.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/curt-cucumber-gurkentopf-hellgrau-gurkentoepfe-von-gusta-garden/a-564182" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "CURT CUCUMBER Gurkentopf dunkelgrün", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564183/preview/564183-CURT-CUCUMBER-Gurkentopf-dunkelgruen-103C10-gg---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564183/middle/564183-CURT-CUCUMBER-Gurkentopf-dunkelgruen-103C10-gg---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 39.90, "maxPrice": 39.90, "price": 39.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/curt-cucumber-gurkentopf-dunkelgruen-gurkentoepfe-von-gusta-garden/a-564183" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "CURT CUCUMBER Gurkentopf blau", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564184/preview/564184-CURT-CUCUMBER-Gurkentopf-blau-104C10-gg---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564184/middle/564184-CURT-CUCUMBER-Gurkentopf-blau-104C10-gg---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 39.90, "maxPrice": 39.90, "price": 39.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/curt-cucumber-gurkentopf-blau-gurkentoepfe-von-gusta-garden/a-564184" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BERRY BUDDY Beerenrankhilfe", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564174/preview/564174-BERRY-BUDDY-Beerenrankhilfe-100D10-gg---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564174/middle/564174-BERRY-BUDDY-Beerenrankhilfe-100D10-gg---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 69.90, "maxPrice": 69.90, "price": 69.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/berry-buddy-beerenrankhilfe-rankhilfen-von-gusta-garden/a-564174" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BERRY BUDDY Beerenrankhilfe Erweiterung", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564175/preview/564175-BERRY-BUDDY-Beerenrankhilfe-Erweiterung-100D11-gg---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564175/middle/564175-BERRY-BUDDY-Beerenrankhilfe-Erweiterung-100D11-gg---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 49.90, "maxPrice": 49.90, "price": 49.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/berry-buddy-beerenrankhilfe-erweiterung-rankhilfen-von-gusta-garden/a-564175" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Gusta Garden (67 Treffer)

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