Sportspower Almansor Metal Swing, Slide and Trampoline Set
$588.99
$559.54$559.54 with Academy Credit Card
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: 104858811
ITEM: MSC-3242-6FT
Your little ones can slide, swing and jump with the Sportspower Almansor Metal Swing, Slide and Trampoline Set. This set comes with a 42" trampoline, a 6', 2-tone wavy slide, 2 blow-molded swings and a glide ride with 2 seats and a footrest for tons of fun at playtime. The frame is made of powder-coat steel for durability, and the set can accommodate up 500 lb. or up to 5 children. Meets ASTM safety standards.
Features and Benefits
6', 2-tone wavy slide and a glide ride with 2 seats and a footrest offer active fun
42" trampoline system for high-flying play
2 blow-molded swings
Powder-coat steel frame provides durability
Meets ASTM safety standards
Accommodates up to 500 lb. or approximately 5 children
Specifications
Inflatable: No
Manufacturer warranty - parts: 1 year (frame), 90 days (small parts)
Maximum weight capacity (lb.): 500
Product Type: Swing Sets & Swings
Product width (ft.): 7.9
Assembly Required: Yes
Maximum number of children: 5
Activity: Kids Play,Outdoor Games
Recommended ages: 3 years and up
Manufacturer warranty - general: 1 year limited
Product length (ft.): 12.8
What's in the Box
Sportspower Almansor Metal Swing, Slide and Trampoline Set
2 swings
Glide ride
Wavy slide
Owner's manual
User Manual
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();