Includes 3 x AAA batteries. Great for any dog walker, really useful for the cold dark nights. Includes 1 roll of degradable high quality dog poop bags with handles. Bag refill packs available.
Get notified by email when this product is in stock.
Includes 3 x AAA batteries. Great for any dog walker, really useful for the cold dark nights. Includes 1 roll of degradable high quality dog poop bags with handles. Bag refill packs available.
Reviews
Reviewer Name
Review Date
Star Rating
Description
Posted on Etsy
Product
// Run on page load
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', trackPurchase);
} else {
trackPurchase();
}
// Also check for URL changes (single-page app behaviour)
var lastUrl = window.location.href;
setInterval(function() {
if (window.location.href !== lastUrl) {
lastUrl = window.location.href;
purchaseEventFiredOnThisPage = false; // reset per "page"
trackPurchase();
}
}, 1000);