Includes 4 rolls of degradable high quality dog poop bags with handles. 15 x bags per roll. Extremely high quality KONG product. Essential for any dog owner.
Get notified by email when this product is in stock.
Includes 4 rolls of degradable high quality dog poop bags with handles. 15 x bags per roll. Extremely high quality KONG product. Essential for any dog owner.
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);