K800 26x4.0 Dual Motor 1000W*2 inch Fat Tire E-Bike 48V 23AH Electric Bike

65 sold
$1,408.30
$1,733.28
-$324.98
Color- Black-Blue
TO- EU
Quantity
Free shipping
Sustainably made
Secure payments
Vendor by:
Description

Model
K800
Frame
6061 Aluminum Alloy Frame
Fork
Aluminum Alloy Crown Suspension Fork
Front Motor
48V 1000W Brushless Geared Hub Motor
Rear Motor
48V 1000W Brushless Geared Hub Motor
Max Speed
around 50km/h
Battery
48V 23Ah Lithium Battery
Range
Fully Electric Mode Range: around 40~50km
Pedal Assist Mode Range: around 100km
Brake
Hydraulic Disc Brake with power cut-off Feature
Gear
Shimano 21-Speed
Display
Smart LCD display that shows speed, battery status, pedal assist level, etc.
Throttle
Twist Throttle on the Right side of Handlebar
Headlight
LED Headlight powered by battery
Tire
26"x4.0" inch Fat Tire

Daul-Motor 2x1000W Motor ( Top speed: 45~50 km/h )

Front Motor 48V 1000W Brushless Geared Hub Motor

Rear Motor 48V 1000W Brushless Geared Hub Motor

Equipped with TWO 1000W high speed brushless motors, providing electric bikes strong power and climbing capabilities, assists the speed up to 35MPH. With Shimano 21-Speed Gear, our ebike will take you anywhere freely whether it's snow, beach, mountain or city roads.

26×4.0 Fat Tire Electric Bicycles

Wear-resistant and anti-slip 26×4.0-inch large tires. The aluminum alloy wheels are 26 inches.

Front and rear hydraulic brakes

Armed with front and rear hydraulic disc brakes, this electric moped offers u an easy brake within 2 seconds, safe and professional. Lockable suspension fork helps u feel less fatigue and enjoy smoother riding no matter what terrain it is. The diameter of the brake disc is 180mm, which has better braking performance than the 160mm brake discs of other ebike brands.

Support 3 modes

1. Throttle mode, single motor or dual motor drive

2. pedal-assist mode, single motor or dual motor drive

3. classic bike mode.

Whether it’s shortening your commute to work on week days, or exploring new trails outdoors on weekends while exercising and relaxing, this electric bicycle is a great choice.

Range Fully Electric Mode Range: around 40~50km  

Pedal Assist Mode Range: around 80~90km

Night lighting system

A bright motorcycle headlight with a horn integrated inside the headlight. Makes the bike more simple. LED headlights illuminate a long distance. When riding at night or at night, turn on the taillight working mode. Remind pedestrians and vehicles to drive safely.

You may also like

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.