'47 Vanderbilt Commodores Rope Hitch Adjustable Hat
$34.99
$33.24$33.24 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: 153700083
ITEM: 201534988
Keep your Vanderbilt Commodores style clean and simple with this Rope Hitch hat from '47 It features the Vanderbilt Commodores graphic in raised embroidery on the front crown for a bold display of fandom A snap closure lets you adjust the fit for the most comfortable feel
Features and Benefits
One size fits most
Snap Closure
Imported
Brand: '47
Embroidered graphics with raised details
Material: 100% Cotton
Wipe clean with a damp cloth
Five panels with mid and rear eyelets
Officially licensed
Structured fit
Rope embellishment on visor
Mid Crown
Specifications
Product Type: Hats
Gender: Men's
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();