function getRecentlyViewedProducts() { var viewedProducts = []; var cookie = Cookies.get('recently_viewed_products'); if (cookie) { viewedProducts = JSON.parse(cookie); } return viewedProducts; } function addRecentlyViewedProduct(productId) { var viewedProducts = getRecentlyViewedProducts(); var index = viewedProducts.indexOf(productId); if (index > -1) { viewedProducts.splice(index, 1); } viewedProducts.unshift(productId); Cookies.set('recently_viewed_products', JSON.stringify(viewedProducts), { expires: 30, path: '/' }); }
top of page

SEPTEMBER

September is an exciting month for dog walkers!

      

Happy

      Did you know September 8th is  
National Dog Walker Appreciation Day ​

Happy Dog Walking!

We Appreciate You!

September 10th is National Hug Your Hound Day

bottom of page