GoodHome Preston Taupe Square Gazebo tent (H) 2.88m (W) 3m (D) 3m

£49.99
people are viewing this right now

Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

Our 9m² Preston gazebo is a great asset if you want to add some shelter to your garden. This outdoor roof offers protection from direct sunlight, light rain and wind. The 4 polyester curtains provide privacy and the practical mosquito net will keep bugs away while still letting daylight in. Features a sturdy, powder coated steel frame for low maintenance.

  • Assembly required
  • Fittings & fixings included
  • Please refer to Instruction manual
  • Product shape: Square

Features and benefits

  • The 4 curtains and mosquito nets are quick and easy to open and close
  • Sturdy and low maintenance
  • The polyester fabric of the curtains and roof is designed to be water repellent to protect you from light rain
  • When the season is over, you can simply store it away in its storage bag
  • This fabric replacement helps extend the life of your gazebo

Specifications

Brand GoodHome
Range Preston
Colour group Beige
Fabric material Polyester (PES)
Fabric weight 160g/m²
Material Steel
Style Traditional
Resistant to ultraviolet Not UV resistant
Resistant to water Water-repellent
Depth (m) 3m
Height (m) 2.88m
Width (m) 3m
Product weight 41kg
Product code 5059340125497
1
Select product
Selected 0 item(s)
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)