www.petsmart.com
Open in
urlscan Pro
84.53.185.113
Public Scan
URL:
https://www.petsmart.com/dog/collars-harnesses-and-leashes/id-tags/tagworks-black-personalized-pet-id-tag-5300850.html
Submission: On January 25 via manual from HK — Scanned from DE
Submission: On January 25 via manual from HK — Scanned from DE
Form analysis
9 forms found in the DOMName: simpleSearch — GET /search/
<form role="search" action="/search/" method="get" name="simpleSearch" novalidate="novalidate">
<input class="dp-search-input" type="text" name="q" placeholder="search" title="Search" autocomplete="off">
<input type="submit" value="" title="Search">
</form>
Name: signInForm — POST /on/demandware.store/Sites-PetSmart-Site/default/AccountController-ProcessCaptchaLogin
<form name="signInForm" id="signInFormModal" action="/on/demandware.store/Sites-PetSmart-Site/default/AccountController-ProcessCaptchaLogin" method="POST" accept-charset="UTF-8" data-isplaceholderrequired="true" data-resetname="signInForm"
autocomplete="on" novalidate="novalidate">
<div class="login-errors" style="display:none;"></div>
<div class="row">
<div class="col-md-12">
<div class="input-wrapper waterfall-animation">
<label for="username">
<span class="hide">email address</span>
<input type="text" name="username" value="" autocapitalize="none" class="rule-email required" data-msg-required="Please enter your email." autocomplete="username" aria-required="true">
<span data-placeholder="email address" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="input-wrapper waterfall-animation">
<label for="password">
<span class="hide">current password</span>
<input type="password" name="password" value="" class="required fs-exclude" data-msg-required="Please enter password." autocomplete="current-password" aria-required="true">
<span data-placeholder="current password" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="label-inline remember-me">
<input class="input-checkbox capture-rememberMe" type="checkbox" id="capture_signIn_rememberMe">
<label for="capture_signIn_rememberMe">remember me</label>
</div>
</div>
<div class="col-md-6">
<button type="button" class="password-reset">forgot password?</button>
</div>
</div>
<div class="row">
<div class="col-md-12">
<br>
<div class="g-recaptcha-wrapper" style="display: none" data-googlecaptchainstance="accountloginformmodal">
<div id="g-recaptcha-accountloginformmodal">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw&co=aHR0cHM6Ly93d3cucGV0c21hcnQuY29tOjQ0Mw..&hl=de&v=TDBxTlSsKAUm3tSIa0fwIqNu&size=normal&sa=login&cb=silut2a7r8gu"
width="304" height="78" role="presentation" name="a-k06ck45hnmq" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div>
</div>
<input class="hidden-recaptcha-required" name="hiddenrecaptcha" id="hiddenrecaptcha" style="visibility: hidden; height: 1px; padding: 0px; margin: 0;">
<div class="custom-error-msg hidden-recaptcha-required"> Please complete the captcha </div>
<script>
var enableEnterpriseRecaptcha = "true" == "true";
//If there's already a captcha instance go ahead and re-render it (necessary for forms that could be submitted and then editted such as aboutYou in checkout)
if (typeof app != "undefined" && typeof app.googlecaptcha != "undefined" && typeof app.googlecaptcha.googleRecaptchaInstances != "undefined" && app.googlecaptcha.googleRecaptchaInstances.hasOwnProperty("accountloginformmodal")) {
var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
var renderObj = {
'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
'callback': "googleCaptchaFilledOutCallback",
'expired-callback': "googleCaptchaExpiredCallback",
}
if (enableEnterpriseRecaptcha && "true" == "true") {
renderObj.action = "login"
renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw"
}
app.googlecaptcha.googleRecaptchaInstances["accountloginformmodal"] = render('g-recaptcha-accountloginformmodal', renderObj);
}
/**
* This script does the following:
* Renders the captcha and holds on to a reference to that instance
* Registers a callback function we use to revalidate when the captcha is completed
*/
$(document).on('grecaptchaAndDocumentReady grecaptchaEnterpriseAndDocumentReady', function(e) {
try {
if (typeof app.googlecaptcha.googleRecaptchaInstances == "undefined") {
app.googlecaptcha.googleRecaptchaInstances = {}
}
//Explicityly render this captcha
var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
var renderObj = {
'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
'callback': "googleCaptchaFilledOutCallback",
'expired-callback': "googleCaptchaExpiredCallback",
}
if ("true" == "true" && e.type == "grecaptchaEnterpriseAndDocumentReady") {
renderObj.action = "login";
renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw";
app.googlecaptcha.googleRecaptchaInstances["accountloginformmodal"] = render('g-recaptcha-accountloginformmodal', renderObj);
} else if ("true" != "true" && e.type == "grecaptchaAndDocumentReady") {
app.googlecaptcha.googleRecaptchaInstances["accountloginformmodal"] = render('g-recaptcha-accountloginformmodal', renderObj);
}
//Weirdly this is where the callback needs to live for it to be in scope for the captcha
window.googleCaptchaFilledOutCallback = function() {
app.googlecaptcha.analyticsCaptchaSolved();
//sorry about this...
if (typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutccrecap == 'undefined') {
window.app.googlecaptcha.scrollToJoinNearBottom();
}
window.app.validator.doGoogleCaptchaValidation();
};
window.googleCaptchaExpiredCallback = function() {
window.app.validator.doGoogleCaptchaValidation();
};
} catch (e) {
console.log('grecaptchaAndDocumentReady : ' + e);
}
});
</script>
</div>
<script>
//TECHDEBT IE 11 in prod needs some help
try {
if (!!navigator.userAgent.match(/Trident\/7.0/)) {
console.info('IE11 init recaptcha in checkout');
var googleRecaptchaScriptURL = 'https://www.google.com/recaptcha/api.js?onload=gRecaptchaOnloadCallback';
var thereAreInstancesOfRecaptchaOnPage = $('.g-recaptcha-wrapper').length > 0;
if (thereAreInstancesOfRecaptchaOnPage) {
window.gRecaptchaOnloadCallback = function() {
$(document).trigger('grecaptchaAndDocumentReady');
}
$.getScript(googleRecaptchaScriptURL); //This is async
}
};
} catch (e) {
console.error(e);
}
</script>
</div>
</div>
<div class="row login-cta">
<div class="col-md-5">
<div id="login-button-container">
<div id="login-button" class="button-fancy-large">
<button id="login" type="submit" value="log in" class="button-fancy-large ">log in</button>
</div>
<div id="login-action" class="button-fancy-large">
<div class="login-button-icon-container">
<i id="login-action-icon" class="fa-spinner fa-pulse fa-3x fa-fw active-spinner"></i>
</div>
</div>
</div>
</div>
<div class="col-md-7">
<div class="social-signin-disabled">
<div class="social-signin-disabled-head"> we are no longer supporting social sign in </div>
<div class="social-signin-disabled-text"> please click <button type="button" class="password-reset-inline"> forgot password </button> to access your account. </div>
</div>
</div>
</div>
</form>
POST /on/demandware.store/Sites-PetSmart-Site/default/AccountController-RequestReset
<form id="request-password-reset-modal" action="/on/demandware.store/Sites-PetSmart-Site/default/AccountController-RequestReset" method="post" data-isplaceholderrequired="true" data-resetname="forgotpw" novalidate="novalidate">
<p> Enter your email address and we will send you a link to reset your password. </p>
<div class="row notbootstrap">
<div class="col-md-12">
<div class="input-wrapper waterfall-animation">
<label for="email">
<span class="hide">email address</span>
<input type="text" name="email" value="" autocapitalize="none" class="rule-email required" data-msg-required="Please enter your email." aria-required="true">
<span data-placeholder="email address" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
</div>
<div class="row form-row">
<div class="col-md-12 checkout-captcha-wrapper">
<div class="g-recaptcha-wrapper" style="display: none" data-googlecaptchainstance="passwordreset-modal">
<div id="g-recaptcha-passwordreset-modal">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw&co=aHR0cHM6Ly93d3cucGV0c21hcnQuY29tOjQ0Mw..&hl=de&v=TDBxTlSsKAUm3tSIa0fwIqNu&size=normal&sa=password_reset&cb=5ty3cnyts67q"
width="304" height="78" role="presentation" name="a-3r3z0wmvqsyq" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<input class="hidden-recaptcha-required" name="hiddenrecaptcha" id="hiddenrecaptcha" style="visibility: hidden; height: 1px; padding: 0px; margin: 0;">
<div class="custom-error-msg hidden-recaptcha-required"> Please complete the captcha </div>
<script>
var enableEnterpriseRecaptcha = "true" == "true";
//If there's already a captcha instance go ahead and re-render it (necessary for forms that could be submitted and then editted such as aboutYou in checkout)
if (typeof app != "undefined" && typeof app.googlecaptcha != "undefined" && typeof app.googlecaptcha.googleRecaptchaInstances != "undefined" && app.googlecaptcha.googleRecaptchaInstances.hasOwnProperty("passwordreset-modal")) {
var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
var renderObj = {
'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
'callback': "googleCaptchaFilledOutCallback",
'expired-callback': "googleCaptchaExpiredCallback",
}
if (enableEnterpriseRecaptcha && "true" == "true") {
renderObj.action = "password_reset"
renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw"
}
app.googlecaptcha.googleRecaptchaInstances["passwordreset-modal"] = render('g-recaptcha-passwordreset-modal', renderObj);
}
/**
* This script does the following:
* Renders the captcha and holds on to a reference to that instance
* Registers a callback function we use to revalidate when the captcha is completed
*/
$(document).on('grecaptchaAndDocumentReady grecaptchaEnterpriseAndDocumentReady', function(e) {
try {
if (typeof app.googlecaptcha.googleRecaptchaInstances == "undefined") {
app.googlecaptcha.googleRecaptchaInstances = {}
}
//Explicityly render this captcha
var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
var renderObj = {
'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
'callback': "googleCaptchaFilledOutCallback",
'expired-callback': "googleCaptchaExpiredCallback",
}
if ("true" == "true" && e.type == "grecaptchaEnterpriseAndDocumentReady") {
renderObj.action = "password_reset";
renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw";
app.googlecaptcha.googleRecaptchaInstances["passwordreset-modal"] = render('g-recaptcha-passwordreset-modal', renderObj);
} else if ("true" != "true" && e.type == "grecaptchaAndDocumentReady") {
app.googlecaptcha.googleRecaptchaInstances["passwordreset-modal"] = render('g-recaptcha-passwordreset-modal', renderObj);
}
//Weirdly this is where the callback needs to live for it to be in scope for the captcha
window.googleCaptchaFilledOutCallback = function() {
app.googlecaptcha.analyticsCaptchaSolved();
//sorry about this...
if (typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutccrecap == 'undefined') {
window.app.googlecaptcha.scrollToJoinNearBottom();
}
window.app.validator.doGoogleCaptchaValidation();
};
window.googleCaptchaExpiredCallback = function() {
window.app.validator.doGoogleCaptchaValidation();
};
} catch (e) {
console.log('grecaptchaAndDocumentReady : ' + e);
}
});
</script>
</div>
</div>
</div>
<div class="request-errors" style="display:none;">
</div>
<div class="row form-row form-row-button">
<div class="col-md-12">
<div id="request-reset-button-container">
<div id="request-reset-button" class="button-fancy-large">
<button id="request-reset" type="submit" value="submit" class="button-fancy-large ">submit</button>
</div>
<div id="request-reset-action" class="button-fancy-large">
<div class="request-reset-button-icon-container">
<i id="request-reset-action-icon" class="fa-spinner fa-pulse fa-3x fa-fw active-spinner"></i>
</div>
</div>
</div>
<div class="unknown-user">
<p> We apologize for the inconvenience. <a href="javascript:void(0)" class="create-account">
Try creating a new account.
</a>
</p>
</div>
</div>
</div>
</form>
POST /on/demandware.store/Sites-PetSmart-Site/default/AccountController-ResetPassword
<form id="set-password-reset-modal" action="/on/demandware.store/Sites-PetSmart-Site/default/AccountController-ResetPassword" method="post" data-isplaceholderrequired="true" novalidate="novalidate">
<p> Please enter your new password. </p>
<div class="row notbootstrap compare-common-parent">
<div class="col-md-12">
<div class="input-wrapper waterfall-animation">
<label for="password">
<span class="hide">password</span>
<input type="password" name="newPassword" value="" class="rule-password comparewith required fs-exclude" data-msg-required="Please enter password." aria-required="true">
<span data-placeholder="password*" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
<div class="col-md-12">
<div class="input-wrapper ">
<label for="confirmPassword">
<span class="hide">confirm password</span>
<input type="password" name="newPasswordConfirm" value="" class="rule-equal-password required fs-exclude" data-msg-required="Please reenter your password." aria-required="true">
<span data-placeholder="confirm password*" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
</div>
<div class="request-errors" style="display:none;">
</div>
<div class="row notbootstrap form-row form-row-button">
<div class="col-md-12">
<div id="reset-pw-button-container">
<div id="reset-pw-button" class="button-fancy-large">
<button id="reset-pw" type="submit" value="submit" class="button-fancy-large ">submit</button>
</div>
<div id="reset-pw-action" class="button-fancy-large">
<div class="reset-pw-button-icon-container">
<i id="reset-pw-action-icon" class="fa-spinner fa-pulse fa-3x fa-fw active-spinner"></i>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="password-info"> *Passwords must be at least 8 characters long, contain at least one letter and contain at least one of the following: upper case letter, number, or special character. </div>
</div>
</div>
</form>
Name: simpleSearch — GET /search/
<form role="search" action="/search/" method="get" name="simpleSearch" novalidate="novalidate">
<input class="dp-search-input" type="text" name="q" placeholder="search" title="Search">
<input type="submit" value="" title="Search">
</form>
Name: simpleSearch — GET /search/
<form role="search" action="/search/" method="get" name="simpleSearch" novalidate="novalidate">
<input class="dp-search-input" type="text" name="q" placeholder="search" title="Search" autocomplete="off">
<input type="submit" value="" title="Search">
</form>
Name: storesearch —
<form name="storesearch" id="storesearch" novalidate="novalidate">
<div id="search-parent-wrapper">
<div class="appdotinteractionspetsmartoverlay storelocator-init-dogloader">
<img src="/on/demandware.static/Sites-PetSmart-Site/-/default/dwd5143ad5/images/dog_loader_250x250.gif" alt="Loading..." id="dog_loader_image">
</div>
<div class="store-search-input-wrapper">
<input type="text" name="dwfrm_storelocator_postalCode" autocomplete="off" value="60326" title="Search for stores and events">
<div class="button-fancy-large">
<button type="submit" id="storesearchbutton">
<div class="ajax-button-text"><em class="icon-search"></em></div>
</button>
</div>
</div>
<div class="store-max-distance">
<label for="searchradius">
<span class="stores-count"></span> stores within</label>
<select name="searchradius" id="searchradius">
<option value="5">5 miles</option>
<option value="10">10 miles</option>
<option value="20" selected="">20 miles</option>
<option value="40">40 miles</option>
<option value="75">75 miles</option>
</select>
</div>
</div>
<fieldset>
<legend>
<div class="row search-text notbootstrap mobile-map-filters">
<a href="#" class="toggle-services brand-blue-bold" tabindex="0">Only show stores with
<ahref="#" class="" "toggle-stores-switch"="">+</ahref="#"></a>
<a href="#" class="toggle-map brand-blue-bold">see map view</a>
</div>
</legend>
<div class="row notbootstrap services-filter-container">
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="grooming" name="grooming" class="servicesfilter">Grooming</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="training" name="training" class="servicesfilter">Training</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="doggie day camp" name="doggiedaycamp" class="servicesfilter">Doggie Day Camp</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="petshotel" name="petshotel" class="servicesfilter">PetsHotel</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="veterinary" name="veterinary" class="servicesfilter">Veterinary</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="adoptions" name="adoptions" class="servicesfilter">Adoptions</label>
</div>
<br>
<div class="row notbootstrap brand-bold-blue">
<a href="#" class="select-all-services-button">
select all
</a>
</div>
</div>
</fieldset>
</form>
<form id="email-opt-in-form" onsubmit="return app.email.submitEmailOptIn(this)" novalidate="novalidate">
<input type="text" id="email-opt-in" name="emailAddress" placeholder="Enter Email Here">
<input type="hidden" name="optInStatus" value="true" class="fs-exclude">
<span class="email-opt-in-messaging"></span>
<input type="submit" class="blue-email fa fa-envelope" value="">
<i class="opt-in-busy fa fa-spinner fa-pulse"></i>
</form>
GET https://tr.snapchat.com/cm/i
<form method="GET" action="https://tr.snapchat.com/cm/i" target="snap01978818286848647" accept-charset="utf-8" style="display: none;"><iframe id="snap01978818286848647" name="snap01978818286848647"></iframe><input name="pid"></form>
Text Content
Skip to content enable accessibility | gift card | local ad | track your order 9,972,702 lives saved. sign up, earn points, get treats PetSmart Start typing, then use the up and down arrows to select an option from the list Related Products Grreat Choice Wire Dog crate$22.99 - 72.99 Purina Pro Plan Focus Sensitive Skin & Stomach - Adult Dog Food - Salmon & Rice$14.99 - 61.99 ThunderShirt Insanely Calm Anxiety Shirt$39.99 - 44.99 Top Paw XLarge Dog Pads$7.79 - 47.99 Purina Pro Plan Savor Shredded Blend Adult Dog Food- Chicken and Rice$13.99 - 61.99 Trending Categories Dog food Litter Treats Science food Aquariums Trending Brands Blue Buffalo Purina Pro Plan Hill’s Science Diet Simply Nourish Royal Canin Related Products Grreat Choice Wire Dog crate$22.99 - 72.99 Purina Pro Plan Focus Sensitive Skin & Stomach - Adult Dog Food - Salmon & Rice$14.99 - 61.99 ThunderShirt Insanely Calm Anxiety Shirt$39.99 - 44.99 Top Paw XLarge Dog Pads$7.79 - 47.99 Purina Pro Plan Savor Shredded Blend Adult Dog Food- Chicken and Rice$13.99 - 61.99 Trending Categories Dog food Litter Treats Science food Aquariums Trending Brands Blue Buffalo Purina Pro Plan Hill’s Science Diet Simply Nourish Royal Canin sign in Treats & Account Join our loyalty program & earn points every time you shop! sign up login Time to start shopping! * shop by brand * shop all brands * shop by pet * * dog * cat * fish * bird * reptile * small pet * Food Dry Food Canned Food Veterinary Authorized Diets Food Toppers Shop All * Treats Biscuits & Bakery Bones & Rawhide Chewy Treats Dental Treats Jerky Training Treats * Supplies Beds & Furniture Bowls & Feeders Cleaning Supplies Clothing & Shoes Collars, Harnesses & Leashes Crates, Gates & Containment * Dental Care & Wellness Flea & Tick Grooming Supplies Pharmacy Toys Training & Behavior * Food & Treats Wet Food Dry Food Treats Veterinary Authorized Diets Catnip & Grass Shop All * Litter Deodorizers & Filters Litter Litter Boxes Mats & Liners Waste Disposal * Supplies Beds & Furniture Bowls & Feeders Cleaning & Repellents Collars, Harnessess & Leashes Crates, Gates & Containment Dental Care & Wellness * Flea & Tick Grooming Supplies Pharmacy Toys * Food & Care Disease Treatment Feeders Food Plant Care Pond Care Saltwater Aquarium Care * Water Care & Conditioning Water Quality Testers * Supplies Décor, Gravel & Substrate Heating & Lighting Filters & Pumps Maintenance & Repair Starter Kits Tanks & Aquariums * Live Fish Goldfish, Betta & More * Food & Treats Pet Bird Food Treats Wild Bird Food * Supplies Bowls & Feeders Cages & Stands Cleaning & Odor Control Grooming Health Care & Vitamins Litter & Nesting * Toys, Perches & Décor Wild Bird Food & Supplies * Live Birds Conure, Parakeet & More * Habitats & Decor Habitat Accessories Habitat Décor Starter Kits Terrariums * Supplies Cleaning & Water Care Environmental Control & Lighting Feeders & Food Storage Food Substrate & Bedding Vitamins & Supplements * Live Reptiles Snakes, Turtles & More * Food, Treats & Hay Hay Food Treats * Supplies Cages, Habitats & Hutches Cleaning & Odor Removers Harnesses & Travel Carriers Health & Grooming Litter & Bedding Starter Kits * Toys & Habitat Accessories * Live Small Pets Hamsters, Guinea Pigs & More * pet services * * Pet Services Grooming Salon Training Classes PetsHotel Boarding Doggie Day Camp Banfield Pet Hospital * Adoption Pet Adoption PetSmart Charities * Learning Center Dog Care Cat Care Fish Care Bird Care Reptile Care Small Pet Care * sale * featured * * PetSmart at Home * Valentine's Day * Safe Travels * Cold Weather Shop * Team Shop * pharmacy * Dog Allergy Relief Antibiotics Antifungal Anxiety & Calming Arthritis & Pain Relief Dewormers & Parasite Care Ear & Eye Care Flea & Tick Heartworm Shop All Cat Allergy Relief Antibiotics Anxiety & Calming Arthritis & Pain Relief Dewormers & Parasite Care Ear & Eye Care Flea & Tick Heartworm Urinary Tract & Kidney Shop All Livestock Antibiotics Arthritis & Pain Relief Ear & Eye Care Joint Care Skin & Coat Care Thyroid & Hormone Shop All * help * our experts are available to help: Contact Us Track Your Order * find a store my store Try Same-Day Delivery for FREE powered by DoorDash®! shop now > ACCOUNT LOG IN email address current password remember me forgot password? Please complete the captcha log in we are no longer supporting social sign in please click forgot password to access your account. ACCOUNT SIGN UP New customer? Create a Treats™ account now to start earning points on future purchases. create an account LOGIN REQUIRED Autoship orders require an account for recurring orders. Please sign in or create an account to complete your purchase. sign in create account FORGOT PASSWORD Enter your email address and we will send you a link to reset your password. email address Please complete the captcha submit We apologize for the inconvenience. Try creating a new account. If an account exists for this email, we've sent a temporary link to reset your password. If you don’t receive this email, check your SPAM folder or create an account. return to sign in CHANGE PASSWORD Please enter your new password. password confirm password submit *Passwords must be at least 8 characters long, contain at least one letter and contain at least one of the following: upper case letter, number, or special character. Password has been successfully updated. return to sign in enable accessibility PetSmart Time to start shopping! Start typing, then use the up and down arrows to select an option from the list Related Products Grreat Choice Wire Dog crate$22.99 - 72.99 Purina Pro Plan Focus Sensitive Skin & Stomach - Adult Dog Food - Salmon & Rice$14.99 - 61.99 ThunderShirt Insanely Calm Anxiety Shirt$39.99 - 44.99 Top Paw XLarge Dog Pads$7.79 - 47.99 Purina Pro Plan Savor Shredded Blend Adult Dog Food- Chicken and Rice$13.99 - 61.99 Trending Categories Dog food Litter Treats Science food Aquariums Trending Brands Blue Buffalo Purina Pro Plan Hill’s Science Diet Simply Nourish Royal Canin * Shop by Brand * featured * PetSmart at Home * Valentine's Day * Safe Travels * Cold Weather Shop * Team Shop * dog * Food * Canned Food * Dry Food * Food Toppers * Fresh Food * Frozen Food * Milk Replacers * Veterinary Diets * Treats * Biscuits & Bakery * Bones & Rawhide * Chewy Treats * Dental Treats * Jerky * Training Treats * Toys * Balls * Flying Toys * Interactive Toys * Plush Toys * Rope Toys * Toy Boxes * Flea & Tick * Combs & Tools * Flea Shampoos & Dips * Flea & Tick Collars * Flea & Tick Pet Sprays * Flea & Tick Pills * Home & Yard Treatment * Spot Ons * Pharmacy * Dental Care & Wellness * Dental Care * Dental Treats * Treatments * Vitamins & Supplements * Cleaning Supplies * Furniture & Car Protection * Pet Hair Removers * Stain & Odor Removers * Vacuums * Waste Disposal * Crates, Gates & Containment * Backpacks * Car Barriers * Car Booster Seats * Carriers & Crates * Dog Doors & Gates * Fence Systems * Houses & Pens * Mat & Crate Covers * Strollers & Bicycle Baskets * Beds & Furniture * Cooling & Heating Beds * Blankets * Pillow Beds * Orthopedic Beds * Elevated Beds * Cuddler Beds * Crate Mats * Ramps & Steps * Pet Memorials * Bowls & Feeders * Automatic Feeders * Elevated Stands * Placemats * Storage & Scoops * Food & Water Bowls * Clothing & Shoes * Bandanas, Bows & Hats * Costumes * Dresses * Life Jackets & Swim Suits * Shoes & Socks * Sweaters & Coats * T-shirts & Tank Tops * Stress & Anxiety * Jerseys & Team Sports * Collars, Harnesses & Leashes * Collars * Harnesses * ID Tags * Leashes * Tie Outs * Training Collars, Leashes & Harnesses * Flea & Tick Collars * Grooming Supplies * Cologne & Deodorant * Eye & Ear Care * Nail Clippers & Files * Shampoos & Conditioners * Hair Clippers & Trimmers * Bathing Equipment * Brushes, Combs & Blowdryers * Training & Behavior * Bark Control * Clicker Training * Deterrents * Monitors * Potty Training * Training & Behavior Accessories * Training Collars, Leashes & Harnesses * Training Treats * Dog Deals * cat * Food & Treats * Wet Food * Dry Food * Catnip & Grass * Food Toppers * Frozen Food * Freeze Dried Food * Milk Replacers * Treats * Veterinary Diets * Litter & Waste Disposal * Deodorizers & Filters * Litter * Litter Boxes * Mats & Liners * Waste Disposal * Toys * Balls & Chasers * Hunting & Stalking Toys * Plush Toys * Teasers * Electronic & Interactive * Tunnels * Multi Pack * Catnip * Dental Care & Wellness * Dental Sprays & Toothbrushes * Dental Treats * Hairball Remedy * Milk Replacers * Treatments * Vitamins & Supplements * Flea & Tick * Combs & Tools * Flea Shampoos & Dips * Flea & Tick Collars * Flea & Tick Pet Sprays * Flea & Tick Pills * Home & Yard Treatment * Spot On * Pharmacy * Cleaning & Repellents * Furniture & Home Protection * Pet Hair Removers * Repellants * Stain & Odor Removers * Vacuums * Crates, Gates & Containment * Carriers * Doors * Pens * Beds & Furniture * Covered Beds * Cuddler Beds * Furniture & Towers * Heated Beds * Pet Memorials * Scratchers * Window Perches * Bowls & Feeders * Automatic Feeders * Elevated Stands * Food & Water Bowls * Placemats * Storage & Scoops * Collars, Harnesses & Leashes * Collars * Flea & Tick Collars * Harnesses * ID Tags * Leashes * Tie Outs * Grooming Supplies * Brushes, Combs & Blowdryers * Deodorizers * Nail Clippers & Caps * Shampoos & Conditioners * Cat Deals * fish * Food & Care * Disease Treatment * Feeders * Food * Plant Care * Pond Care * Salt Water Aquarium Care * Water Care & Conditioning * Water Quality Testers * Tanks, Aquariums & Nets * Aquariums * Aquarium Stands * Tank Dividers & Containers * Maintenance & Repair * Adhesives & Sealants * Brushes & Tank Cleaners * Vacuums * Water Changers * Breeders & Nets * Filters & Pumps * Air & Water Pumps * Filters * Filter Media * Replacement Parts * Decor, Gravel & Substrate * Artificial Plants * Aquarium Substrate * Backgrounds * Gravel, Sand & Stones * Live Plants * Ornaments * Plant Food & Fertilizers * Heating & Lighting * Heaters * Hoods & Glass Canopies * Heating & Lighting Accessories * Lights * Live Fish * Goldfish, Betta & More * Starter Kits * Fish Deals * bird * Food & Treats * Pet Bird Food * Treats * Wild Bird Food * Cages & Stands * Cages * Cage Covers * Stands * Travel Carriers * Litter & Nesting * Cage Liners * Litter & Bedding * Nesting Supplies * Toys, Perches & Decor * Ladders * Mirrors * Perches & Swings * Toys * Grooming * Bath Sprays * Bird Baths * Nail & Beak Trimmers * Health Care & Vitamins * Treatments * Vitamins & Supplements * Cleaning & Odor Control * Brushes & Scrubbers * Cage Liners * Deodorizers & Waste Cleanup * Bowls & Feeders * Feeders & Treat Holders * Cups * Live Birds * Conure, Parakeets & More * Starter Kits * Wild Bird Food & Supplies * Coops & Outdoor Habitats * Outdoor Bird Baths * Outdoor Feeders * Wild Bird Food * Bird Deals * reptile * Food * Habitats & Decor * Habitat Accessories * Habitat Décor * Terrariums * Environmental Control & Lighting * Bulbs & Lamps * Heaters * Humidity & Temperature Control * Light Fixtures * Cleaning & Water Care * Filter Systems & Pumps * Filter Media * Deodorizers * Sanitizers * Waste Removers * Water Conditioners * Substrate & Bedding * Vitamins & Supplements * Feeders & Food Storage * Feeding Accessories * Food & Water Bowls * Food Storage * Starter Kits * Live Reptiles * Snakes, Turtles & More * Reptile Deals * small pet * Small Pet Shops * Hamster & Gerbil * Guinea Pig * Rabbit * Ferret * Rat & Mouse * Chinchilla * Hedgehog & Sugar Glider * Food, Treats & Hay * Food * Hay * Treats * Cages, Habitats & Hutches * Habitat Expansions * Hutches * Play Pens * Cages * Tunnels & Hideouts * Litter & Bedding * Litter & Bedding * Litter Pans * Toys & Habitat Accessories * Feeders & Water Bottles * Small Pet Costumes * Toys * Tunnels & Hideouts * Cleaning & Odor Removers * Brushes & Scrubbers * Sanitizers * Stain & Odor Removers * Deodorizers * Harnesses & Travel Carriers * Harnesses * Travel Carriers * Health & Grooming * Grooming Supplies * Vitamins & Supplements * Live Small Pets * Hamsters, Guinea Pigs & More * Starter Kits * Small Pet Deals * Pharmacy * Dog * Allergy Relief * Antibiotics * Antifungal * Anxiety & Calming * Arthritis & Pain Relief * Asthma & Respiratory * Dewormers & Parasite Care * Diabetes & Insulin * Digestive Tract, Liver & Pancreas * Ear & Eye Care * Flea & Tick * Heart & Blood Pressure * Heartworm * Immune Support * Joint Care * Medical Supplies * Seizure & Epilepsy * Skin & Coat Care * Thyroid & Hormone * Urinary Tract & Kidney * Vitamins & Electrolytes * Cat * Allergy Relief * Antibiotics * Antifungal * Anxiety & Calming * Arthritis & Pain Relief * Asthma & Respiratory * Dewormers & Parasite Care * Diabetes & Insulin * Digestive Tract, Liver & Pancreas * Ear & Eye Care * Flea & Tick * Heart & Blood Pressure * Heartworm * Immune Support * Joint Care * Medical Supplies * Seizure & Epilepsy * Skin & Coat Care * Thyroid & Hormone * Urinary Tract & Kidney * Vitamins & Electrolytes * Livestock * Allergy Relief * Antibiotics * Anxiety & Calming * Arthritis & Pain Relief * Asthma & Respiratory * Dewormers & Parasite Care * Digestive Tract, Liver & Pancreas * Ear & Eye Care * Heart & Blood Pressure * Immune Support * Joint Care * Medical Supplies * Skin & Coat Care * Thyroid & Hormone * Urinary Tract & Kidney * Vitamins & Electrolytes * sale * Clearance * Dog * Beds & Furniture * Ramps & Steps * Blankets * Pet Memorials * Pillow Beds * Orthopedic Beds * Elevated Beds * Cuddler Beds * Crate Mats * Cooling & Heating Beds * Bowls & Feeders * Automatic Feeders * Elevated Stands * Placemats * Storage & Scoops * Food & Water Bowls * Cleaning Supplies * Furniture & Car Protection * Pet hair Removers * Stain & Odor Removers * Vacuums * Waste Disposal * Clothing & Shoes * Bandanas, Bows & Hats * Costumes * Dresses * Life Jackets & Swimsuits * Shoes & Socks * Sweaters & Coats * T-shirts & Tank Tops * Stress & Anxiety * Jerseys & Team Sports * Collars, Harnesses & Leashes * Collars * Harnesses * ID Tags * Leashes * Tie-Outs * Training Collars, Leashes & Harnesses * Flea & Tick Collars * Crates, Gates & Containment * Backpacks * Cat Barriers * Car Booster Seats * Carriers & Crates * Dog Doors & Gates * Fence Systems * Houses & Pens * Mats & Crate Covers * Strollers & Bicycle Baskets * Dental Care & Wellness * Dental Care * Treatments * Vitamins & Supplements * Flea & Tick * Combs & Tools * Flea Shampoos & Dips * Flea & Tick Collars * Flea & Tick Pet Sprays * Flea & Tick Pills * Home & Yard Treatments * Spot Ons * Food * Canned Food * Dry Food * Food Toppers * Fresh Food * Frozen Food * Milk Replacers * Veterinary Diets * Grooming Supplies * Colognes & Deodorant * Eye & Ear Care * Nail Clippers & Files * Shampoos & Conditioners * Hair Clippers & Trimmers * Bathing Equipment * Brushes, Combs & Blow Dryers * Toys * Plush Toys * Rope Toys * Interactive Toys * Flying Toys * Balls * Toy Boxes * Training & Behavior * Bark Collars * Clicker Training * Deterrents * Monitors * Potty Training * Training & Behavior Accessories * Training Collars, Leashes & Harnesses * Training Treats * Treats * Biscuits & Bakery * Bones & Rawhide * Chewy Treats * Dental Treats * Jerky * Training Treats * Cat * Beds & Furniture * Covered Beds * Cuddler Beds * Furniture & Towers * Heating Beds * Pet Memorials * Scratchers * Window Perches * Bowls & Feeders * Automatic Feeders * Elevated Stands * Food & Water Bowls * Placemats * Storage & Scoops * Cleaning & Repellents * Furniture & Home Protection * Pet Hair Removers * Repellents * Stain & Odor Removers * Vacuums * Clothes & Costumes * Clothes & Costumes * Collars, Harnesses & Leashes * Collars * Flea & Tick Collars * Harnesses * ID Tags * Leashes * Tie-Outs * Crates, Gates & Containment * Carriers * Doors * Pens * Dental Care & Wellness * Dental Sprays & Toothbrushes * Dental Treats * Treatments * Hairball Remedy * Milk Replacers * Vitamins & Supplements * Flea & Tick * Combs & Tools * Flea Shampoos & Dips * Flea & Tick Collars * Flea & Tick Pet Sprays * Flea & Tick Pills * Home & Yard Treatment * Spot Ons * Food & Treats * Milk Replacers * Treats * Wet Food * Catnip & Grass * Dry Food * Food Toppers * Frozen Food * Freeze Dried Food * Veterinary Diets * Grooming Supplies * Brushes & Combs * Deodorizers * Nail Clippers & Caps * Shampoo & Conditioner * Litter & Waste Disposal * Deodorizers & Filters * Litter * Litter Boxes * Mats & Liners * Waste Disposal * Toys * Balls & Chasers * Hunting & Stalking Toys * Plush Toys * Teasers * Electronic & Interactive * Tunnels * Multi Pack * Catnip * Fish * Décor, Gravel & Substrate * Aquarium Substrate * Backgrounds * Gravel & Sand * Live Plants * Ornaments * Plant Food & Fertalizers * Filter & Pumps * Air & Water Pumps * Filters * Filter Media * Replacement Parts * Food & Care * Disease Treatment * Feeders * Food * Plant Care * Pond Care * Saltwater Aquarium Care * Water Care & Conditioning * Water Quality Testers * Heating & Lighting * Heaters * Hoods & Glass Canopies * Heating & Lightning Accesories * Lights * Live Fish * Goldfish, Betta & More * Maintenance & Repair * Adhesives & Sealants * Brushes & Tank Sealers * Vacuums * Water Changers * Starter Kits * Tanks, Aquariums, & Nets * Aquariums * Aquarium Stands * Breeders & Nets * Tank Dividers & Carriers * Bird * Bowls & Feeders * Cages & Stands * Cages * Cage Covers * Stands * Travel Carriers * Cleaning & Odor Control * Brushes & Scrubbers * Cage Liners * Deoderizers & Waste Cleanup * Food & Treats * Pet Bird Food * Treats * Wild Bird Food * Grooming * Bird Baths * Bath Sprays * Nail & Beak Trimmers * Health Care & Vitamins * Treatments * Vitamins & Supplements * Live Birds * Conure, Parakeet & More * Litter & Nesting * Cage Liners * Litter & Bedding * Nesting Supplies * Starter Kits * Toys, Perches, & Decor * Ladders * Mirrors * Perches & Swings * Toys * Wild Bird Food & Supplies * Coops & Outdoor Habitats * Outdoor Bird Baths * Outdoor Feeders * Wild Bird Food * Reptile * Food & Care * Food * Food & Water Accessories * Health & Wellness * Cleaning & Water Care * Deodorizers * Sanitizers * Waste Removers * Water Conditioners * Supplies * Cleaning & Odor Removers * Clothes & Costumes * Filters & Pumps * Habitats & Décor * Heating & Lighting * Humidity & Temperature Controls * Reptile Books * Substrate & Bedding * Environmental Control & Lighting * Bulbs & Lamps * Heaters * Humidity & Temperature Controls * Light Fixtures * Feeders & Food Storage * Feeding Accessories * Food Storage * Food & Water Bowls * Food * Habitats & Decor * Habitat Accessories * Habitat Decor * Terrariums * Live Reptiles * Snakes, Turtles & More * Substrate & Bedding * Starter Kits * Vitamins & Supplements * Small Pet * Food & Care * Food * Food & Water Accessories * Grooming * Hay * Health & Wellness * Treats * Cages, Habitats & Hutches * Cages * Habitat Expansions * Hutches * Play Pens * Tunnels & Hideouts * Supplies * Bedding & Litter * Cages, Habitats & Hutches * Cleaning & Odor Removers * Costumes * Harnesses & Travel Carriers * Small Pet Books * Toys & Habitat Accessories * Cleaning & Odor Removers * Brushes & Scrubbers * Deodorizers * Sanitizers * Stain & Oder Removers * Food, Treats & Hay * Food * Hay * Treats * Harnesses & Travel Carriers * Harnesses * Travel Carriers * Health & Grooming * Grooming Supplies * Vitamins & Supplements * Litter & Bedding * Litter & Bedding * Litter Pans * Live Small Pets * Hamsters, Guinea Pigs & More * Starter Kits * Toys & Habitat Accessories * Feeders & Water Bottles * Small Pet Costumes * Toys * Tunnels & Hideouts * Live Pet * Live Birds * Live Fish * Live Reptiles * Live Small Pets * Local Ad * Pet Services * Adoption adoptions * adopt a dog * adopt a cat * free adoption kit * PetSmart Charities 9,841,582 lives saved. At PetSmart, we never sell dogs or cats. Together with PetSmart Charities, we help save over 1,500 pets every day through adoption. PetSmart is The Adopt Spot Find an adoption event near you * Gift Card * Track Your Order * Create Account sign in 1-888-839-9638 Menu skip navigation PetSmart Time to start shopping! Start typing, then use the up and down arrows to select an option from the list Trending Categories Dog food Litter Treats Science food Aquariums Trending Brands Blue Buffalo Purina Pro Plan Hill’s Science Diet Simply Nourish Royal Canin Trending Categories Dog food Litter Treats Science food Aquariums Trending Brands Blue Buffalo Purina Pro Plan Hill’s Science Diet Simply Nourish Royal Canin Try Same-Day Delivery for FREE powered by DoorDash®! shop now > top Your browser's Javascript functionality is turned off. Please turn it on so that you can experience the full capabilities of this site. dog Collars, Harnesses & Leashes ID Tags * * * TAGWORKS® BLACK PERSONALIZED PET ID TAG by TagWorks Item #5300850 2.7 out of 5 stars. 9 reviews Standard Price$15.99 Earn Treats on this purchase! Sign Up X PETSMART TREATS™ LOYALTY PROGRAM POINTS FOR EVERY PURCHASE earn 8 points for every $1 spent in stores & online • earn points on pet services including Grooming, PetsHotel, Doggie Day Camp & Training • earn points for donating to PetSmart Charities® REDEMPTION AT CHECKOUT redeem points for discounts on any product or pet service for up to a year — no exclusions! • redeem in stores or online • start getting treats at 1,000 points • download our FREE mobile app to easily redeem points in stores MORE TREATS! enjoy even more treats & celebrate the pets in your life! • FREE surprise on your pet's birthday • FREE shipping on orders over $49 • FREE Doggie Day Camp session when you buy 10 EXCLUSIVE DEALS & DISCOUNTS receive member-only deals & discounts & advance notice of sales & in-store events • exclusive offers sent via email • bonus points for completing your profile • special bonus point offers Sign In & Enjoy Free Shipping Over $49 Details Size One Size choose a font- Select -Avenir LT STDSpeedline MF* Please choose an option* Complete information to continue Engraved Text (FRONT) Line 0001 (Max 12)* Only numbers and letters can be used* Complete information to continue+ add a line Engraved Text (FRONT) Line 0002 (Max 18)* Only numbers and letters can be used* Complete information to continue+ add a line Engraved Text (FRONT) Line 0003 (Max 18)* Only numbers and letters can be used* Complete information to continue+ add a line Engraved Text (FRONT) Line 0004 (Max 18)* Only numbers and letters can be used* Complete information to continue SHIP TO ME One Time Purchase Ship Estimated 127 points earned SIMILAR PRODUCTS * PAWSCOUT® SMARTER PET TAG™ buying options $14.99$19.99 * TAGWORKS® SPORT COLLECTION BONE PERSONALIZED PET ID TAG 2 Sizes buying options $9.49 - 9.99$9.99 - 9.99 * TAGWORKS® ELEGANCE COLLECTION CHROME BONE PERSONALIZED PET ID TAG 2 Sizes buying options $15.49 - 16.49$16.49 - 16.49 * NITE IZE® S-BINER® STAINLESS STEEL PET TAGLOCK™ buying options $2.39$3.99 * TAGWORKS® BOUTIQUE COLLECTION PAW PERSONALIZED PET ID TAG buying options $13.99 * TAGWORKS® DESIGNER COLLECTION LARGE BONE PERSONALIZED PET ID TAG buying options $11.99 * TAGWORKS® BOW TIE PERSONALIZED PET ID TAG buying options $11.99 * TAGWORKS® RED BONE PERSONALIZED PET ID TAG buying options $10.99 * TAGWORKS® ELEGANCE COLLECTION BONE PERSONALIZED PET ID TAG buying options $16.49 * TAGWORKS® SPORT COLLECTION HEART PERSONALIZED PET ID TAG 2 Sizes buying options $9.49 - 9.99$9.99 - 9.99 * TAGWORKS® HELLO MY NAME IS PERSONALIZED PET ID TAG buying options $11.99 * TAGWORKS® SILENT BLACK BONE PERSONALIZED ID TAG buying options $11.99 * TAGWORKS® BLINGZ COLLECTION BONE PERSONALIZED PET ID TAG 2 Sizes buying options $19.49 - 19.99 * TAGWORKS® ELEGANCE COLLECTION GOLD BONE PERSONALIZED PET ID TAG buying options $15.49$15.99 * NITE IZE® PETLIT™ LED JEWEL COLLAR LIGHT buying options $4.12 - 6.99$6.99 - 6.99 Sign up. Earn points. FREE shipping on orders over $49. Learn more * Description * Directions DESCRIPTION Personalize your dog's tag with this TagWorks Large Collar Black Personalized Pet ID Tag. This fun tag may be engraved on one side, allowing you to personalize your dog's tag in a way that means something to you. Features: One-Sided EngravingLaser Engraved PersonalizationProtective Film Silicone straps help to reduce tag noise for petsCollar tag fits collars 5/8 to 1-inch widePersonalization available Includes: Personalized Tag and 3M Protective Film Material(s): Aluminum tag and silicone connector Use: Indoor, Outdoor Product Dimensions: 2.87 in L x 1.05 in W x 0.08 in Thickness Product Weight: 0.476 oz Personalization Line & Character Limitations: Front Font Options: Avenir LT STD or Speedline MF Front Line 1: 12 characters Front Line 2: 18 characters Front Line 3: 18 characters Front Line 4: 18 characters 5300850 ★★★★★ ★★★★★ 2.7 out of 5 stars. Read reviews for TagWorks® Black Personalized Pet ID Tag 2.7 9 Reviews This action will navigate to reviews. Search topics and reviews ϙ ✘ Close ϙ Search * 9 Reviews * 0 Questions * 0 Answers REVIEWS Write a review . This action will open a modal dialog. RATING SNAPSHOT Select a row below to filter reviews. 5★ stars 2 2 reviews with 5 stars. Select to filter reviews with 5 stars. 4★ stars 1 1 review with 4 stars. Select to filter reviews with 4 stars. 3★ stars 1 1 review with 3 stars. Select to filter reviews with 3 stars. 2★ stars 2 2 reviews with 2 stars. Select to filter reviews with 2 stars. 1★ stars 3 3 reviews with 1 star. Select to filter reviews with 1 star. AVERAGE CUSTOMER RATINGS Overall ★★★★★ ★★★★★ 2.7 Overall, average rating value is 2.7 of 5. Quality * * * * * * 2.6 Quality, average rating value is 2.6 of 5. Value * * * * * * 2.4 Value, average rating value is 2.4 of 5. Pet Satisfaction * * * * * * 2.9 Pet Satisfaction, average rating value is 2.9 of 5. 1–8 of 9 Reviews Sort by: Most Helpful ▼ Menu Most Helpful Highest to Lowest Rating Lowest to Highest Rating Most Recent ≡ Filter Reviews Clicking on the following button will update the content below ▼ Rating Menu Filter by Rating Filter by Rating 1 star 2 stars 3 stars 4 stars 5 stars ▼ Locale Menu Filter by Locale Filter by Locale English English (United States) Active Filters * 1 star ✘ Remove Filter * 2 stars ✘ Remove Filter * 3 stars ✘ Remove Filter * 4 stars ✘ Remove Filter * 5 stars ✘ Remove Filter * English ✘ Remove Filter * English (United States) ✘ Remove Filter * Clear All ✘ Clear All Filters 1. ★★★★★ ★★★★★ 1 out of 5 stars. JLP123 · a year ago FLIMSY, DO NOT BUY! Just purchased this in store. DO NOT BUY. I do not have high expectations for this ID tag, I wish I had examined it better before purchasing. The whole thing is cheaply made. The silicone straps are thin and feel very flimsy. I am sure they will break soon from the friction and rubbing on the collar/dog. You are able to add up to four lines of text on the ID tag- the film to protect the engraving is only enough to cover three lines of text (tried to show in my image). Purchased this on January 6th, 2021. If I can, I will update when it breaks. * Received free sample or gift * No * ✘ No, * I do not recommend this product. * Quality * * * * * * Quality, 1 out of 5 * Value * * * * * * Value, 1 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 1 out of 5 Helpful? Yes · 27 27 people found this review helpful. Click to agree. No · 0 0 people did not find this review helpful. Click to agree. Report 2. ★★★★★ ★★★★★ 3 out of 5 stars. Scoots170 · 4 months ago NEEDS TO BE TOUGHER I got this tag for dog #1 and it's worked out well. No noisy tags. Then we got a puppy and the 2 of them play so rough that they have broken 2. The rubber breaks. Rather disappointed since they are like $15 each * Received free sample or gift * No * Quality * * * * * * Quality, 2 out of 5 * Value * * * * * * Value, 2 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 3 out of 5 Helpful? Yes · 1 1 person found this review helpful. Click to agree. No · 0 0 people did not find this review helpful. Click to agree. Report 3. ★★★★★ ★★★★★ 4 out of 5 stars. DanPa · 5 months ago CLEAN SIMPLE DURABLE My husky boy is, well, an adolescent husky lol and it's survived him so far which has been about 2 months. To me, that's impressive already. * Received free sample or gift * No * ✔ Yes, * I recommend this product. * Quality * * * * * * Quality, 4 out of 5 * Value * * * * * * Value, 4 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 5 out of 5 Helpful? Yes · 3 3 people found this review helpful. Click to agree. No · 1 1 person did not find this review helpful. Click to agree. Report 4. ★★★★★ ★★★★★ 2 out of 5 stars. Kitty1005 · 3 months ago POOR CUSTOMER SERVICE I purchased this item about six months ago. My older Aussie pulled the collar off my puppy. My puppy chewed through one end of the rubber rings. I called customer service to see if I can get a replacement rubber holder piece. I was told they don't do that and I'd have to purchase a new tag. Replacement pieces should be available. The tag is now useless. * Received free sample or gift * No * ✘ No, * I do not recommend this product. * Quality * * * * * * Quality, 2 out of 5 * Value * * * * * * Value, 2 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 2 out of 5 Helpful? Yes · 2 2 people found this review helpful. Click to agree. No · 2 2 people did not find this review helpful. Click to agree. Report 5. ★★★★★ ★★★★★ 1 out of 5 stars. GoNavy · a year ago NOT ENGRAVED This product came without the engraving we specified. Useless. * Received free sample or gift * No * ✘ No, * I do not recommend this product. * Quality * * * * * * Quality, 1 out of 5 * Value * * * * * * Value, 1 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 1 out of 5 Helpful? Yes · 14 14 people found this review helpful. Click to agree. No · 24 24 people did not find this review helpful. Click to agree. Report 6. ★★★★★ ★★★★★ 5 out of 5 stars. kyoung62516 · a month ago GREAT FOR SILENT TAGS Purchased these so that I wouldn't have to hear jingling tags at 2am. Great solution!! * Received free sample or gift * No * ✔ Yes, * I recommend this product. * Quality * * * * * * Quality, 5 out of 5 * Value * * * * * * Value, 4 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 5 out of 5 Helpful? Yes · 0 0 people found this review helpful. Click to agree. No · 0 0 people did not find this review helpful. Click to agree. Report 7. ★★★★★ ★★★★★ 5 out of 5 stars. jax and rocky · 4 months ago * Received free sample or gift * No * ✔ Yes, * I recommend this product. * Review photo 1 Photo This action will open a modal dialog. * Quality * * * * * * Quality, 5 out of 5 * Value * * * * * * Value, 5 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 5 out of 5 Helpful? Yes · 0 0 people found this review helpful. Click to agree. No · 0 0 people did not find this review helpful. Click to agree. Report 8. ★★★★★ ★★★★★ 2 out of 5 stars. BB77 · 5 months ago DOESN'T LAST Lasted just 11 months. The silicone will stretch and loosen up on the collar, so if the collar isn't super tight, then the tag moves around. One end broke yesterday, found the tag hanging off the collar. The lettering has lasted, although the protective clear covering they send in the kit doesn't completely cover all of the lines on the tag. * Received free sample or gift * No * ✘ No, * I do not recommend this product. * Quality * * * * * * Quality, 2 out of 5 * Value * * * * * * Value, 2 out of 5 Helpful? Yes · 0 0 people found this review helpful. Click to agree. No · 0 0 people did not find this review helpful. Click to agree. Report 9. 1 RATING-ONLY REVIEW QUESTIONS Be the first to ask a question PET PARENTS ALSO BOUGHT * TOP PAW® GUNMETAL CORE DOG COLLAR 4 Sizes buying options $9.99 * TOP PAW® SIGNATURE DOG COLLAR 5 Sizes buying options $9.99$10.99 * KONG® PADDED COMFORT DOG COLLAR 4 Sizes buying options $16.99$18.49 * KONG® REFLECTIVE POCKET DOG HARNESS 4 Sizes buying options $34.99$35.99 * TOP PAW® DOUBLE DOOR FOLDING WIRE DOG CRATE WITH DIVIDER PANEL 5 Sizes buying options $30.99 - 82.99$41.99 - 41.99 * TOP PAW® GUNMETAL ADJUSTABLE DOG COLLAR 4 Sizes buying options $9.99 * KONG® COMFORT DOG LEASH 2 Sizes buying options $19.99 - 24.99$23.99 - 23.99 * TOP PAW® ULTRA-REFLECTIVE DOG HARNESS 4 Sizes buying options $29.99 * PETSAFE® QUICK SNAP MARTINGALE DOG COLLAR 3 Sizes buying options $4.59 - 6.59$11.99 - 11.99 * PUPPIA® SOFT ADJUSTABLE OVER-THE-HEAD MESH DOG HARNESS 6 Sizes buying options $11.59 - 20.80$21.99 - 21.99 * ARCADIA TRAIL™ LIGHTWEIGHT DOG HARNESS 5 Sizes buying options $29.99 * COASTAL PET PRODUCTS PERSONALIZED TOUGH DOG COLLAR 4 Sizes buying options $7.89 - 9.09$19.99 - 19.99 * KONG® MAX DOG COLLAR 4 Sizes buying options $19.99 * KONG® CLASSIC DOG TOY - TREAT DISPENSING 5 Sizes buying options $8.49 - 25.99$19.99 - 19.99 * BLUE BUFFALO BITS NATURAL SOFT-MOIST TRAINING PUPPY TREATS 2 Flavors buying options $6.99 FIND A STORE stores within 5 miles 10 miles 20 miles 40 miles 75 miles Only show stores with + see map view Grooming Training Doggie Day Camp PetsHotel Veterinary Adoptions select all With over 1,500 stores nationwide, you can find the products, PetSmart Grooming, training, PetsHotel boarding, Doggie Day Camp, and Banfield veterinary services you need. see all locations 9,972,702 lives saved. Sign Up for Emails Receive our latest news and offers! Pet Services Help Center Treats program Local ad Track your order Accessibility Statement About Careers PetSmart Charities US Site Canada Site Connect With Us * * * * Copyright © 2022 PetSmart LLC Recalls | Terms of Use | Privacy Policy | Interest-Based Ads | CA Supply Chain Act | Do Not Sell My Personal Information ARE YOU A CALIFORNIA RESIDENT? Privacy Policy No, I am not. Yes, I am. THESE RIGHTS ARE AVAILABLE ONLY TO CALIFORNIA RESIDENTS AT THIS TIME. Privacy Policy ARE YOU A CALIFORNIA RESIDENT? Privacy Policy No, I am not. Yes, I am. ARE YOU A CALIFORNIA RESIDENT? Privacy Policy No, I am not. Yes, I am. ARE YOU A CALIFORNIA RESIDENT? Privacy Policy No, I am not. Yes, I am. Save 35% on your first Autoship order up to a maximum savings of $20.00 and 5% on all recurring orders. Offer valid through 1/30/2022 with Treats membership. Must be signed in to your Treats account to receive discount. Offer excludes prescription medications and pharmaceutical products purchased from The Pharmacy at PetSmart, select merchandise from various brands, services, gift cards, gift certificates, previous purchases, and charitable donations. Savings will automatically reflect in shopping cart with purchase of qualifying product and enrollment in Autoship. Offer may not be combinable with other promotional offers or discounts. Treats members receive free shipping on orders over $49.00, prior to taxes & after discounts are applied. Prices & selection may vary. While supplies last. Quantities may be limited and deliveries may be delayed. Save 20% on your order with purchase of $50 or more in Pharmacy. Offer valid online only at petsmart.com or on the app. Offer not valid on services, gift cards, gift certificates, previous purchases, charitable donations, and may exclude all or select items from various brands. Offer may not be combined with other promotional offers or discounts and specifically excludes any available Autoship offers. Limited to one time per customer during the offer period. Transaction total is prior to taxes & after discounts are applied. Savings will automatically reflect in the shopping cart with the purchase of qualifying merchandise. Terms and conditions of this offer are subject to change at the sole discretion of PetSmart. Offer valid through January 31st, 2022 @ 6:30 am EST. Treats members enjoy Free Standard Shipping on orders over $49. Must be signed into your Treats account prior to purchase. Transaction total is prior to taxes & after discounts are applied. Savings will automatically reflect in shopping cart with the purchase of qualifying merchandise. Maximum value $75. Due to size and/or weight, certain items bear an additional shipping surcharge or special handling fee. Valid only on orders shipped within the contiguous 48 U.S. states, military APO/FPO addresses and select areas throughout Canada. Offer not valid on all or select products in the following categories: live pets, canned, fresh or frozen foods, select cat litters. Offer may not be combinable with other promotional offers or discounts. Terms and conditions of this offer are subject to change at the sole discretion of PetSmart. Delivery may be delayed due to acts beyond our reasonable control, which may include, but are not limited to, weather, strikes, power outages, shutdowns, local, provincial or federal governmental actions, and other similar acts. Offer valid on PetSmart.com. Free Same-Day Delivery offer valid on select merchandise purchased at petsmart.com when choosing Same-Day Delivery. Same-day delivery is available in most areas. Order by 9am for delivery between 12pm-3pm, by 1pm for delivery between 3pm-6pm. Orders placed after 1pm will be fulfilled the next day. Delivery may be delayed due to acts beyond our reasonable control, which may include, but are not limited to, weather, strikes, power outages, shutdowns, local, provincial or federal governmental actions, and other similar acts. While delivery is contact-free, be sure to be home during your delivery window to bring any perishable items inside right away. Prices & selection may vary in stores & online. While supplies last. Quantities may be limited. See www.petsmart.com/help or store associate for more details. OOPS! SOMETHING WENT WRONG WE ARE FACING SOME TECHNICAL ISSUES. PLEASE TRY AGAIN LATER. close CALIFORNIA DO NOT SELL MY INFORMATION PetSmart does not share our customers’ information with third parties in exchange for money. However, we may share customer information with our subsidiaries, advertising partners or other third parties for the purposes of showing you ads targeted to your interests, to enhance your customer experience or for other marketing purposes. Some of these disclosures may be considered a “sale” under California law. You may opt out of such shares below. Opt out of sharing your name, email address, and other personal information with third parties by completing and submitting our request form: go to Op Out Form MANAGE CONSENT PREFERENCES OPT OUT OF COOKIE SHARES Opt Out of Cookie Shares Opt out of the sharing of cookies and device identifiers by sliding the toggle bar to the right. Please note that if you use a different browser or device to access the PetSmart site you will need to renew this choice and will need to opt out separately on each website and device. You must click “confirm my choices” below in order to save your preferences. BACK BUTTON PERFORMANCE COOKIES Vendor Search Search Icon Filter Icon Clear checkbox label label Apply Cancel Consent Leg.Interest checkbox label label checkbox label label checkbox label label * 33ACROSS HOST DESCRIPTION VIEW COOKIES * Name cookie name * 33ACROSS View Privacy Notice Confirm My Choices This website uses cookies to enhance, analyze and offer our services. For more information, please visit Privacy Policy Cookie Preferences * 2022-01-25T12:43+00:00 * bvseo_fps, prod_bvrr, vn_firebird_1.0.70 * cp_1, bvpage1 * loc_en_US, 59252, prd, sort_mostHelpful * co_hasreviews, co_noquestions, tv_9, tr_8