WE-310 Junior Activity Tower

SKU: WE-310

Specification

Options Icon Options & Features Impregnated wood, Climbing wall, Platform, Ladder, Balcony, Roof
  • Color Icon Color options / scheme
  • Width Icon Width 1.1 m
  • Length Icon Length 1.3 m
  • Height Icon Height 2.7 m
  • Platform Height Icon Platform height 0.9 m & 1.2 m
  • Age Group Icon Age Group 3-10 years
  • Material Icon Material wood
  • Packages Icon Packages 3
  • Weight Icon Weight 70.5 kg
  • Country of Origin Icon Made in Country of Origin
€0,00
// Ensure variant ID updates in the DOM so Samita picks up the correct one document.addEventListener("change", function (e) { if ( e.target.closest("#quick-buy-modal-content") && e.target.name && e.target.name.startsWith("option") ) { const form = e.target.form; const variantInput = form.querySelector("input[name='id']"); if (variantInput) { const newVariantId = variantInput.value; document .querySelectorAll("[samitaws-variant-id]") .forEach((el) => el.setAttribute("samitaws-variant-id", newVariantId)); // Re-run Samita pricing if (typeof window.Samita?.Wholesale?.reload === "function") { window.Samita.Wholesale.reload(); } } } });