BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"
BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"
BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"
BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"
BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"
BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"
BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"
BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"
BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"
BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"

BENTISM Hydraulic Lift Table Cart 1760 lbs Manual Double Scissor Lift Table 59"

Price

$0.00 $1,599.99
Save $-1,599.99
Free shipping

Quantity

Free worldwide shipping
Free returns
Sustainably made
Secure payments

Product Description

BENTISM Hydraulic Lift Table Cart
BENTISM, your trusted tool expert. Our hydraulic lift table cart can handle weights up to 1760 lbs. Built with premium thickened steel for the scissor and platform, it ensures stability and reliability. The rust-resistant powder-coated surface prolongs its lifespan. Whether for home or industrial use, our product is an excellent choice. It provides you convenience, comfort, and efficient material handling in your work and daily life!
1760 lbs High Load Capacity
With a load capacity of 1760 lbs, the scissor lift table is the perfect solution for your lifting needs. It is made of powder-coated thick steel, rust-proof and durable. Say goodbye to lifting challenges and experience the convenience of safe and efficient material handling.
Lockable Swivel Wheels
Our hydraulic scissor cart is equipped with high-performance swivel wheels that not only rotate in multiple directions but also feature a secure locking mechanism. These wear-proof and corrosion-proof wheels ensure effortless and secure object transportation.
Premium Integrated Hydraulic Pump
This hydraulic table cart features an integrated hydraulic pump with oil seals to ensure reliable performance. It provides high load-bearing capacity and powerful operation, enabling it to handle demanding tasks with efficiency. The compact design saves space and simplifies maintenance.
Thoughtful Design
Our hydraulic lift table incorporates limiter protection to ensure worry-free usage. It also comes with a maintenance/overload protection bar for emergency situations. You can lift it with the foot pedal and lower it with the convenient hydraulic release lever.
Wide Range of Applications
Our hydraulic lift cart is perfect for factories, warehouses, express delivery services, and supermarkets. It excels in handling different types of materials, from heavy and bulky items to complex shapes. With exceptional stability and user-friendly operation, it meets diverse needs.
Non-Slip Pad Included
We provide a complimentary anti-slip pad with a textured design to protect the platform from scratches, making your working environment cleaner and more presentable. The anti-slip pad prevents items from sliding during transportation, ensuring stability and safety. It is easy to clean and can be reused, saving you costs in the long run.

Specifications

Item Model Number: TFD80
Style: Double Scissors
Platform Size: 48 x 24 inches /1200 x 600 mm
Load Capacity: 1760 lbs / 800 kg
Lift Range: 19.5-59 inches / 500-1500 mm
Pump: Hydraulic Pump
Main Material: Q235 Cold-Rolled Steel with Coating
Net Weight: 388 lbs/ 176 kg

Package Content

1 x Hydraulic Lift Table Cart
1 x Non-slip Pad
1 x User Manual
  • Premium Hydraulic Pump: Experience impressive lift heights up to 59 inches with BENTISM hydraulic lift table cart. Our high-quality integrated hydraulic pump ensures efficient and reliable lifting without any oil leakage issues. Get the power you need for smooth and controlled lifting performance.
  • 1760 lbs Load Capacity: Tackle a variety of lifting tasks with confidence! Our hydraulic scissor cart is designed to handle loads up to 1760 lbs. The scissor and platform are made of premium thickened steel with a rust-resistant powder-coated surface. This ensures long-term durability and stability when handling heavy objects, making your work easy, efficient, and secure.
  • Effortless Lifting: Say goodbye to heavy-lifting struggles! Our dual scissor lift table features a wide foot pedal design, allowing easy and smooth pumping. Lowering is made simple with the convenient hydraulic release lever, giving you full control over the hydraulic pressure.
  • Secure Design: Our hydraulic table cart incorporates thoughtful security features, including limiter protection to prevent over-lifting. It also features a maintenance/overload protection bar for easy maintenance. For added stability during transport, we provide a rubber non-slip pad that prevents movement and enhances overall stability.
  • Easy Mobility: Our hydraulic lift table is equipped with PU swivel wheels that rotate in multiple directions, ensuring smooth and convenient mobility. The locking mechanism securely fixes the cart in place, preventing any unexpected movement during transportation. With wear-resistant and corrosion-resistant PU wheels, you can rely on long-lasting performance and the ability to handle heavy loads.
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.