Motorcycle Lift Scissor Jack 85-340mm/3.35-13.39in Adjustable Height Foldable 500kg Capacity Motorbike Jack Stand

$270.99 & Free Shipping

5 in stock

Description

Motorcycle Lift Scissor Jack 3.35 to 13.39in Adjustable Height Foldable 500kg Capacity Motorbike Jack Stand

Feature:

1. Powerful Load Capacity: This motorcycle lift jack boasts a maximum load capacity of 500kg, allowing you to confidently perform routine maintenance or emergency repairs, ensuring your motorcycle is safely and securely elevated.
2. Convenient Folding Design: Featuring a unique foldable design, the motorcycle jack can be easily stored when not in use. Once folded, it takes up minimal space, making it ideal for storage in your motorcycle trunk or tool shed, ideal for travel or everyday use.
3. Easy to Operate: Our motorcycle lift jack is equipped with an easy to understand operating system that allows users of all skill levels to effortlessly raise their motorcycles, simplifying maintenance and repair tasks.
4. Adjustable Height Range: With a minimum height of 3.35 inches and a maximum height of 13.39 inches, this jack offers excellent versatility for various motorcycle models and maintenance needs.
5. Heavy Duty Construction: Made from heavy duty iron, our motorcycle jack stand is designed for exceptional strength and long lasting performance, ensuring reliability for all your lifting needs.

Specification:

Item Type: Motorcycle Lift Jack
Material: Iron
Maximum Load Capacity: Approx. 500kg / 1102.31lbs
Minimum Height: Approx. Approx. 85mm / 3.35in
Maximum Height: Approx. Approx. 340mm / 13.39in
Fitment: Universal for Motorcycle Maintenance

Package List:

1 x Motorcycle Lift Jack
2 x Accessories
1 x User Manual

Additional information

Weight 11.540 lbs
Dimensions 42 × 28 × 12 in
Brand Name

NONE

Origin

Mainland China

High-concerned chemical

None

Type

Mechanical Jack

Certification

CE

Item Length

14.96in

Item Type

Car Jacks

Special Features

Motorcycle Lift Jack

Item Width

9.06in

Model Name

Motorcycle Scissor Jack

Item Height

13.39in

Material

Iron

Item Weight

11482

Choice

yes

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('mechanicServiceForm'); const formMessage = document.getElementById('formMessage'); form.addEventListener('submit', async (event) => { event.preventDefault(); // Prevent default form submission formMessage.style.display = 'none'; // Hide previous messages formMessage.classList.remove('success', 'error'); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); // CONCEPTUAL AJAX SUBMISSION // In a real WordPress site, this would send data to a custom REST API endpoint // or an AJAX handler in functions.php. try { // Simulate an API call const response = await new Promise(resolve => setTimeout(() => { // Simulate success or failure const success = Math.random() > 0.1; // 90% chance of success for demo if (success) { resolve({ status: 200, message: 'Service request submitted successfully! We will contact you shortly.' }); } else { resolve({ status: 500, message: 'Failed to submit request. Please try again.' }); } }, 1500)); // Simulate network delay if (response.status === 200) { formMessage.textContent = response.message; formMessage.classList.add('success'); form.reset(); // Clear the form on success } else { formMessage.textContent = response.message; formMessage.classList.add('error'); } } catch (error) { formMessage.textContent = 'An unexpected error occurred. Please try again later.'; formMessage.classList.add('error'); console.error('Submission error:', error); } finally { formMessage.style.display = 'block'; // Show message } }); });