Aantal tekens: | <% ledtersTotal.length %> |
Hoogte letters: | 1,10 meter |
Totale breedte: | <% ledtersWidth.toFixed(2).replace(".", ",") %> meter |
Huurprijs incl. BTW*: | € <% totalPrice.toFixed(2).replace(".", ",") %> |
Huurprijs excl. BTW*: | € <% (totalPrice - totalExBtw).toFixed(2).replace(".", ",") %> |
*o.b.v. ophalen bij onze opslag in Helvoirt |
Huurprijs: |
€ <% (totalPrice).toFixed(2).replace(".", ",") %> incl. BTW* € <% (totalPrice - (totalPrice * 21 / 121)).toFixed(2).replace(".", ",") %> excl. BTW* |
*o.b.v. ophalen bij onze opslag in Helvoirt |
Huurprijs x(<% user.staffel.toFixed(1).replace(".", ",") %>): |
€ <% (user.staffel * totalPrice).toFixed(2).replace(".", ",") %> incl. BTW* € <% ((user.staffel * totalPrice) - ((user.staffel * totalPrice) * 21 / 121)).toFixed(2).replace(".", ",") %> excl. BTW* |
*o.b.v. ophalen bij onze opslag in Helvoirt |
Bezorgkosten: |
€ <% user.shippingCost.toFixed(2).replace(".", ",") %> incl. BTW € <% (user.shippingCost - (user.shippingCost * 21 / 121)).toFixed(2).replace(".", ",") %> excl. BTW |
Totaalprijs: |
€ <% ((user.staffel * totalPrice) + user.shippingCost).toFixed(2).replace(".", ",") %> incl. BTW € <% (((user.staffel * totalPrice) - ((user.staffel * totalPrice) * 21 / 121)) + (user.shippingCost - (user.shippingCost * 21 / 121))).toFixed(2).replace(".", ",") %> excl. BTW |
Totaalprijs: |
€ <% ((user.staffel * totalPrice) + user.shippingCost).toFixed(2).replace(".", ",") %> incl. BTW € <% (((user.staffel * totalPrice) - ((user.staffel * totalPrice) * 21 / 121)) + (user.shippingCost - (user.shippingCost * 21 / 121))).toFixed(2).replace(".", ",") %> excl. BTW |