SHOP DESIGNERS DESIGNS
0
Search
function calcPrices() { const purchase = parseFloat(document.getElementById("purchasePrice").value) || 0; const shipping = parseFloat(document.getElementById("shippingCost").value) || 0; const qty = parseFloat(document.getElementById("qty").value) || 1; const wholesaleInput = parseFloat(document.getElementById("wholesalePriceInput").value) || 0; const costPerUnit = (purchase + shipping) / qty; const retail2 = wholesaleInput * 2; const retail25 = wholesaleInput * 2.5; document.querySelector("output[name='costPerUnit']").innerText = costPerUnit.toFixed(2); document.querySelector("output[name='wholesalePrice']").innerText = wholesaleInput.toFixed(2); document.querySelector("output[name='retail2']").innerText = retail2.toFixed(2); document.querySelector("output[name='retail25']").innerText = retail25.toFixed(2); }
Your cart
(items: 0)
Products in cart
Product
Details
Total
Available on backorder
Previous price:
Discounted price:
/
/
โ
๏ผ
Save
Your cart is currently empty!
Start shopping
Notifications