Esploso Template
Consulta l’esploso della pompa acqua per motore fuoribordo Honda BF40E – BF 60 AK1. Individua facilmente il ricambio corretto tramite il numero e richiedi il preventivo.

Elenco ricambi pompa acqua
Nota: Per una corretta compatibilità, indicare sempre modello e matricola del motore in fase di richiesta.
} var buttons = document.querySelectorAll('.add-to-quote'); for (var i = 0; i < buttons.length; i++) { buttons[i].addEventListener('click', function(e) { e.preventDefault(); var code = this.getAttribute('data-code'); var product = this.getAttribute('data-product'); var items = getQuoteItems(); var existingIndex = -1; for (var j = 0; j < items.length; j++) { if (items[j].code === code) { existingIndex = j; break; } } if (existingIndex > -1) { items[existingIndex].qty += 1; } else { items.push({ code: code, product: product, qty: 1 }); } saveQuoteItems(items); showFeedback(this, 'Aggiunto'); }); } localStorage.setItem('hz_last_exploso', window.location.href); });