Home of the original pickleball pledge!
Cart 0
Pickleball Xtra

The Florida Ducks IWVGA 2022 Polo Shirt

Regular price $30.00

The Florida Ducks IWVGA 2022 Polo Shirt with embroidered Front Chest Logo.


** Please note Custom Polo Shirts are not able to be exchanged. Please double check your size before purchasing. Huge thanks! **


Colors available are,
White - Red - Coastal Blue - Coral Splash - Sunburst Yellow - Aquamarine


Size Options - S - M - L - XL - XXL (Measurements on last photo)


Please just make your selection at checkout.


Share this Product

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