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

Cyber Monday Deals

Cyber Monday

Cyber Monday

Quality Deals

At QUALITY LEASHES LLC, we understand that every pet and pet parent is unique. That’s why we’ve created a collection of leashes, collars, and grooming loops that are comfortable, stylish, and durable.  We offer a mix of biothane and leather leashes, collars, and more. We even offer customization options so you can get the perfect product for your pet. Our mission is to ensure that your furry friends can always stay safe with the best Quality.

  • Instagram
  • Facebook
  • Twitter

(216) 269-8813     qualityleashes@outlook.com

©2021-24 by Quality Leashes.   

bottom of page