Foldable 4 Wheels Mobility Scooter with Side Bag, Electric Powered Wheelchair Device Compact Heavy Duty for Senior, Adults Power Extended Battery with Charger Basket, Max Weight 300LBS
Foldable 4 Wheels Mobility Scooter with Side Bag, Electric Powered Wheelchair Device Compact Heavy Duty for Senior, Adults Power Extended Battery with Charger Basket, Max Weight 300LBS
Foldable 4 Wheels Mobility Scooter with Side Bag, Electric Powered Wheelchair Device Compact Heavy Duty for Senior, Adults Power Extended Battery with Charger Basket, Max Weight 300LBS
Foldable 4 Wheels Mobility Scooter with Side Bag, Electric Powered Wheelchair Device Compact Heavy Duty for Senior, Adults Power Extended Battery with Charger Basket, Max Weight 300LBS
Foldable 4 Wheels Mobility Scooter with Side Bag, Electric Powered Wheelchair Device Compact Heavy Duty for Senior, Adults Power Extended Battery with Charger Basket, Max Weight 300LBS

Foldable 4 Wheels Mobility Scooter with Side Bag, Electric Powered Wheelchair Device Compact Heavy Duty for Senior, Adults Power Extended Battery with Charger Basket, Max Weight 300LBS

$599.99
$0.00
-$-599.99
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: WLVOS
SKU: W42923316-5

WLVOS mobility scooter delivers high-performance operation and easy disassembly for convenience on the go. It provides you extremely driving experience. Enjoy your perfect active lifestyle. We hope to provide convenience for more people with limited mobility by means of scooters so that they can go where they want to go freely. We strive to make the most satisfying scooter for everyone, therefore more people can enjoy the simple mobility life. M1 Series mobility scooter delivers high-performance operation and easy disassembly for convenience on the go. It provides you extremely driving experience. Enjoy your perfect active lifestyle.


Features:

1. 300W Powerful Motor

2. 9 inches front & rear solid tires

3. Rear Suspension

4. Max forwarding speed: 5mph

5. Weight capacity: 136kg (300lbs )

6. Max driving gradient: 9°

7. Driving Range: 10-16 miles

8. High-performance operation and easy disassembly

9. Sliding swivel seat with flip-up armrests

10. Intelligent electromagnetic brake

11. Simple control panel can operate with fingertips or thumbs effortlessly


Specifications:

Max Forward Speed:5mph

Max Driving Gradient: 9°

Max Driving Range: 10-16 miles

Weight Capacity: 300lbs

Suspensions: Rear

Tire Sizes: 9"x3"(front) 9"x3"(rear)

Driving System: Rear-wheel

Brake System: Electromagnetic Brake

Batteries: Lead-acid 12V12AH*2pcs

Charger: DC24V2A  AC100-240V

Charging Time: 6-8H

Motor:  300W

Motor Controller: 24V/50A(Dynamic)

  • 【THE BEST PARTNER FOR THE ELDERLY】

     

    With this four-wheeled mobility scooter, it can be easily maneuvered in a smooth indoor and outdoor. This lightweight scooter is designed to safely support 300 pounds of items, the maximum forward speed can reach 5KM/H, and the travel distance can reach 10-16 kilometers per charge.

  • 【FOLDABLE】

     

    Our mobility scooter can be folded up in your boot trunk. The seat is swivelable and backrest and armrest are foldable. The height of the seat, the angle of the tiller, the width of the armrest are all adjustable. You can travel with the whole family.

  • 【MULTIPLE USE】

     

    You can use it in most occasion. You can drive it to fishing with the basket. Or you can drive it to the park to play with your children or grandchildren. Perfect for daily use, supermarket, transportation, shopping mall, etc .

  • 【INTUITIVE CONTROL】

     

    Rest your wrists on the bar and drive the scooter with the lever with no effort, whether use right or left hand! There is a variable speed dial, a switch for headlight, a horn button as well as a battery indicator on the panel for easy maneuverability.

  • 【PERFECT SERVICE】

     

    It’s just the beginning when you get our mobility scooter, we have a professional service team in US all round the country to provide perfect service. If you have any inquires when using it, just come to us, we will solve it immediately.

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.