What is the simplest way of adding multiple payment option?

  • worldsbestphotos
    Asked on March 30, 2019 at 9:19 PM

    I can see that 2 payment methods can be achieved but, my goodness, how complicated. My poor old brain can't handle such complexity. Surely you can come up with a simpler solution?

  • Jed_C
    Replied on March 30, 2019 at 11:25 PM

    Basically, one form can only accept one payment field. The idea of multiple payment is you'll have to ask the question first whether which payment they prefer and that will show them the form based on their selection.

    ex.

    What payment option you prefer?

    1). PayPal

    2). Purchase Order

    Each selection will display different form. One form that has PayPal and another form that has Purchase Order.

    The one we have on the guide is the simplest way of doing this. Let us know if you have any questions or if you need further assistance.