250 Hot sale remote control mini cultivator power tiller agriculture garden tractor tillers for orchard

Crawler Tractor Farm Orchard Paddy Field/mini Crawler Tractor With Rotary Tiller Plow Various Agricultural Machinery
$4,614.29
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
*Crawler grasp the ground ability is strong, suitable for greenhouse, orchard, planting, woods and other narrow space operation.
*The frame is designed to use the thickened steel plate, strong and durable, reduce the vibration generated by the engine, prolong the life of the machine.
*The machinery is used the customized all-gear transmission, with 3 forward gears, 1 back gear, and the rear working connection box, which can be equipped with a large number of agricultural tools such as rotary tiller and trencher etc.
*The driving wheel adopts steel through heat treatment, strong and wear-resistant.
*The 500W full copper generator can ensure that the machine will not be unable to start the battery due to lack of power, thus prolonging the battery life.
1
Select product
Selected 0 item(s)
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)