Bestelformulier Pakket Pro

Wij houden van simpel dus ook het aanmelden, betalen et cetera is eenvoudig.

Vul hiernaast je gegevens in en klik op ‘Ga verder’ dan kom je in het betaalscherm en ben je daarna klaar en regelen wij de rest.

Tevens ga je bij betaling akkoord met onze algemene voorwaarden.






window.onload = setTimeout(mollie_forms_1081_totals, 100); function mollie_forms_1081_totals() { var priceoption = document.getElementsByName("rfmp_priceoptions_1081"); var quantities = document.getElementsByClassName("rfmp_priceoptions_1081_quantity"); var subtotal = 0, total = 0, vat = 0; // Add shipping costs to total var shippingCosts = ""; if (shippingCosts) { var shippingVat = 0.21 * parseFloat(shippingCosts); vat += shippingVat; total += parseFloat(shippingCosts); subtotal += parseFloat(shippingCosts); } if (0 in priceoption) { var openAmount = document.getElementsByName("rfmp_amount_1081"); // single price option if (priceoption[0].tagName == "INPUT") { for (var i = 0, length = priceoption.length; i < length; i++) { if (priceoption[i].checked) { if (priceoption[i].dataset.pricetype == "open") { openAmount[0].setAttribute("min", isNaN(priceoption[i].dataset.price) ? 0 : priceoption[i].dataset.price); var optionPrice = parseFloat(openAmount[0].value); } else { openAmount[0].removeAttribute("min"); var optionPrice = parseFloat(priceoption[i].dataset.price); } if (optionPrice 0 || isNaN(optionPrice)) { var optionVat = (parseInt(priceoption[0].options[priceoption[0].selectedIndex].dataset.vat) / 100) * optionPrice; vat += optionVat; total += optionPrice; subtotal += optionPrice; } } } else if (quantities) { // multiple price options with quantity for (var i = 0; i < quantities.length; i++) { var q = parseInt(quantities[i].value); if (q 0 || isNaN(optionPrice)) { var optionVat = (parseInt(quantities[i].dataset.vat) / 100) * optionPrice; vat += optionVat; total += optionPrice; subtotal += optionPrice; } } } // payment method extra costs var methods = document.getElementsByName("rfmp_payment_method_1081"); if (total > 0) { if (0 in methods) { if (methods[0].tagName == "INPUT") { // radio buttons for (var i = 0; i 0 ? subtotal.toFixed(2) : "0.00"; subtotalValue.innerHTML = subtotalAmount.replace(".", ","); } // Display total var totalValue = document.getElementById("rfmp_totals_1081_total_value"); if (totalValue) { var totalAmount = total.toFixed(2) > 0 ? total.toFixed(2) : "0.00"; totalValue.innerHTML = totalAmount.replace(".", ","); } // Display VAT var totalVatValue = document.getElementById("rfmp_totals_1081_vat_value"); if (totalVatValue) { var totalVat = vat.toFixed(2) > 0 ? vat.toFixed(2) : "0.00"; totalVatValue.innerHTML = totalVat.replace(".", ","); } if (total <= 0 || isNaN(total)) { document.getElementById("payment_methods_1081").style.display = "none"; } else { document.getElementById("payment_methods_1081").style.display = "block"; } }

window.onload = setTimeout(mollie_forms_recurring_methods_1081, 100); function mollie_forms_recurring_methods_1081() { var priceoptions = document.getElementsByName("rfmp_priceoptions_1081"); var freq = ""; var frequency = "once"; if (0 in priceoptions) { if (priceoptions[0].tagName == "INPUT") { for (var i = 0, length = priceoptions.length; i < length; i++) { if (priceoptions[i].checked) { frequency = priceoptions[i].dataset.frequency; var pricetype = priceoptions[i].dataset.pricetype; freq = priceoptions[i].dataset.freq; break; } } } else { frequency = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency ? priceoptions[0].options[priceoptions[0].selectedIndex].dataset.frequency : "once"; var pricetype = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.pricetype; freq = priceoptions[0].options[priceoptions[0].selectedIndex].dataset.freq; } } else { var quantities = document.getElementsByClassName("rfmp_priceoptions_1081_quantity"); var pricetype = "fixed"; frequency = "once"; for (var i = 0, length = quantities.length; i 0) { if (quantities[i].dataset.frequency != "once") { frequency = "recurring"; } } } } var checkbox = document.getElementsByName("rfmp_checkbox_1081")[0]; if (frequency=="once") { checkbox.removeAttribute("required"); } else { checkbox.setAttribute("required", "required"); } document.getElementById("rfmp_checkbox_1081").style.display = (frequency=="once" ? "none" : "block"); document.getElementById("rfmp_checkbox_hidden_1081").value = (frequency=="once" ? 0 : 1); document.getElementById("rfmp_open_amount_1081").style.display = (pricetype=="open" ? "block" : "none"); document.getElementById("rfmp_open_amount_required_1081").value = (pricetype=="open" ? 1 : 0); document.getElementById("rfmp_amount_freq_1081").innerHTML = freq; if (location.protocol === "https:" && window.ApplePaySession && window.ApplePaySession.canMakePayments()) { // } else if (document.getElementById("rfmp_pm_applepay_1081") !== null) { document.getElementById("rfmp_pm_applepay_1081").remove(); } document.getElementById("rfmp_pm_paypal_1081").style.display = "block"; if (document.getElementById("rfmp_pm_ideal_1081") !== null){ document.getElementById("rfmp_pm_ideal_1081").style.display = (frequency!="once" ? "none" : "block"); } }