• Resolved airstreamer

    (@airstreamer)


    Is it currently possible to increase the number of options in “Enable Paypal Payments” for example to “Pay with Paypal” (invoking Paypal), Pay by Check” (just submit the form) and “Pay by Cash” (just submit the form).

    In addition, when using this option, there is no indication on the form sent to the destination email as to which option was selected. That is, it would be nice to have a line on the form added that would contain the option title such as “Pay with Paypal” “Pay by Check’, or “Pay by Cash”. That way, the recipient of the completed for would know which payment method was used. Is this possible?

    Thanks for your assistance… Tom.

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

    (@codepeople)

    Hello,

    Our plugin allows define only one “Pay Later” option, but you are needing two “Pay Later” options in your form (for “Pay by Check” and “Pay by Cash”), my recommendation is emulate this process with a common “radio buttons” control. Please, follow the steps below:

    Insert a radio button field with the choices:
    First choice:
    Text: Pay with PayPal
    Value: 1

    Second choice:
    Text: Pay by Check
    Value: 0

    Third choice:
    Text: “Pay by Cash”
    Value: 0

    Insert an additional calculated field in the form that will be used as auxiliary. Select this new field through the attribute: “Request cost” in the form’s settings. If the current field with the price is for example the fieldname11, and the previous radio buttons field is the fieldname12, the equation associated to the auxiliary field would be: fieldname11*fieldname12

    As the new field would be used as auxiliary, tick the checkbox: “Hide Field From Public Page”

    Finally, select the option: “Don’t require any payment. Form is submitted skiping the PayPal page.” for the attribute: “A $0 amount to pay means” in the form’s settings.

    and that’s all.

    By the way, in this case the payment option is emulated with common fields, so, the option selected will be included in the notification emails as usual, but in other projects if you use the original payment options and you want include the option selected in the notification emails, you should include the tag: <%payment_option%>

    More information in the following link:
    http://cff.dwbooster.com/documentation#special-tags

    Best regards.

    Thread Starter airstreamer

    (@airstreamer)

    Thanks for your directions. It does exactly what I wanted. I had went down the path you described, but had made made some errors because of lack of understanding of the form elements operation.

    Thanks… Tom.

    Plugin Author codepeople

    (@codepeople)

    Hello @airstreamer,

    It has been a pleasure. If you have any other question, do not hesitate in ask.

    Best regards.

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

The topic ‘Enable Paypal Payments optional selection’ is closed to new replies.