Plus take an additional 5% off when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 139870220
ITEM: ZMDV7389-P025310-TCUN- 52M
Make sure you stay comfortable at the next Horned Frogs game in the Nike Men's Texas Christian University UV Coaches T-shirt. The 100% polyester construction resists wear and tear and the bottom hem side vent helps you stay cool. The UV protection blocks harmful UV rays from your skin, and the team design highlights your fandom in a stylish way.
Features and Benefits
100% polyester closed-hole mesh offers a soft feel
UV protection helps keep your skin safe
Short sleeves with flatlock seams
Crew neck
Bottom hem side vent promotes airflow
Front and back yoke seam details
Team details show your team spirit
Machine wash cold with like colors, do not use fabric softeners; remove immediately, do not iron on design
Specifications
Neckline: Crew Neck
Sleeve length: Short Sleeve
Activity: Football
Material: 100% polyester
Gender: Men's
Size Range: Men's
Moisture Wicking: No
Care: Machine wash cold with like colors, do not use fabric softeners, remove immediately, do not iron on design
Product Type: Shirts
Age Group: Adults'
Style: T-Shirts
Features: Sun Protection
Hood: No
What's in the Box
Nike Men's Texas Christian University UV Coaches T-shirt
function updateCustomerIdStorage() {
const sourceKey = 'aso_cdp_data';
const targetKey = 'm_cdp_customer_id';
let customerId = null;
try {
const storedValue = localStorage.getItem(sourceKey);
if (storedValue) {
const data = JSON.parse(storedValue);
customerId = data.cdpData?.customerId;
} else {
console.warn(`Source Key "${sourceKey}" not found in local storage.`);
}
} catch (error) {
console.error(`Error parsing JSON from source key "${sourceKey}":`, error);
}
if (customerId) {
localStorage.setItem(targetKey, customerId);
// console.log(`Successfully set "${targetKey}" to: ${customerId}`);
} else {
localStorage.removeItem(targetKey);
// console.log(`No customerId found. Removed key "${targetKey}" from local storage.`);
}
}
updateCustomerIdStorage();