Youth GameDay Greats 1 Dayton Flyers Lightweight Basketball Jersey
$69.99
$66.49$66.49 with Academy Credit Card
Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 160475291
ITEM: 5333337
As a loyal Dayton Flyers fan your kiddo never misses a minute of the action Whether they're watching the game in person or from the comfort of their couch this GameDay Greats 1 Basketball Jersey is the perfect top for cheering the team to victory It features bold Dayton Flyers graphics that let everyone know where your young fan's allegiance lies
Features and Benefits
Imported
Brand: GameDay Greats
Vibrant, no fade, dye-infused color
V-neck
Material: 100% Polyester
Officially licensed
Sleeveless
Smooth fully sublimated graphics with no stitching or raised details
Machine wash, tumble dry low
Lightweight, breathable fabric
Replica
Specifications
Clothing Type: Jerseys
Product Type: Jerseys
Age Group: Youth
Activity: Basketball
Gender: Boys',Girls'
Care: Machine wash, tumble dry low
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();