Loading...

Artificial Washingtonia Fan Palm Tree With 3 Textured Trunks – Green, 180 cm

 199,65

No Maintenance Required

Allergy-Free Alternative

Perfect for Any Space

Lifelike Appearance

8 in stock

8 in stock

Ref.: F03802072
ID: 1457

SHARE:

Description

Artificial Washingtonia Fan Palm Tree With 3 Textured Trunks – Green, 180 cm

Product Information
Color
Green
Height
180 cm
Related Products
Pages

Info@florarix.com

Search

document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".custom-quantity-wrapper").forEach(function (container) { let input = container.querySelector(".qty"); let minusBtn = container.querySelector(".qty-minus"); let plusBtn = container.querySelector(".qty-plus"); minusBtn.addEventListener("click", function () { let currentValue = parseInt(input.value); let min = parseInt(input.min) || 1; let step = parseInt(input.step) || 1; if (currentValue > min) { input.value = currentValue - step; input.dispatchEvent(new Event("change")); } }); plusBtn.addEventListener("click", function () { let currentValue = parseInt(input.value); let max = parseInt(input.max) || 1000; let step = parseInt(input.step) || 1; if (currentValue + step <= max) { input.value = currentValue + step; input.dispatchEvent(new Event("change")); } }); }); });