šŸ”„Limited EditionšŸ”„ - šŸŽLarge Iron Christmas Farmhouse Truck🌲

8 sold
$19.98
Size:  80" L x 42" W x 48" H
Quantity

Description

Description

šŸ’„Christmas SalešŸ’„

ā—ā—ā—Today only $29.99, Don’t miss itā—ā—ā—

šŸ’„Our promise: free full refund for quality problems within 180 days.šŸ’„

🌲This lagre farmhouse truck will carry all your Christmas wishes.Ā šŸŽYou can match it with lights, Christmas trees, snowflakes, Santa Claus, gifts and other Christmas decorations to make your Christmas lively.šŸ”„

This lagre farmhouse truck is truly a work of art and has quickly become a favorite among our customers.Ā Made from high-quality iron for durability, this product is painted in a beautiful red glossy finish and features realistic features such as rear view mirrors, front grille, tires and working headlights.

The truck bed can also be used as a place to store and display other store items or holiday decorations.Ā Can be decorated and accessorized during the holidays or used throughout the seasons.

You can customize your truck according to different themes or holidays to suit the needs of different occasions and activities, providing more choices and flexibility.

Overall, indoor Christmas trucks attract people's attention through beautiful, creative designs and creating a strong festive atmosphere, becoming a unique highlight of indoor and outdoor decorations.

Features

- Safe for both indoor and outdoor use
- Powder coated for added protection
- Plenty of storage/display space
- Great for photo-ops and events
- Ships in 2 large cartons on pallet LTL

Dimensions:Ā 80" L x 42" W x 48" H
Materials:Ā Iron

UPDATE: Due to a large increase in traffic, we're currently running low on this product, so please hurry and place your order.

Click the "Add to Cart" button now!Ā Ā 
Limited Quantity - Will sell out fast!Ā Ā 

Consultants from the Brand Customer Service Department will be glad to give you personal advice and answer your questions: Monday to Friday, 10:00 to 19:00.At the same time, you can also browse the home page to get all our contact information.

SHIPPING

We would greatly appreciate your patience and understanding as we work to meet demand while ensuring that every piece meets our high-quality standards.

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.