SOLVING LIFE PRO

Motorcycle Projection Turn Light LED Turn Highlight Warning Light

In Stock

$ 19.14

SKU: CJYD2391660 Category:

Description

Product information:
Power: 9.5W
Specification: ,df3-b diamond style [driving steering projection] DF2-B Oval [driving steering projection]
Applicable vehicle model: Electric car motorcycle
Material: ABS PC plastic
Voltage: 12V


Packing list:

A pair of turn signals


Product Image:

Additional information

Weight 0.18 kg
Dimensions 185 × 125 × 45 cm
Specifications

DF2 B Oval, DF3 B Rhombus Style

Reviews

There are no reviews yet.

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

Product information:
Power: 9.5W
Specification: ,df3-b diamond style [driving steering projection] DF2-B Oval [driving steering projection]
Applicable vehicle model: Electric car motorcycle
Material: ABS PC plastic
Voltage: 12V


Packing list:

A pair of turn signals


Product Image:

Recently Viewed Products

No recently viewed products to display

document.addEventListener('DOMContentLoaded', function () { const qtyInput = document.querySelector('input.qty'); const priceWrapper = document.querySelector('.summary .woocommerce-Price-amount'); if (qtyInput && priceWrapper) { // মূল দাম একবারই নিবো (যেমন 1200) const originalPrice = parseFloat(priceWrapper.textContent.replace(/[^0-9.]/g, '')); qtyInput.addEventListener('input', function () { const qty = parseInt(this.value) || 1; const updatedPrice = originalPrice * qty; priceWrapper.textContent = "৳" + updatedPrice.toFixed(2); }); } });