Fall Pumpkin Garland
Fall Pumpkin Garland
Fall Pumpkin Garland
Fall Pumpkin Garland
Fall Pumpkin Garland
Fall Pumpkin Garland
3/6
Fall Pumpkin Garland
Fall Pumpkin Garland
Fall Pumpkin Garland
Fall Pumpkin Garland
Fall Pumpkin Garland
Fall Pumpkin Garland
3/6

Fall Pumpkin Garland

$34.95
$69.90
Save $34.95
Where do you want to place
Please select a where do you want to place
quantity
Please select a quantity
Quantity

🤩😍~Blooming with Autumn's bounty, this wreath echoes the fall tones found in nature in the most amazing way.~This wreath is a very unique compliment to any home especially the popular modern farmhouses! (Due to high demand, our official price for this product is low, so order now while supplies last!)

Don’t forget this will make a great GIFT for a Birthday, Wedding, Housewarming, Christmas or just to brighten up someone’s day. I will SHIP DIRECTLY with a note card if you like!

This is a great wreath to hang on your front door or any wall in your house. It can be used for any season and is a great wreath for a house warming gift.
Create a different and romantic vibe this fall with a pumpkin grapevine wreath with non-traditional fall colors.



Focus: Handmade

This Fall grapevine is adorned with a gorgeous velvet pumpkin and a mixture of brown and orange dahlias finished with gorgeous Fall greenery and berries.

Size: Measurements are approximate & from tip to tip > Tip to tip of leaves, stems, vines, grasses, or bows, just as pictured.28 inches inches tall 8 inches deep(This is the size including the flowers, The rattan is about 18 inches)

Location:Indoor Use; Outdoor Use

How to use:

During the holidays, it can be hung on the wall, door, or even on the mantelpiece. Or outside the house, garden, or deck. This is a highly collectible nostalgic gift, the perfect gift for family and friends. The wreath is made of quality materials and will last a long time without maintenance! Thanks!
If you choose to hang your wreath outdoors, please take care to protect it from the sun, wind and rain.
If your wreath is mounted on an indoor door, we recommend securing it in two positions to prevent it from hitting the door when it is opened or closed.

Warm Tips】: If you encounter any problems in the process of using our products, please contact us in time, our after-sales team will promptly solve the problems you encounter.

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.