Electric tricycle, household delivery truck, 1500W motor, 72V70A large capacity battery, full charge maximum range 80 miles, load capacity 500KG

$299.99
$899.99
Save $600.00
1621 sold
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

MAIN FEATURES

  • cell phone stand for desktop fits most 4-10” smartphones, tablets, and e-readers. It’s compatible with iPhone 12/11/MAX/XS/XR/X/8, Samsung Galaxy S21/S20/S10/S9, Samsung Tab, Google Nexus, Kindle, etc....Powerful Performance: Top speed over 25 mph, standard range of 80 miles on a single charge. Standard 18-tube controller, upgraded powerful silent 1500W brushless differential motor and dedicated 72V 70Ah lead-acid battery power source reduce the weight of the vehicle, making the driving range and load capacity stronger.

  • Practical: Newly designed one-piece perforated cargo box, concave steel box; Vehicle size: 114*39*63.5 inches; Cargo box size: 70.8*39*16 inches; Vehicle weight: 353 pounds; Rated load 1100 pounds; Front/rear brake type: Front/rear brake: brake drum, parking brake: manual brake; Charging time: 6 -8 hours.

  • 【Perfect design】Our electric tricycle is equipped with sturdy tires that provide excellent grip on any terrain. The front wheel is lengthened with hydraulic shock absorbers to reduce collisions and provide a smooth ride, the front bumper is thickened, and the body bar is made of solid metal to ensure strength and service life, providing a solid foundation for your ride.

 

  • 【Excellent features】Luxurious LCD dashboard, safe and reliable front LED lighting headlights - provide excellent visibility with direction signals, brake lights and powerful headlights. Dual rearview mirrors ensure visibility. The electric tricycle is also equipped with an anti-skid controller. When reversing downhill, the controller will maintain a constant slow reversing and rolling speed to ensure your personal safety.

  • 【Easy to use】The adult electric tricycle can be used as an electric tricycle for daily and short trips, and the electric motorcycle can be ridden leisurely on the streets or easily through the hills. You can also use it to load cargo, it can help you transport cargo and provide higher efficiency for agriculture and transportation.

  • 【Safe and reliable configuration】The electric tricycle has climbing gears, which are strong and sturdy when climbing at low speeds, greatly increasing the load capacity to meet the needs when climbing and pulling heavy objects. The three speeds can be easily adjusted by the speed control knob, and the display will show the remaining power, range and current speed, allowing you to quickly check the battery status and add color and joy to your life.

  • 【Friendly reminder of logistics time】The arrival time of the electric tricycle is about 10-20 days. If you don't want to wait, please forgive us. 1. Because our electric tricycle factory performance safety test; The packaging must be firm to avoid damage during transportation. 3. The electric tricycle is on the sea, so the transportation time is slightly longer, if you have any questions, please feel free to contact us, we will provide you with the best service and after-sales protection.

    Shipping:

    • Free Shipping Over $50.

    • Orders will be processed within 7 business days of ordering and shipped out the next day after the processing day. Orders will generally be delivered within 7 to 14 working days.

    Returns:Fast refund for any dissatisfaction within 15 days, 100% money-back guarantee.


    Note:

    • Due to manual measurements, please allow slight measurement deviations.

    • Due to the different display and lighting effects, the actual color of the item may be slightly different from the color displayed on the picture.

    1
    Select product
    Selected 0 item(s)
    Green
    Red
    class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)