Full Automatic Car Battery Charger Digital LCD Display 2A Fast Charging 3 Stages Lead Acid AGM GEL Battery-chargers

Price range: $42.99 through $43.99 & Free Shipping

Description

• Automatic Charging :This full automatic car battery charger ensures efficient and hassle-free charging, freeing you from the manual process.

• Digital LCD Display :Equipped with a digital LCD display, it provides real-time charging status and information, enhancing the user experience.

• Fast Charging :With a 2A fast charging capability, this charger reduces charging time and saves you valuable time.

• 3 Stages Charging :The 3 stages lead acid AGM gel battery charging process ensures optimal charging, extending the lifespan of your battery.

• High Compatibility :Designed for Lead Acid AGM gel batteries, it offers high compatibility and broad application scope.

• Chinese Origin :Origining from Mainland China, this charger promises high quality and reliability.

Features:
  • 100% brand new and high quality.

  • LCD digital display voltage, current, temperature, battery capacity in real time, convenient to read.

  • Intelligent adjustment of current and voltage, automatically stop input current after full charged.

  • 3 Stages charging: constant current charging, constant voltage charging, floating charge.

  • Pure copper transformer, stable output, high conversion rate, energy saving, large capacity, etc.

  • Overcharge protection, short circuit protection, reverse connection protection.

  • The shell is made of ABS flame retardant material, insulation, flame retardant, high temperature.

  • Suitable for 12V, 4AH to 20AH , Lead-Acid or AGM or GEL battery.
    Universal for most type of car and motorcycle batteries, lead acid, agm, gel, vrla.

Specifications:
  • Material: ABS & Copper

  • Color: Yellow

  • Electric Plug: EU, US (Optional)

  • Rated Voltage: AC 110-230V 50Hz

  • Output Voltage: DC13.8V (No-load voltage 13.8V, maximum voltage 14.8V)

  • Rated Power: 30W

  • Output Current: DC2A

  • Product Size: 12.5*8*4cm / 4.92*3.15 * 1.57in

Package Included:
  • 1 x car battery charger


Additional information

Weight 0.225 lbs
Dimensions 19 × 10 × 4 in
Brand Name

NONE

High-concerned chemical

None

Origin

Mainland China

Item Weight

240g

Material

ABS

Item Length

19cm

Item Width

10cm

Item Height

5cm

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 } }); });