
Pet Discount Inc.
About Pet Discount Inc.
document.addEventListener('DOMContentLoaded', function { var carousel = document.getElementById('tp-7233'); if (!carousel) return;
// Enable dragging var isDown = false; var startX; var scrollLeft;
carousel.addEventListener('mousedown', function(e) { isDown = true; startX = e.pageX - carousel.offsetLeft; scrollLeft = carousel.scrollLeft; carousel.style.cursor = 'grabbing'; });
carousel.addEventListener('mouseleave', function { isDown = false; carousel.style.cursor = 'grab'; });
carousel.addEventListener('mouseup', function { isDown = false; carousel.style.cursor = 'grab'; });
carousel.addEventListener('mousemove', function(e) { if (!isDown) return; e.preventDefault; var x = e.pageX - carousel.offsetLeft; var walk = x - startX; carousel.scrollLeft = scrollLeft - walk; });
// Touch events for mobile var isTouchDown = false; var touchStartX; var touchScrollLeft;
carousel.addEventListener('touchstart', function(e) { isTouchDown = true; touchStartX = e.touches[0].pageX - carousel.offsetLeft; touchScrollLeft = carousel.scrollLeft; });
carousel.addEventListener('touchend', function { isTouchDown = false; });
carousel.addEventListener('touchmove', function(e) { if (!isTouchDown) return; e.preventDefault; var x = e.touches[0].pageX - carousel.offsetLeft; var walk = x - touchStartX; carousel.scrollLeft = touchScrollLeft - walk; });
// Initialize cursor carousel.style.cursor = 'grab';
// Show/hide navigation buttons based on scroll function updateNavButtons { var prevBtn = carousel.previousElementSibling; var nextBtn = carousel.nextElementSibling;
if (carousel.scrollLeft > 10) { prevBtn.style.display = 'flex'; } else { prevBtn.style.display = 'none'; }
if (carousel.scrollLeft + carousel.clientWidth < carousel.scrollWidth - 10) { nextBtn.style.display = 'flex'; } else { nextBtn.style.display = 'none'; } } carousel.addEventListener('scroll', updateNavButtons); wi
In their own words
The foundation of our strength lies in a deep understanding of what the Philippine pet industry wants and needs. With effective distribution and superior customer service, our efforts resulted in an ever-expanding line of pet products from pet food, accessories and toys, pet hygiene, professional grooming equipment, pet crates, preventive medical supplies, and modern veterinary equipment
Company facts
| Country | Philippines |
|---|---|
| Region | asia |
| Type | Manufacturer |
Provenance. Profile last updated July 18, 2026.
Ratings & Reviews
Be the first to rate this supplier. Your feedback helps buyers worldwide source with confidence.
Related Industry Insights
Research, market data and analysis from the GlobalPetIndex editorial desk.
Trademark & ownership: The company names, brands, logos, trademarks, and proprietary information shown on this page are owned by their respective companies and rights holders. They are displayed for information indexing and reference only and do not imply endorsement, affiliation, or authorization. If you believe any content infringes your rights, please contact us at hello@globalpetindex.com with proof of ownership and the relevant URL(s). We will review and remove or update the content promptly upon receiving a valid notice.