Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 158335812
ITEM: 182531
Enjoy your outdoor space with the Mosaic Livingston Square Gas Firepit Table. Its steel construction enhances durability. The steel lid protects the firepit from outdoor elements, and its adjustable knob allows you to customize heat output. The electronic ignition provides a simple start.
Features and Benefits
Steel construction enhances durability
Steel lid protects the firepit from outdoor elements
Liquid propane tank storage access is easily accessible (liquid propane tank not included)
Adjustable knob allows you to customize heat output
Electronic ignition provides a simple start
Adjustable feet ensures it works within your space
Specifications
Inflatable: No
Batteries Required: Yes
Product Type: Outdoor Heating
Assembly Required: Yes
Batteries Included: No
Activity: Outdoor Living
Product width (in.):
Fuel Type: Propane
What's in the Box
Mosaic Livingston Square Gas Firepit Table
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();