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
Quality Leashes
Home
Merchandise
Trainers
Wholesale Shop
Gallery
Testimonials
Blog
FAQ
About Us
More
Use tab to navigate through the menu items.
Welcome
to Our Site
Cart
Quality Gear
Quality Gear
Quality Gear
New
Quick View
Embroidered Beanie
Price
$15.00
Excluding Sales Tax
|
Shipping
Quick View
Unisex Hoodie
Price
From $37.00
Excluding Sales Tax
|
Shipping
New
Quick View
Under Armour® Quality Leashes hat
Price
$28.50
Excluding Sales Tax
|
Shipping
New Arrival
Quick View
Merchandise Unisex T-shirts
Price
From $24.00
Excluding Sales Tax
|
Shipping
bottom of page