Winston’s Adventure Equipment

LOGO

TentBox Lite 2.0

we also offer finance options through buyline. Contact Us now to find out more information

document.addEventListener('DOMContentLoaded', function() { fetch('https://tentbox.com/products/tentbox-lite-2-0') .then(response => response.text()) .then(html => { const parser = new DOMParser(); const doc = parser.parseFromString(html, "text/html"); const targetElement = doc.querySelector('#availability-info-template--16114250416317__main > span > div'); if (targetElement) { const textContent = targetElement.textContent; // Assuming you have a textbox with ID 'mytextbox' in your Blocs project document.getElementById('myTextbox').textContent = textContent; } else { console.error("Target element not found."); } }) .catch(error => console.error('Error:', error));});

KEY FEATURES

TB%202%20FEATURES

Removable rainfly

The rain fly can be removed to enter ‘Summer Mode’ for a more minimal look and quicker set-up - as no poles are required. It’s still waterproof, you will just need to keep the windows closed if it rains.

TB%202%20DOUBLE%20SKYLIGHT

Double skylight

The double skylight & large all-around windows mean elevated 360° views of your surroundings, the sunset and the stars. All windows are fitted with fly-mesh.

TB%202%20COMPACT

Compact & lightweight

Weighing just 49kgs and folding away into a small, stylish, square box; you’ll barely notice it on top of your car. Its compact size means it will fit even the smallest vehicles, yet it still sleeps 2 comfortably.

TB%202%205%20MINUTE

5-minute setup

Set-up is easy and can be done single-handedly. The travel cover can be rolled up & stowed away after set-up, and the rainfly poles live in a drop-down pocket.

©Winston’s Adventure Equipment 2023
Created by www.flexyweb.online
async function copyText() { const response = await fetch('https://tentbox.com/products/tentbox-lite-2-0'); const text = await response.text(); const parser = new DOMParser(); const doc = parser.parseFromString(text, 'text/html'); const element = doc.querySelector('#availability-info-template--16114250416317__main > span > div'); const copiedText = element.textContent; document.querySelector('#stock-level-id').value = copiedText;}