label.textContent = `${option} - R$ ${parseFloat(price).toFixed(2)}`; label.innerHTML = `${option} <br><small>R$ ${parseFloat(price).toFixed(2).replace('.', ',')}</small>`;
label.textContent = `${option} - R$ ${parseFloat(price).toFixed(2)}`; label.innerHTML = `${option} <br><small>R$ ${parseFloat(price).toFixed(2).replace('.', ',')}</small>`;
Leave a Reply