Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorwisconsinn
    • CommentTimeJul 26th 2011
     
    Is there a way to skip the paypal connector for those who click an optional radio button to pay by check?
    • CommentAuthordbuschho
    • CommentTimeJul 26th 2011
     
    Depends how complex your set up is.

    If users are just making a single order, or you have a single item, you can:

    1. Make the radio button a required field, dropdown probably the best:
    'I will be paying by:' [paypal / check]

    2. Map the quantity field in paypal connector for your purchase to that field:
    Quantity: [value from 'I will be paying by:' ]
    paypal ---> 1
    check ----> 0

    If no items are being sold (0 quantity) user is not directed to PayPal.

    Happy to help further,
    FormAssembly.com Support
  1.  
    Thanks!
    • CommentAuthorkime1809
    • CommentTimeNov 2nd 2011
     
    So what do we do we have multiple items listed in the connector?
    • CommentAuthordbuschho
    • CommentTimeNov 7th 2011
     
    Hello,

    The principle should be about the same, as long as you're not selling multiples of a given item. Each item your selling gets the same 'quantity->0/1' treatment based on the field that has the 'PayPal / Check' field.

    Happy to help further,
    Drew
    FormAssembly.com Support
    • CommentAuthorkime1809
    • CommentTimeNov 12th 2011
     
    Thank you. I ended up making a hidden field for each item sold that multiplied the item quantity by the payment method (1/0) field. I then tied that field to the PayPal connector. That way the correct quantity would be passed to PayPal if that was the method selected. And if they chose check, the paypal quantities would read 0.