puppytag.co Open in urlscan Pro
2620:127:f00f:b::  Public Scan

Submitted URL: https://de.puppytag.co/
Effective URL: https://puppytag.co/
Submission: On July 19 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

POST /cart?locale=en

<form action="/cart?locale=en" data-language-url="/" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true"
    style="padding-top:0!important;">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h2 class="type-subheading type-subheading--1 wow fadeIn animated" id="cart_dialog_label" style="visibility: visible; animation-name: fadeIn;">
        <span class="cart-drawer--title">Your Cart</span>
      </h2>
      <div class="cart-close-icon-wrapper">
        <button class="slide-menu cart-close-icon cart-menu-close alt-focus" aria-label="Open cart sidebar" type="button">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
        </button>
      </div>
    </div>
    <div style="background-color: #2a5b79;color: #ffffff;padding: 10px 2px;border-bottom: 1px solid #e8e8e8;" class="cardscounter">Cart reserved for <span id="clockdiv">09:51</span></div>
    <script>
      function countdown(minutes) {
        let seconds = minutes * 60;
        const countdownElement = document.getElementById('clockdiv');
        const countdownInterval = setInterval(function() {
          const minutesRemaining = Math.floor(seconds / 60);
          let secondsRemaining = seconds % 60;
          // Ajoute un zéro devant les chiffres si nécessaire
          const formattedMinutes = String(minutesRemaining).padStart(2, '0');
          const formattedSeconds = String(secondsRemaining).padStart(2, '0');
          countdownElement.textContent = formattedMinutes + ':' + formattedSeconds;
          if (seconds === 0) {
            clearInterval(countdownInterval);
            countdown(minutes);
          }
          seconds--;
        }, 1000);
      }
      const countdownMinutes = 10;
      countdown(countdownMinutes);
    </script>
    <input name="offer_progress_bar_drawer_v2_statut" type="hidden" value="false" disabled="">
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <li>
					<article class="cart-item">
						<div class="cart-item-image--wrapper">
							<a class="cart-item-link" href="" tabindex="-1">
								<img
									class="cart-item-image"
									src="/product/image.jpg"
									alt=""
								/>
							</a>
						</div>
						<div class="cart-item-details--wrapper">
							<h3 class="cart-item__title" style="margin-bottom:0;">
								<a href="" class="cart-item-link cart-item-details--product-title-wrapper" style="margin-bottom:0;">
									<span class="cart-item-product-title"></span>
									<span class="cart-item-variant-title hide"></span>
									<span class="cart-item-selling-plan hide"></span>
								</a>
							</h3>

							<div class="cart-item-price-wrapper">
								<span class="sr-only">Now</span>
								<span class="cart-item-price"></span>
								<span class="sr-only">Was</span>
								<span class="cart-item-price-original"></span>
								<span class="cart-item-price-per-unit"></span>
							</div>

							<ul class="order-discount--cart-list" aria-label="Discount"></ul>

							<div class="cart-item--quantity-remove-wrapper">
								<div class="cart-item--quantity-wrapper">
									<button
										type="button"
										class="alt-focus cart-item-quantity-button cart-item-decrease"
										data-amount="-1"
										aria-label="Reduce item quantity by one"
									>-</button>
									<input
										type="text"
										class="cart-item-quantity"
										min="1"
										pattern="[0-9]*"
										aria-label="Quantity"
									>
									<button
										type="button"
										class="alt-focus cart-item-quantity-button cart-item-increase"
										data-amount="1"
										aria-label="Increase item quantity by one" 
									>+</button>
								</div>

								<div class="cart-item-remove-button-container">
									<button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">Remove</button>
								</div>
							</div>

              <div class="errors hide"></div>
						</div>
					</article>
				</li>
			</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "CAD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <ul class="cart-items"></ul>
    <div class="ajax-cart--bottom-wrapper hide">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text type-subheading">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price" style="display: none;"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price">
        <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
        <h5 id="cart_drawer_subtotal">
          <span class="cart-total-price" id="cart-price"><span class="money"><span class="sr-only">Your Cart Subtotal</span>$0.00</span></span>
        </h5>
      </div>
      <div class="row" style="display:none;">
        <div class="col-md-12">
          <p class="cart--shipping-message">Tax included. <a href="/policies/shipping-policy">Shipping</a> calculated at checkout. </p>
        </div>
      </div>
      <div class="slide-checkout-buttons" style="margin-top:0;">
        <input id="track_ab_testing" type="hidden" name="attributes[g_optimize]" value="origine">
        <style>
          .cart-button-checkout:disabled {
            opacity: 1 !important;
          }
        </style>
        <button type="submit" name="checkout" class="btn cart-button-checkout" style="margin-bottom:0; margin-top:5px; border-radius:50px;">
          <span class="cart-button-checkout-text">→ PLACE MY ORDER ←</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
      </div>
      <div style="display: flex; justify-content:center;">
        <img src="https://cdn.shopify.com/s/files/1/0731/8120/0669/files/FR-6.jpg?v=1710263778" style="width:80%; margin-bottom: 10px;">
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <input type="hidden" name="type" value="product,page,article,collection">
  <div id="search-wrapper">
    <div class="search-bar--controls">
      <button id="search_submit" type="submit" aria-label="Submit Search" aria-hidden="true" tabindex="-1" class="search-bar__button alt-focus">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <div class="search_fieldset">
      <label for="search_text" class="sr-only" id="search_label">Search our site PuppyTag®</label>
      <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" autocorrect="off" spellcheck="false" class="not-predictive" data-search-types="product,page,article,collection" data-show-prices="true"
        data-show-vendor="false" aria-hidden="true" tabindex="-1">
      <button type="button" class="search-results__meta-clear alt-focus" tabindex="0">Clear</button>
    </div>
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Close search bar" type="button">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="FooterCountryFormNoScript" accept-charset="UTF-8" class="localization-form localization-form__noscript localization-form__country" enctype="multipart/form-data"><input type="hidden" name="form_type"
    value="localization"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization-form__select">
    <h2 class="hide" id="FooterCountryLabelNoScript">Country/region</h2>
    <select class="localization-selector link" name="country_code" aria-labelledby="FooterCountryLabelNoScript">
      <option value="AU"> Australia (AUD $) </option>
      <option value="AT"> Austria (EUR €) </option>
      <option value="BE"> Belgium (EUR €) </option>
      <option value="BR"> Brazil (EUR €) </option>
      <option value="BG"> Bulgaria (BGN лв.) </option>
      <option value="CA" selected=""> Canada (CAD $) </option>
      <option value="CO"> Colombia (EUR €) </option>
      <option value="CR"> Costa Rica (CRC ₡) </option>
      <option value="HR"> Croatia (EUR €) </option>
      <option value="CZ"> Czechia (CZK Kč) </option>
      <option value="DK"> Denmark (DKK kr.) </option>
      <option value="EE"> Estonia (EUR €) </option>
      <option value="FI"> Finland (EUR €) </option>
      <option value="FR"> France (EUR €) </option>
      <option value="DE"> Germany (EUR €) </option>
      <option value="GI"> Gibraltar (GBP £) </option>
      <option value="GR"> Greece (EUR €) </option>
      <option value="HU"> Hungary (HUF Ft) </option>
      <option value="IE"> Ireland (EUR €) </option>
      <option value="IL"> Israel (ILS ₪) </option>
      <option value="IT"> Italy (EUR €) </option>
      <option value="JP"> Japan (JPY ¥) </option>
      <option value="LV"> Latvia (EUR €) </option>
      <option value="LT"> Lithuania (EUR €) </option>
      <option value="LU"> Luxembourg (EUR €) </option>
      <option value="MX"> Mexico (EUR €) </option>
      <option value="MC"> Monaco (EUR €) </option>
      <option value="NL"> Netherlands (EUR €) </option>
      <option value="NZ"> New Zealand (NZD $) </option>
      <option value="NO"> Norway (EUR €) </option>
      <option value="PL"> Poland (PLN zł) </option>
      <option value="PT"> Portugal (EUR €) </option>
      <option value="RO"> Romania (RON Lei) </option>
      <option value="RS"> Serbia (RSD РСД) </option>
      <option value="SK"> Slovakia (EUR €) </option>
      <option value="SI"> Slovenia (EUR €) </option>
      <option value="ES"> Spain (EUR €) </option>
      <option value="SE"> Sweden (SEK kr) </option>
      <option value="TR"> Türkiye (EUR €) </option>
      <option value="AE"> United Arab Emirates (AED د.إ) </option>
      <option value="GB"> United Kingdom (GBP £) </option>
      <option value="US"> United States (USD $) </option>
    </select>
  </div>
  <button class="btn alt-focus">Update country/region</button>
