Your price after 5% discount when using your Academy Credit Card. Apply Now
25% Off Cooking Accessories When You Buy a Grill or Griddle. Up to 3 Accessories.
Quantity
STYLE IT WITH
about this product
SKU: 153425237
ITEM: 169364
Protect your grill with the Outdoor Gourmet Universal 66 in Grill Cover. The ripstop polyester fabric and PVC backing is water- and UV-resistant for lasting use, while the hook-and-loop strap offers secure closure.
Features and Benefits
Designed to protect your grill
Ripstop polyester fabric with PVC backing is water- and UV-resistant for lasting use
Hook-and-loop strap offers secure closure
Specifications
Batteries Required: No
Number of Batteries: 0
Product Type: Grilling Accessories
Assembly Required: No
Batteries Included: No
Style: Grill Covers
Activity: Cooking
Product length: 65 in
What's in the Box
Outdoor Gourmet Universal 65 in Grill Cover
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();