Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

Personalized Islandwalk Pickleball Paddle Name Tag - Bag Tag - Magnet - Pickleball Pin

Regular price $11.00

Personalized Islandwalk Pickleball Paddle Name Tag - Bag Tag - Magnet - Pickleball Pin

Fab, fun pickleball name tag one to coordinate with every outfit!!

Made of light weight acrylic and engraved with your custom name.

The name tag is 3 1/8" x 1 3/4"

The name tag attaches with a magnet so not to damage your clothes.

The paddle face comes in 12 different color ways.
Also you can choose from 5 different fonts.


Share this Product


More from this collection

document.addEventListener("DOMContentLoaded", function() { var nameField = document.getElementById("custom-name"); var wrapper = document.getElementById("name-field-wrapper"); var variantSelect = document.querySelector("form[action='/cart/add'] select"); function updateRequirement() { if (!variantSelect) return; var selectedText = variantSelect.options[variantSelect.selectedIndex].text.toLowerCase(); if (selectedText.includes("add name")) { nameField.required = true; wrapper.style.display = "block"; } else { nameField.required = false; wrapper.style.display = "none"; nameField.value = ""; } } if (variantSelect) { variantSelect.addEventListener("change", updateRequirement); updateRequirement(); } });