Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
This item may ship from a different location therefore only eligible for ground shipping. Additionally, this item is not eligible for APO/FPO delivery.
STYLE IT WITH
about this product
SKU: 161839237
ITEM: 40390
Take a seat in the CORE Equipment Padded Cooler Quad Chair. Its powder-coated steel frame resists the elements and supports up to 300 pounds. The quilted fill with brushed polyester outer fabric provides padding and superior comfort, and its integrated built-in cooler in the armrest holds up to 8 cans, keeping your drinks cold and within reach. The chair easily folds up and fits in the included carry bag with shoulder strap for simple transport and storage.
Features and Benefits
Powder-coated steel frame resists the elements and supports up to 300 pounds
Quilted fill with brushed polyester outer fabric provides padding and superior comfort
Easily accessible side arm storage keeps personal items within reach
Rear pockets are designed to stow valuables securely
Cup holder features an elastic divider, providing adaptable storage for various container sizes
Integrated built-in cooler in the armrest holds up to 8 cans, keeping your drinks cold and within reach
Easily folds up and fits in the included carry bag with shoulder strap for simple transport and storage
Specifications
Maximum weight capacity (lb.): 300
Product Type: Chair
Product weight (lb.):
Product Height (in.): 38
Frame Material: Steel
Activity: Camping
Product width (in.):
Product depth (in.):
What's in the Box
CORE Equipment Padded Cooler Quad Chair
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();