</form>

POST /localization

<form method="post" action="/localization" id="FooterCountryForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="js">
    <div class="disclosure">
      <button type="button" class="disclosure__button alt-focus" aria-expanded="false" aria-controls="CountryList"> Canada (CAD $) <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
          <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
          </path>
        </svg>
      </button>
      <ul id="CountryList" role="list" class="disclosure__list localization__list" hidden="">
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="AU">
                    Australia (AUD $)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="AT">
                    Austria (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="BE">
                    Belgium (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="BR">
                    Brazil (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="BG">
                    Bulgaria (BGN лв.)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1" selected="">
          <a href="#" aria-current="true" data-value="CA">
                    Canada (CAD $)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="CO">
                    Colombia (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="CR">
                    Costa Rica (CRC ₡)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="HR">
                    Croatia (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="CZ">
                    Czechia (CZK Kč)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="DK">
                    Denmark (DKK kr.)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="EE">
                    Estonia (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="FI">
                    Finland (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="FR">
                    France (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="DE">
                    Germany (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="GI">
                    Gibraltar (GBP £)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="GR">
                    Greece (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="HU">
                    Hungary (HUF Ft)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="IE">
                    Ireland (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="IL">
                    Israel (ILS ₪)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="IT">
                    Italy (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="JP">
                    Japan (JPY ¥)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="LV">
                    Latvia (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="LT">
                    Lithuania (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="LU">
                    Luxembourg (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="MX">
                    Mexico (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="MC">
                    Monaco (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="NL">
                    Netherlands (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="NZ">
                    New Zealand (NZD $)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="NO">
                    Norway (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="PL">
                    Poland (PLN zł)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="PT">
                    Portugal (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="RO">
                    Romania (RON Lei)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="RS">
                    Serbia (RSD РСД)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="SK">
                    Slovakia (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="SI">
                    Slovenia (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="ES">
                    Spain (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="SE">
                    Sweden (SEK kr)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="TR">
                    Türkiye (EUR €)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="AE">
                    United Arab Emirates (AED د.إ)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="GB">
                    United Kingdom (GBP £)
                    </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a href="#" data-value="US">
                    United States (USD $)
                    </a>
        </li>
      </ul>
      <input type="hidden" name="country_code" value="CA">
    </div>
  </div>
</form>

Text Content

YOUR CART


Cart reserved for 09:51

Your basket is empty

Subtotal
$0.00

YOUR CART SUBTOTAL$0.00

Tax included. Shipping calculated at checkout.

→ PLACE MY ORDER ←



This store requires javascript to be enabled for some features to work
correctly.



FREE Shipping until midnight ⏳

 * Facebook icon
 * Instagram icon
 * TikTok icon

0
Search our site PuppyTag® Clear
 * Shop PuppyTag®
 * How it Works
    * F.A.Q
    * SEARCH

 * Contact
    * CONTACT US
    * F.A.Q

 * Shop PuppyTag®
 * How it Works
    * F.A.Q
    * SEARCH

 * Contact
    * CONTACT US
    * F.A.Q

 * Shop PuppyTag®
 * How it Works
    * F.A.Q
    * SEARCH

 * Contact
    * CONTACT US
    * F.A.Q


EN
FR
DE
ES
IT
 * 
 * 0

 * Shop PuppyTag®
 * How it Works
    * F.A.Q
    * SEARCH

 * Contact
    * CONTACT US
    * F.A.Q

 * Shop PuppyTag®
 * How it Works
    * F.A.Q
    * SEARCH

 * Contact
    * CONTACT US
    * F.A.Q

 * Shop PuppyTag®
 * How it Works
    * F.A.Q
    * SEARCH

 * Contact
    * CONTACT US
    * F.A.Q


 * 
 * 0

 * Shop PuppyTag®
 * How it Works
    * F.A.Q
    * SEARCH

 * Contact
    * CONTACT US
    * F.A.Q

 * Shop PuppyTag®
 * How it Works
    * F.A.Q
    * SEARCH

 * Contact
    * CONTACT US
    * F.A.Q

 * Shop PuppyTag®
 * How it Works
    * F.A.Q
    * SEARCH

 * Contact
    * CONTACT US
    * F.A.Q


 * 
   
   
   
   
   THE SAFEST PET TAG
   EVER MADE


 * 
   
   
   
   
   THE SAFEST PET TAG
   EVER MADE

   


 * 
   
   
   
   
   THE SAFEST PET TAG
   EVER MADE


WORLDWIDE LOCATION
EXPRESS DELIVERY
+51'000 SAFE PETS
 * WORLDWIDE LOCATION
 * EXPRESS DELIVERY
 * +51'000 SAFE PETS


NEVER WORRY AGAIN TO LOSE YOUR PET

Each day, 17 dogs and 38 cats disappear forever...

Thanks to PuppyTag®, you can be sure of always finding him easily and before any
accident occurs !

➞ ORDER NOW


LOCATE HIM EVERYWHERE 📍

Receive your pet's exact location straight on your phone as soon as someone
scans its PuppyTag® ! Get notified of its GPS position via push notification +
email ensuring you're instantly informed.

✅ PuppyTag® works 24/7, with no distance limit, no batteries to recharge, no
subscription and no app required.


CUSTOMIZABLE & COMPLETE PROFILE 🐾

Unlike conventional medals, PuppyTag® allows you to setup and update as much
useful information as you want in the Tag :
Several Phone numbers, pet description, addresses, behavior, veterinary
information...

A TRUE complete profile containing everything anyone needs to care for your pet
and bring it back to you safely ! 🏠


CHOOSE YOUR(S) !


➞ ORDER PUPPYTAG® NOW


HOW IT WORKS ?

1. QUICK SETUP IN 3 MINUTES

When you scan the Tag for the first time, enter all the information you want
inside and save.

It only takes 3 minutes and everything can be changed at will !

2. ACTIVATE PET PROTECTION

Choose whether or not to reveal the information saved in the PuppyTag®.

You can do so remotely, at any time. You decide whether or not to activate the
"Lost Mode"

3. FIND YOUR DOG EASILY

When someone scans the medal (if you've activated it), all the info saved will
be displayed on their phone, and you'll receive a notification of their GPS
position.


TRUSTED BY +51000 PET OWNERS 🌍





59 MIN

Average time to find
a pet with PuppyTag®


2

Avoided accidents thanks
to PuppyTag®


1 %

Users no longer feel fear
about their pet going missing


ACCESSIBLE FOR ANYONE

❌ No APP & No Subscription needed
A simple scan with any smartphone is all it takes for anyone who finds your pet
to access your contact information and send you its exact location.


PuppyTag® uses the 3 BEST Scanning technology :
• Highly visible QR code
• Last Generation NFC chip
• Recognizable & Unique Web URL

➞ ORDER NOW


GET ENHANCED EXPERIENCE

Download the Official PuppyTag® APP (not essential for use) to get instant
notifications and easier access to your pet profile !

100% FREE and without any in-app purchase or subscription

➞ DOWNLOAD THE APP


LET'S SHARE OUR SECURED FRIENDS


JOIN THE COMMUNITY !

 * Facebook icon
 * Instagram icon
 * TikTok icon




COMMON QUESTIONS

IS PUPPYTAG® WATERPROOF?

YES ! PuppyTag® was designed to withstand anything an animal can throw at it.
Water, scratch, bite and fade too !

IS PUPPYTAG® COMPATIBLE WITH ALL SMARTPHONES ?

Yes. With three different ways to access your pets profils (NFC, QR code and Web
Link), PuppyTag® is compatible with all smartphones 6 without any app required.

DO WE NEED TO RECHARGE THE PUPPYTAG® ?

NO, never ! PuppyTags doesn't have any battery and don't need to be recharged !
They can last a lifetime.

IS THERE ANY SUBSCRIPTION FEE ?

Nope ! PuppyTag® is a one time purchase with zero additional fee.

WHAT ARE DELIVERY TIMES ?

Delivery times for Europe are 7 to 11 working days depending on the request and
our shipping capacity.

Each package is visible with a tracking number.

FREE SHIPPING For all orders above 30$
14 DAYS RETURN Fast & Easy returns
100% SECURE CHECKOUT SSL Encrypted payments
 * FREE SHIPPING For all orders above 30$
 * 14 DAYS RETURN Fast & Easy returns
 * 100% SECURE CHECKOUT SSL Encrypted payments

EN
FR
DE
ES
IT


GET SUPPORT

 * ABOUT US
 * F.A.Q
 * SHOP
 * SETUP INSTRUCTIONS
 * BECOME AN AMBASSADOR
 * AMBASSADOR HUB


INFORMATIONS

 * CONTACT US
 * Legal Notice
 * Return Policy
 * Privacy Policy
 * Shipping Policy
 * Terms of service


COUNTRY/REGION

Australia (AUD $) Austria (EUR €) Belgium (EUR €) Brazil (EUR €) Bulgaria (BGN
лв.) Canada (CAD $) Colombia (EUR €) Costa Rica (CRC ₡) Croatia (EUR €) Czechia
(CZK Kč) Denmark (DKK kr.) Estonia (EUR €) Finland (EUR €) France (EUR €)
Germany (EUR €) Gibraltar (GBP £) Greece (EUR €) Hungary (HUF Ft) Ireland (EUR
€) Israel (ILS ₪) Italy (EUR €) Japan (JPY ¥) Latvia (EUR €) Lithuania (EUR €)
Luxembourg (EUR €) Mexico (EUR €) Monaco (EUR €) Netherlands (EUR €) New Zealand
(NZD $) Norway (EUR €) Poland (PLN zł) Portugal (EUR €) Romania (RON Lei) Serbia
(RSD РСД) Slovakia (EUR €) Slovenia (EUR €) Spain (EUR €) Sweden (SEK kr)
Türkiye (EUR €) United Arab Emirates (AED د.إ) United Kingdom (GBP £) United
States (USD $)
Update country/region
Canada (CAD $)
 * Australia (AUD $)
 * Austria (EUR €)
 * Belgium (EUR €)
 * Brazil (EUR €)
 * Bulgaria (BGN лв.)
 * Canada (CAD $)
 * Colombia (EUR €)
 * Costa Rica (CRC ₡)
 * Croatia (EUR €)
 * Czechia (CZK Kč)
 * Denmark (DKK kr.)
 * Estonia (EUR €)
 * Finland (EUR €)
 * France (EUR €)
 * Germany (EUR €)
 * Gibraltar (GBP £)
 * Greece (EUR €)
 * Hungary (HUF Ft)
 * Ireland (EUR €)
 * Israel (ILS ₪)
 * Italy (EUR €)
 * Japan (JPY ¥)
 * Latvia (EUR €)
 * Lithuania (EUR €)
 * Luxembourg (EUR €)
 * Mexico (EUR €)
 * Monaco (EUR €)
 * Netherlands (EUR €)
 * New Zealand (NZD $)
 * Norway (EUR €)
 * Poland (PLN zł)
 * Portugal (EUR €)
 * Romania (RON Lei)
 * Serbia (RSD РСД)
 * Slovakia (EUR €)
 * Slovenia (EUR €)
 * Spain (EUR €)
 * Sweden (SEK kr)
 * Türkiye (EUR €)
 * United Arab Emirates (AED د.إ)
 * United Kingdom (GBP £)
 * United States (USD $)

 * American Express
 * Apple Pay
 * Google Pay
 * Maestro
 * Mastercard
 * PayPal
 * Shop Pay
 * Union Pay
 * Visa

© 2024 PuppyTag® | Powered by Shopify



word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
 * Shop PuppyTag®
 * How it Works
 * Contact
   
    * Facebook icon
    * Instagram icon
    * TikTok icon

Back
 * 

Back
 *