Walker Edison | Modern Outdoor Acacia Wood Patio Loveseat and Coffee Table

28 sold
$48.95
$1,200.00
-96%
Title:  Default
Quantity

Description

Modern Patio Acacia Wood Loveseat & Coffee Table
Enjoy the warm sunshine in luxurious loveseat that is sure to bring an extra boost of style to your space. Combining a gorgeous blend of mixed materials, our club chair set will be a flawless addition to any outdoor lounge area. This can be used as a standalone or can be used to accent your existing furniture, making this a dream for those who love to personalize their space. With solid acacia wood frames and plush outdoor cushions, patio set offer hours of conversation for you and your guests.

Specifications

Place of OriginViet Nam
Main ColorBrown+Beige
Main MaterialAcacia Wood
FillerFoam
Use CaseGarden & Outdoor
Seating CapacitySeats 2
Outdoor Seating Type2 Person Seating Group
Cushions IncludedYes
Dangerous Goods#dangerFlag#
Product information
ColorBrown Finish + Beige Cushion
Product DimensionsLoveseat: 52” W x 27” D x 24.75” H Coffee Table: 40” W x 24” D x 14” H
MaterialAcacia Wood & Polyester & Sponge
Seat Height from the Ground ( include cushion)16'
Dimension of Back Cushion24.25” x 16” x 7”(L x W x Thickness) *2
Dimension of Seat Cushion48.5” x 25.25” x 6”(L x W x Thickness)
Maximum Weight RecommendationLoveseat: 600 Pounds Coffee Table: 250 Pounds
StyleClassic, Modern
PatternSolid
Room TypePatio Garden
Included ComponentsInstallation Manual, Installation Tools
Surface RecommendationHard Floor
Country of OriginVietnam
Product Care InstructionsWipe with Dry, Wipes with Damp Cloth
*NOTESThere will be some color difference when the product is photographed under different lighting and different cameras. Please refer to the actual product received.
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.