Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels
Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels
Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels
Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels
Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels
Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels
Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels
Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels
Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels
Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels

Electric Weed Eater Wacker, Cordless Electric Grass Trimmer, Grass String Trimmer, Weed Lawn Edger Eater with Upgraded Wheels

Price
$0.00
$58.50
Save  $-58.50
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: BAOKALER
SKU: HG0077-RE-1#WM-WEC-USNP202402221353

🔶Description:


This Cordless Grass String Trimmer is lightweight and portable, which is very easy to use. It can efficiently cut and trim weeds, branches and shrubs at high speed without loud noise, saving your time and effort. The extended handle makes it easy for you to saw even branches on trees; trimming weeds in water is also easy to operate. A great tool for cutting reeds, branches, weeds, etc. in fields, yards or gardens.


🔶Specification:


  • Type: Weed Trimmer
  • Material: Steel + Aluminum + Plastic
  • Color: Red
  • Plug: US Plug
  • Battery: Lithium battery, 24 V, 7000mAh
  • Power: 650W
  • Cutting diameter: approx. 150mm/5.9inces
  • Speed: 18000 RPM
  • Unextended length: 920mm/36.3in
  • Extended length: 1220mm/48in
  • Weight: 1.2kg/2.65lbs
  • Charging time: about 1 hour
  • Using time: about 30 minutes
  • Features:weed eaters;weed trimmer;Weed Lawn Trimmer;lawn edger;Weed Eater Wacker




🔶Package Contents:


  • 1*Grass Trimmer
  • 1*Lithium Batteries
  • 1*Charger
  • 1*Plastic Handle
  • 5*Plastic Blades
  • 1*6'' Blade
  • 2*Boat-shaped Blades
  • 1*Anti-collision Steel Ring
  • 1*Grass retaining board
  • 1*Wrench Socket
  • 1*Manual
  • Rollers
  • A pair of glasses
  • A pair of gloves


🔊Note:


1、Please allow minor differs due to manual measurement.
2、The picture may be a little different from that of real item due to the different display and different light.

  • Weed & Brush Cutter 2-in-1: Comes with 5 plastic blades for weed cutting, mowing and trimming without damaging the lawn but providing neat turf. You can trim edges on sloping terrain and reach hard-to-reach places with this trimmer. Made of high-quality materials, it is durable with high power.
  • Telescopic Pole: The pole is designed with a button for easily and conveniently adjusting length from 92cm to 122cm to fit user's height and posture.
  • Dual Control Switch: Dual control switch for safer operation and prevent accidental touch. Just use it at ease.
  • Adjustable Working Angle: There is a button that you can adjust the head angle according to your requirements by pressing it. High quality miniature textured grip gives you maximum comfort during use.
  • Efficient Work: 800W high power motor with 24V 7000 mAh high capacity rechargeable lithium battery for 21000RPM rotation speed and wireless working to help you work easier and more convenient.
  • Low Noise: The cordless grass trimmer is lighter and quieter than a petrol-powered trimmer, as well as less maintenance-intensive and emission-free.
  • Lightweight & Portable: It is compact and lightweight, easy to carry. Compared with models with cables, this trimmer is more mobile and easier to use and carry. It can be used in villas, yards, communities, gardens, parks and other areas. Best choice for garden pruning.
  • Efficient Work: 800W high power motor with 24V 7000 mAh high capacity rechargeable lithium battery for 21000RPM rotation speed and wireless working to help you work easier and more convenient.|Low Noise: The cordless grass trimmer is lighter and quieter than a petrol-powered trimmer, as well as less maintenance-intensive and emission-free.|Lightweight & Portable: It is compact and lightweight, easy to carry. Compared with models with cables, this trimmer is more mobile and easier to use and carry. It can be used in villas, yards, communities, gardens, parks and other areas. Best choice for garden pruning.
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.