• Hi,

    Amount is not showing decimal numbers.

    Wp version: 6.0

    [paytium name="Formulier naam" description="Betaling" button_label="Betalen" amount="9,50"]

Viewing 1 replies (of 1 total)
  • Thread Starter pat0888

    (@pat0888)

    Found.

    public.js line:469

    Old (“data-pt-price” outputs a string, can’t multiply)
    fieldAmount = $(element).attr('data-pt-price') * quantity;

    New
    fieldAmount = parseAmount($(element).attr('data-pt-price')) * quantity;

    • This reply was modified 2 years, 8 months ago by pat0888.
Viewing 1 replies (of 1 total)
  • The topic ‘Amount not showing decimal numbers’ is closed to new replies.