2-Level Wooden Raised Garden Bed Elevated Planter Box with Legs and Drain Holes

$23.55
Color:  Natural
Quantity

Description

The raised garden bed that is made of natural fir wood with strong strength, as well as natural resistance to rot and pests, can be a great complement to your patio, backyard or balcony!

?

Features

  • Solid Wood Structure: Constructed of 100% natural fir wood, this raised garden bed has great durability and excellent performance in corrosion resistance for long-lasting use. And 4 thickened wood legs ensure the elevated planter box is stable enough to support the high weight of plants and soil.
  • Enough Planting Space: Each tier of this raised garden bed measures about 31.5" x 15" x 6.5"(L x W x H), which provides you with enough space to plant vegetables, herbs, and flowers. What's more, the 2-tier construction separates 2 different growing areas for different plants or planting methods. Plus, the 6.5" plant bed depth ensures that the roots of plants extend freely.
  • Practical Drainage Holes: There are several drainage holes at the bottom of each wooden planter box to drain excess water and protect them from rot on the premises that allow roots to absorb adequate water. Furthermore, those holes can also serve as air vent holes as well for roots to breathe. These practical designs make you better take care of your plants.
  • User-friendly Height Design: The wooden elevated garden bed is designed with a user-friendly height of 28.5", which ensures you can easily take care of their plants without bending down or squatting down. Moreover, the raised design can protect your plants.
  • Easy Installation & Wide Application: With detailed instruction manuals of the assembly, you can easily put the wooden raised garden bed together. In addition, all hardware parts are numbered for your convenience. This raised garden bed can be placed in various places including in the garden, patio, porches, and so on, which will be a beautiful decoration for your home.

?

Specifications

  • Color: Natural/Grey
  • Material: Fir Wood
  • Overall Dimension: 34" x 33.5" x 28.5" (L x W x H)
  • Planter Bed Dimension: 31.5" x 15" x 6.5" (L x W x H)
  • Weight Capacity of Each Tier: 110 lbs
  • Net Weight: 27 lbs

?

Package Includes

  • 1 x Raised Garden Bed
  • 1 x Instruction Manuals
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.