Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @sasudt

    Thank you very much for using our plugin.

    If you have the currency field fieldname2, and the transaction fee is 1.9% + 0.10, the equation that calculates the fees would be:

    PREC(MIN(fieldname2*1.9/100+0.10, fieldname2), 2)

    And then, assuming that the field that calculates the fees is the fieldname1, the equation to calculate the amount received by the seller would be:

    PREC(ABS(fieldname2-fieldname1), 2)

    Best regards.

    Thread Starter sasudt

    (@sasudt)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘fees calculator’ is closed to new replies.