AOHAO Metal Arc Floor Lamp with Remote Control & Stepless Dimmable Bulb, for Living Room, Bedroom, Black

$42.48
$0.00
-$-42.48
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: AOHAO
SKU: WM_MF18166_BK

AOHAO Floor Lamp for Living Room with 3 Color Temperatures, Standing Lamp Tall Industrial Reading for Bedroom, Office (9W LED Bulb, Beige Lampshade Included) -Black

Eye-protect soft light: this standing lamp gives off warm, soft 3000K warm white lighting creates a comfortable ambiance for instant relaxation.

Long lasting & energy saving: includes a power-saving light bulb. Not burn out or overheat, purchase this lamp is also meant saving money and energy.

Convenient pedal switch: easy to turn on/off. Spare your hands to do something else, saves you from bending down to turn off the light.

Simple classic design: fits perfectly in anywhere in your home.

  • Unique Design Compatible With Various Decoration: The paint pole of this floor lamp made of high-quality metal, with a fabric lampshade and a smooth pull chain switch which makes it easy to find and turn on in the dark compared to the foot pedal switch. What's the most importantly is the pull chain up high means your baby won’t be playing with it. It looks traditional but more modern, perfect for your living rooms, bedrooms and offices
  • Sturdy And High Quality: This is a 2023 upgraded version floor lamp of AOHAO brand, we believe that only quality products are able to make customers feel joyful. We take the safety and customers’ feedback into consideration, we have upgraded the lampshade to be wider to create a brighter lighting effect.
  • Bright And Soft Light: Our arc floor lamp has a beautiful and warm lighting, with the hanging drum shade to make you feel warm and cozy at home in any room. This floor lamp also has a eye caring function while you are reading or working, it protects your eyes instead of letting you expose to the bulb lights directly. Whether it is placed beside the sofa or in any corner of the room, this floor lamp will be an elegant existence
  • Energy Saving And Adjustable Color Temperatures Bulb: It comes with a 9 Watt LED light bulb which has 3 color temperatures modes ( warm/ natural /cool , 3000K, 4000K, 5000K) for your options, it not only provides sufficient brightness, but also energy saving, 50,000 hours long lifespan LED light bulb can save your electricity bills up to 90%
  • Easy To Install: This lamp features assembled light pole and base design, no tools needed, it only takes about 3 to 5 minutes for you to finish the installation of this floor lamp. Just as our customer said it was easy to assemble and the style is just great for “Calif. farm style 1950's house”. I can't really ask for more than that. The power supply cords, cables and lamp holders ect come with UL and ETL certification. It also compatibles with smart outlets (Requires smart outlet)
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.