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: 135176601
ITEM: MS-1010
Swing for the stars with the Sportspower Comet Swing Set. 2 molded swing seats, a wavy slide, and a 2-person light-up flying saucer offer out-of-this-world fun for up to 5 kids. The wide A-frame provides a stable base and is powder-coated to resist weather and corrosion. Foam padding enhances safety for worry-free play.
Features and Benefits
2-person flying saucer swing lights up for space-themed fun
2 blow molded swing seats and a wavy slide offer extra fun
Wide A-frame legs provide a stable base for safe fun
Heavy-duty metal frame delivers rugged strength
Powder coating protects against rust and corrosion
Foam padded legs protect kids at play
LED lights enhance nighttime visibility
Accommodates up to 500 pounds or 5 kids
Specifications
Inflatable: No
Maximum weight capacity (lb.): 500
Product Type: Swing Sets & Swings
Product width (ft.): 6.00
Assembly Required: Yes
Product length (in.):
Maximum number of children: 5
Activity: Kids Play,Outdoor Games
Product width (in.):
Product height (in.):
Manufacturer warranty - general: 1-Year Limited
Product length (ft.): 12.21
What's in the Box
Metal frame
2 molded swing seats
1 molded saucer seat
1 molded wavy slide
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();