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

    (@bgrated)

    11.30 sorry. also I have two areas in this example.
    one also is 15.00 (different rate) I would like the user to have the option to pay for what they qualify for.

    also does this software auto know their name and email if they are already logged in? I dont want them to fill out forms they have already done previously.

    the site will be running buddypress.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’m not very sure about your question, but your form only needs a simple sum.

    The numeric fields: “Total Commissions is”, and “Total HST is”, and the sum of both “Total Amount Owed is”. So, if “Total Commissions is” is fieldname1, and “Total HST is” fieldname2, the equation associated to “Total Amount Owed is” would be:

    fieldname1+fieldname2

    For charging the calculated price to the user through PayPal, you should select the calculated field for the attribute: “Request cost”, in the form’s settings.

    About your second question, if you want get the username and email of the registered user, you should installing the developer version of the plugin, that includes a group of fields whose values are loaded from external data sources, one of them the user data.

    Best regards.

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

The topic ‘Paypal payment from a calculated field.’ is closed to new replies.