• In het formulier wordt een verkeerde totaal prijs berekend en getoond als er een variabel percentage wordt ingesteld van 1,8%. Het scherm berekend 1% i.p.v. de ingestelde 1,8%. In de betaling van Mollie wordt wel het juiste bedrag berekend.

    Ik heb in FormBuilder.php regel 554 aangepast van:
    var methodAmount = ((parseInt(methods[i].dataset.variable) / 100) * total) + parseFloat(methods[i].dataset.fixed);

    naar:
    var methodAmount = ((parseFloat(methods[i].dataset.variable) / 100) * total) + parseFloat(methods[i].dataset.fixed);

    De berekening gaat na de aanpassing wel goed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pvwij

    (@pvwij)

    We hebben over bovenstaande e-mail contact gehad. Echter was het probleem bij de laatste update nog steeds aanwezig. Heb je een fix voor deze bug gepland?

    Thread Starter pvwij

    (@pvwij)

    Do you have planned to fix this bug? In version 2.1.10 the bug in still there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Payment method extra costs’ is closed to new replies.