Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

Colored Grand Palm Pickleball Paddle Butt Name Cap

Regular price $6.00

Grand Palm Pickleball Paddle Butt Name Cap

Make sure you never loose your precious pickleball paddle with our custom paddle butt name cap. Personalized with your name & phone number.

The size of the Engraved disk is 1" Please check it will work on your paddle. Different sizes are available. Just get in touch.

Each disk comes with a very strong additive backing making then super fast and easy to add to your paddle.

1. Please choose from 14 colors available

Then let us know what name and phone number you would like engraved. It's also possible to have just one. Any customization is possible.

The first disk is $6.00 and additional disks with the same design are $4.00 each.


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(); } });